VMware虚拟机中的linux重启后共享文件夹挂载失效的解决方案
输入命令:sudo /usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other -o uid=1000 -o gid=1000 -o umask=022即可(uid, gid可通过id命令查询)。备注:网上的 sudo vmhgfs-fuse .host:/ /mnt/hgfs 是不行的!亲测。参考:https://jarviswwong.com/u
·
输入命令:
sudo /usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other -o uid=1000 -o gid=1000 -o umask=022
即可(uid, gid可通过id命令查询)。
备注:网上的 sudo vmhgfs-fuse .host:/ /mnt/hgfs 是不行的!亲测。
参考:https://jarviswwong.com/ubuntu-vmware-hgfs-permissions-problem.html
更多推荐
已为社区贡献2条内容
所有评论(0)