<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5961&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Qemu shared folder]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5961</link>
		<description><![CDATA[The most recent posts in Qemu shared folder.]]></description>
		<lastBuildDate>Tue, 05 Sep 2023 21:19:23 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Qemu shared folder]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44085#p44085</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>check out <a href="https://wiki.qemu.org/Documentation/9psetup" rel="nofollow">https://wiki.qemu.org/Documentation/9psetup</a></p></div></blockquote></div><p>I&#039;ve used this. It works. I like the fact that a normal, non-root user can write to the shared directory from the guest system. I seem to recall that on VirtualBox I always had to be root in order to do that.</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Tue, 05 Sep 2023 21:19:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44085#p44085</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qemu shared folder]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44079#p44079</link>
			<description><![CDATA[<p>I&#039;ve done it with sshfs, either mounting a directory from the host on the VM or the other way, mounting a directory in the VM on the host.&#160; The former can be done without any network options in the qemu command. You do need to have sshfs installed.</p><div class="codebox"><pre><code>sshfs user@host-ip:/home/user/some-subdirectory  some-mountpoint-in-the-VM

fusermount -u some-mountpoint-in-the-VM   # to un-mount the share</code></pre></div><p>I&#039;ve done it with nfs, too. That&#039;s a little more involved. You can even set it up with autofs so the share mounts automatically when you access the mountpoint.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 05 Sep 2023 12:41:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44079#p44079</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qemu shared folder]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44077#p44077</link>
			<description><![CDATA[<p>check out <a href="https://wiki.qemu.org/Documentation/9psetup" rel="nofollow">https://wiki.qemu.org/Documentation/9psetup</a></p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 05 Sep 2023 12:18:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44077#p44077</guid>
		</item>
		<item>
			<title><![CDATA[Qemu shared folder]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44069#p44069</link>
			<description><![CDATA[<p>Is there a way to run a qemu-kvm VM with a shared folder via terminal?</p>]]></description>
			<author><![CDATA[dummy@example.com (hejik)]]></author>
			<pubDate>Tue, 05 Sep 2023 07:17:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44069#p44069</guid>
		</item>
	</channel>
</rss>
