Linux下安装VMware tools全过程的详细步骤
(2017-06-17 12:43:02)
标签:
liunx安装vmwaretoolsvmwaretools |
[root@oldbay ~]# mount /dev/cdrom
/mnt/
mount: block device /dev/sr0 is write-protected, mounting
read-only
[root@oldbay ~]# cd
/mnt/
[root@oldbay mnt]#
ll
总用量 72167
-r-xr-xr-x. 1 root root
2013 8月 26 2016 manifest.txt
-r-xr-xr-x. 1 root root
1850 8月 26 2016 run_upgrader.sh
-r--r--r--. 1 root root 72448981 8月
26 2016
VMwareTools-10.0.10-4301679.tar.gz
-r-xr-xr-x. 1 root root
687524 8月 26 2016
vmware-tools-upgrader-32
-r-xr-xr-x. 1 root root
757944 8月 26 2016
vmware-tools-upgrader-64
[root@oldbay mnt]# cp
VMwareTools-10.0.10-4301679.tar.gz /tmp
[root@oldbay mnt]# cd
/tmp/
[root@oldbay tmp]#
ll
总用量 70936
-r--r--r--. 1 root root 72448981 6月
17 20:42
VMwareTools-10.0.10-4301679.tar.gz
-rw-------. 1 root root
0 1月 18
22:00 yum.log
-rw-------. 1 root root 185839 6月
17 20:36
yum_save_tx-2017-06-17-20-36chpZJD.yumtx
[root@oldbay tmp]# umount
/dev/cdrom
[root@oldbay tmp]# tar zxvf
VMwareTools-10.0.10-4301679.tar.gz
解压过程
[root@oldbay tmp]#
ll
总用量 70940
-r--r--r--. 1 root root 72448981 6月 17 20:42
VMwareTools-10.0.10-4301679.tar.gz
drwxr-xr-x. 9 root root
4096 8月 26
2016 vmware-tools-distrib
-rw-------. 1 root root
0 1月 18
22:00 yum.log
-rw-------. 1 root root 185839 6月
17 20:36
yum_save_tx-2017-06-17-20-36chpZJD.yumtx
[root@oldbay tmp]# cd
vmware-tools-distrib/
[root@oldbay vmware-tools-distrib]#
ll
总用量 528
drwxr-xr-x. 2 root root
4096 8月 26 2016 bin
drwxr-xr-x. 5 root root
4096 8月 26 2016 caf
drwxr-xr-x. 2 root root
4096 8月 26 2016 doc
drwxr-xr-x. 5 root root
4096 8月 26 2016 etc
-rw-r--r--. 1 root root 284342 8月
26 2016 FILES
-rw-r--r--. 1 root root
2538 8月 26 2016 INSTALL
drwxr-xr-x. 2 root root
4096 8月 26 2016 installer
drwxr-xr-x. 15 root root 4096 8月
26 2016 lib
drwxr-xr-x. 3 root root
4096 8月 26 2016 vgauth
-rwxr-xr-x. 1 root
root 243 8月
26 2016 vmware-install.pl
-rwxr-xr-x. 1 root
root 214600 8月 26 2016
vmware-install.real.pl
[root@oldbay vmware-tools-distrib]#
./vmware-install.pl 如果这条命令执行不成功提示:bash: ./vmware-install.pl:
/user/bin/perl:
坏的解释器:没有那个文件或目录参看这个链接(http://blog.sina.com.cn/s/blog_dfd128c60102wwfy.html)
[root@oldbay vmware-tools-distrib]#
reboot