All of lore.kernel.org
 help / color / mirror / Atom feed
* FreeBSD filesystem sharing
@ 2014-04-03 16:04 Andre Goree
  2014-04-09 11:57 ` Brian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Andre Goree @ 2014-04-03 16:04 UTC (permalink / raw)
  To: kvm

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: FreeBSD filesystem sharing
  2014-04-03 16:04 FreeBSD filesystem sharing Andre Goree
@ 2014-04-09 11:57 ` Brian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Jackson @ 2014-04-09 11:57 UTC (permalink / raw)
  To: Andre Goree; +Cc: kvm

On Thu, 3 Apr 2014 16:04:44 +0000
Andre Goree <agoree@staff.atlantic.net> wrote:

> 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


It's only supported by Linux.


> 
> The hosts OS is Ubuntu 12.04 LTS.  Thanks in advance for any answers on this.--
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


-- 
Brian Jackson <iggy@theiggy.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-09 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-03 16:04 FreeBSD filesystem sharing Andre Goree
2014-04-09 11:57 ` Brian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.