虚拟机设置共享文件夹失效问题
设置好共享文件夹以后,找不到共享目录
用ls看共享文件夹下的目录,什么也看到,输入命令
sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other
提示
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the ‘nonempty’ mount option
再输入:sudo vmhgfs-fuse .host:/mydata /mnt/hgfs -o nonempty -o allow_other
ok,就解决问题了