原文链接:https://blog.csdn.net/qq_33733970/article/details/84326110
root用户下执行:
vmhgfs-fuse .host:/ /mnt/hgfs
注意点
不管你的共享文件夹名字是什么,直接复制上句就可以了,非常完美!以前还有个方法,很简单。比这个还要简单,怎么想都想不起来!笔记还是很重要的;
用root执行;
每次开机需要重新执行上述命令
参考文章:
https://blog.csdn.net/cindy_cheng/article/details/50456977
看上面博客评论!!!
使用命令: sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other 如果每次重启之后想让系统自动挂载 #vi /etc/fstab: 在最后添加一行: .host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0