记录下重新安装VMware tools
突然不能全屏了,重新安装VMware tools后可以1、挂载光驱
#mount /dev/cdrom /mnt/cdrom
2、进入存放解压后文件存放的位置
#cd /tmp (及放在tmp下,也可放在其它目录下)
3、解压文件
#tar zxf /mnt/cdrom/vmware-linux-tools.tar.gz
4、卸载挂载的光驱
#umount /mnt/cdrom
5.安装vmware-tools
#cd /tmp/vmware-tools-distrib
#./vmware-install.pl
这里出现了:
Enter the path to the kernel header files for the 3.10.0-123.el7.x86_64
kernel?
然后:
The path "" is not a valid path to the 3.8.0-19-generic kernel headers.
Would you like to cange it?I typed in 'no', so then it stopped the install. I then wrote the
usr/bin/vmware-config-tools.plcommand again and it automatically
见:http://stackoverflow.com/questions/18805697/installing-vmware-tools-not-recognizing-path-to-3-8-0-19-generic-kernel-files
页:
[1]