1
无法让文件夹共享在KVM Virtual Machine Manager下工作
我使用Virtual Machine Manager在我的Ubuntu中创建了一个Ubuntu VM。我正在尝试在客户操作系统中挂载主机目录,但它无法正常工作。我使用了此处提供的说明:http://troglobit.com/blog/2013/07/05/file-system-pass-through-in-kvm-slash-qemu-slash-libvirt/。我已将主机目录共享为“myshare”。 mount命令以静默方式完成: mount -t 9p -o trans=virtio,version=9p2000.L,rw myshare /mnt/host mount输出看起来有前途: myshare on /mnt/host type 9p (rw, trans=virtio,version=9p2000.L) 但是,尝试列出目录会产生: cd /mnt ls ls: cannot access host: Permission denied total 0 d???????? ? ? ? ? host