无法让文件夹共享在KVM Virtual Machine Manager下工作


0

我使用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

主机上的目录/文件权限是否正确?
Sami Laine 2014年

是。我甚至在共享目录上做了chmod 777。

无耻的颠簸。任何帮助仍然会受到赞赏。

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.