support for shared folders like in virtualbox
It would be nice if we can mount a shared folder, viewed like a device, like in VirtualBox.
For example, to share a folder called "myshare", we run "modprobe vboxsf", then we can mount like "mount -t vboxsf /dev/myshare /mnt".
11
votes
1 comment
-
In theory this should already be possible for HVM guests, using qemu's virtio capability. I'll put this on my list of things to look at. If it's possible, it would mainly be a matter of documenting it.