问题:VMware界面无法安装vmware-toolbox,共享目录设置失败
 解决方法:
-  VMware设置 共享文件夹 
  
-  ubuntu24 vm中运行vmware-toolbox-cmd -v 检查版本 
-  vm运行sudo apt install open-vm-tools // vm可能需要重启 
-  vm的 /mnt 目录下如果没有 hgfs 目录,就执行 sudo mkdir hgfs 
-  vm下执行 $ sudo vmhgfs-fuse .host:/ /mnt/hgfs/ -o allow_other 
-  此时 应该可以看到 /mnt/hgfs/w10share 
  



















