http://3wymlmcsvxiaqzmbepsdawqpk6o2qsk65jhms72qqjulk5u4bgmvs3qd.onion/fuss/libvirt
Mounting the Share Once the virtual machine boots, the share can then be automatically mounted by adding the following line: cd /mnt/share 9p defaults,trans=virtio,version=9p2000.L,posixacl 0 0 to /etc/fstab , where cd is the name of the share exposed by the host, /mnt/share is the path to a directory where the host share will be mounted, posixacl turns on passing POSIX ACLs (very convenient for using getfacl and setfacl to fine tune permissions).