bhyve how to passthrough a directory to windows guest

Use NFS, Samba, or something like that. The whole point of virtualization is separation. Trying to mount a local filesystem inside a virtual guest kind of negates this.
 
Use NFS, Samba, or something like that. The whole point of virtualization is separation. Trying to mount a local filesystem inside a virtual guest kind of negates this.
By that philosophy, you would't use any of the virt* drivers. I mean, how is that different from using vtnet0 instead of an emulated "real" nic?

Using NFS or Samba will achieve the same thing, but just less efficiently.

There's no reason why virtio couldn't be used to do this.
 
Back
Top