在vmware里安装好ubuntu之后,VMware里也设置了共享文件夹,但是在ubuntu里进入/mnt/hgfs里却看不到共享文件。
尝试一:sudo mount -t vmhgfs .host:/VirtualShare /mnt/hgfs/ 结果出现Error: cannot mount filesystem: No such device。
尝试二:sudo vmhgfs-fuse .host:/VirtualShare /mnt/hgfs/ -o allow_other -o uid=1000 -o gid=1000 -o umask=022 成功执行。切换到root权限即可进入到hgfs目录下,能够查看到共享文件了。