How to Install VM Tools for Linux Platform in VMware Workstation
Author: Matt Song
This artical mainly show you how to install VM tools for Linux platform in VMware workstation. 1. Create virtual machine with Linux installed; 2. Start the VM, go to ‘VM’ tab, click ‘Install VMware Tools…’; 3. Now a installation disk has been insterted to the VM’s cdrom, run those utility below: #mount the cdrom to /tmp/cdrom [root@Matt-CentOS ~]# mkdir /tmp/cdrom [root@Matt-CentOS ~]# mkdir /tmp/vmtools [root@Matt-CentOS ~]# mount /dev/cdrom /tmp/cdrom/ #unzip the installation file [root@Matt-CentOS ~]# cd /tmp/cdrom/ [root@Matt-CentOS cdrom]# cp VMwareTools-8.1.3-203739.tar.gz /tmp/vmtools/ [root@Matt-CentOS cdrom]# cd ../vmtools/ [root@Matt-CentOS vmtools]# tar -zxvf VMwareTools-8.1.3-203739.tar.gz #run the install script [root@Matt-CentOS vmtools]# cd vmware-tools-distrib/ [root@Matt-CentOS vmware-tools-distrib]# ./vmware-install.pl (Keep press ''Enter'' when you are prompt to input parameter.) #reboot the system [root@Matt-CentOS vmware-tools-distrib]# reboot
本文出自 “BOの世界” 博客,请务必保留此出处http://mattsong.blog.51cto.com/2355482/434119
|
||
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |