VM Fusion 手动挂载(/hgfs下没有共享文件夹)

2020-06-12  本文已影响0人  夙小叶
截屏2020-06-12 09.24.45.png
vmware-hgfsclient

查看是否存在共享文件

sudo vmhgfs-fuse .host:/VM /mnt/hgfs -o allow_other -o nonempty

使用 root 权限挂载,否则报错:

fusermount: user has no write access to mountpoint /mnt/hgfs

sudo umount /mnt/hgfs

手动卸载目录


sudo vmhgfs-fuse .host:/VM /mnt/hgfs

如果直接 root 权限挂载,普通用户将无访问读写权限

ls: cannot access '/mnt/hgfs/': 权限不够

上一篇 下一篇

猜你喜欢

热点阅读