当前位置: 代码迷 >> 综合 >> VMTools 挂在 hgfs 无挂在数据的解决方案
  详细解决方案

VMTools 挂在 hgfs 无挂在数据的解决方案

热度:29   发布时间:2024-01-11 22:09:17.0
参考网站:https://xpressubuntu.wordpress.com/2015/05/11/resolving-no-shared-folders-with-vmware-player-7-and-ubuntu-15-04-guest/comment-page-1/#comment-708
先群安装对应的vm-tools
$ git clone https://github.com/rasa/vmware-tools-patches.git
$ cd vmware-tools-patches

$ ./patched-open-vm-tools.sh

$ ./untar-and-patch.sh

$ ./complie.sh

安装完vmtool之后 可以再如Desktop创建一个shared文件夹

使用指令

sudo vmhgfs-fuse shared 就会在shared里创建hdfs

里面就有了共享的文件

  相关解决方案