码迷,mamicode.com
首页 > 系统相关 > 详细

记录下重新安装VMware tools

时间:2016-08-18 21:33:20      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:stopped   files   enter   光驱   记录   

突然不能全屏了,重新安装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.pl

command again and it automatically

见:http://stackoverflow.com/questions/18805697/installing-vmware-tools-not-recognizing-path-to-3-8-0-19-generic-kernel-files



记录下重新安装VMware tools

标签:stopped   files   enter   光驱   记录   

原文地址:http://mingtangduyao.blog.51cto.com/4876371/1840104

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!