命令
sudo vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other
不行就试试下面这个
sudo /usr/bin/vmhgfs-fuse .host:/Linux(主机共享文件夹名) /mnt/hgfs -o allow_other -o uid=1000 -o gid=1000 -o umask=022
如果输入了提示没有找到/mnt/hgfs文件夹,那就使用root权限进入mnt里面创建一个hgfs文件夹