Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Apr 2014 14:50:56 -0400
From:      Andre Goree <andre@drenet.net>
To:        freebsd-virtualization@freebsd.org
Subject:   KVM filesystem sharing
Message-ID:  <f4942bd34804e1260b7565e6e25bf0f4@drenet.net>

next in thread | raw e-mail | index | archive | help
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 hosts OS is Ubuntu 12.04 LTS.  Thanks in advance for any answers on 
this

-- 
Andre Goree
-=-=-=-=-=-
Email     - andre at drenet.net
Website   - http://www.drenet.net
PGP key   - http://www.drenet.net/pubkey.txt
-=-=-=-=-=-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f4942bd34804e1260b7565e6e25bf0f4>