1、安装中遇到what is the location of the gcc program on your machine
直接输入 no。意思就是跳过gcc的安装了。但是系统虽然安装了vmware tools但是缺少gcc。
然后首先要保证电脑是已联网的。然后输入命令:yum install gcc-c++,一顿yes,最后显示Complete!安装成功

 

2、共享目录没有hgfs
返回桌面,进入VMware Tools。将VMwareTools-10.2.0-7259539.tar.gz复制到/usr/local/src下,解压tar -zxvf 
VMwareTools-10.2.0-7259539.tar.gz。解压之后的得到文件vmware-tools-distrib。运行vmware-install.pl。
执行到这里hgfs目录出现了。

 

3、hgfs下没有内容
1.vmware-hgfsclient 命令查看当前有哪些共享的目录

2. 单次挂载共享 sudo vmhgfs-fuse .host:/上边命令显示的内容 /mnt/hgfs
或者 /usr/bin/vmhgfs-fuse .host:/ /mnt/win/ -o subtype=vmhgfs-fuse,allow_other

3.

3.永久挂载 

vi /etc/fstab

看看没有的话在最末行添加命令  .host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0,此处一定注意字节对齐,不然开不了机



 

相关文章:

  • 2021-05-04
  • 2021-11-01
  • 2021-05-17
  • 2021-08-27
  • 2021-12-18
  • 2021-05-09
  • 2021-08-23
  • 2021-08-17
猜你喜欢
  • 2021-12-23
  • 2022-12-23
  • 2021-08-08
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
相关资源
相似解决方案