vmare识别不到共享文件夹,报错:fuse: bad mount point `/mnt/hgfs‘: No such file or directory
如果手动挂载失败,可能是命令参数问题:
# 尝试更详细的挂载命令 sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other,uid=1000,gid=1000,nonempty
-  
uid和gid需替换为当前用户的 ID(通过id -u和id -g查看)。 -  
nonempty允许挂载到非空目录(如果有残留文件可能导致冲突)。 
