vmware-hgfsclient
查看是否存在共享文件
sudo vmhgfs-fuse .host:/VM /mnt/hgfs -o allow_other -o nonempty
-
-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/': 权限不够
网友评论