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> References: <f4942bd34804e1260b7565e6e25bf0f4@drenet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Wiadomo=B6=E6 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': >=20 > <filesystem type=3D'mount' accessmode=3D'mapped'> > <source dir=3D'/tmp/shared'/> > <target dir=3D'tag'/> > </filesystem> >=20 >=20 > 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: >=20 > root@freebsd9-test:~ # mount -t 9p -o trans=3Dvirtio,version=3D9p2000.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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7D9BADB3-3A53-4C8C-B86B-12F3C18F9235>