取消挂载
sudo umount /mnt/hgfs
再指定用户和组挂载
sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other -o uid=1000 -o gid=1000 -o umask=022
本文介绍了如何在Linux系统中使用`sudoumount`取消挂载mnt/hgfs文件系统,并进一步说明如何以特定用户(UID1000,GID1000)权限并设置umask为022重新挂载,允许其他用户访问。
sudo umount /mnt/hgfs
sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other -o uid=1000 -o gid=1000 -o umask=022
1876
633

被折叠的 条评论
为什么被折叠?