前提:
https://blog.youkuaiyun.com/qq_33733970/article/details/81979215
1.首先查看设置的共享文件夹:
vmware-hgfsclient
shared_docs
2.如果只使用一次共享文件夹:
sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other
3.第二步要使用每次都要挂载,那么终极杀器:
vi /etc/fstab: 在最后添加一行: .host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0
参考资料:
https://blog.youkuaiyun.com/cindy_cheng/article/details/50456977#commentsedit