Date: Thu, 3 Apr 2014 21:14:06 +0200 From: =?iso-8859-2?Q?Edward_Tomasz_Napiera=B3a?= <trasz@FreeBSD.org> To: Andre Goree <andre@drenet.net> Cc: freebsd-virtualization@freebsd.org Subject: Re: KVM filesystem sharing Message-ID: <7D9BADB3-3A53-4C8C-B86B-12F3C18F9235@FreeBSD.org> In-Reply-To: <f4942bd34804e1260b7565e6e25bf0f4@drenet.net>
index | next in thread | previous in thread | raw e-mail
Wiadomość napisana przez Andre Goree w dniu 3 kwi 2014, o godz. 20:50: > Hello list. I wanted to ask if anyone has been able to make filesystem mounting work under a FreeBSD guest? For example, I've added the following to the guest's xml config using 'virsh edit': > > <filesystem type='mount' accessmode='mapped'> > <source dir='/tmp/shared'/> > <target dir='tag'/> > </filesystem> > > > However, I don't know how to mount the above from within the FreeBSD guest. That which is instructed to do so on Linux guests does not work on the FreeBSD guest: > > root@freebsd9-test:~ # mount -t 9p -o trans=virtio,version=9p2000.L tag /mnt/shared/ > mount: tag: Operation not supported by device The 9P protocol is not supported under FreeBSD. Perhaps you could try to use NFS instead? Generally speaking, why do Linux folks use 9P?home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7D9BADB3-3A53-4C8C-B86B-12F3C18F9235>
