Install VMware Tools in Linux
If CentOS is installed on VMWare, some problems may occur when the system installs vmware-tools. Now, let's share the installation process and solutions ;! The system used in this article is CentOS6.5 minimal. 1. log on to the system and switch to the root account. 2. If the network minimal version is configured, the network is not started by default. For the configuration process, see my blog-CentOS minimal network settings. 3. The installation script of vmware-tools must use perl, but CentOS6 does not contain perl. Therefore, to install perl on your own, you can download the source code or yum; the simplest method is to use yum 1 [root @ localhost ~] # Yum install perl4, get the vmware-tools Package, and click the vmware interface to load the vmware-tools image [root @ localhost ~] # Cd/[root @ localhost ~] # Mkdir/media/mnt // create a directory [root @ localhost ~] # Mount/dev/cdrom/media/mnt // mount the mount Directory: block device/dev/sr0 is write-protected, mounting read-only [root @ localhost ~] # Cd media/mnt // enter the hanging directory [root @ localhost mnt] # lsmanifest.txt VMwareTools-10.0.0-2977863.tar.gz vmware-tools-upgrader-64run_upgrader.sh vmware-tools-upgrader-32 [root @ localhost mnt] # cp VMwareTools-10.0.0-2977863.tar.gz/root [root @ localhost mnt] # umount/dev/cdrom // close the device [root @ localhost mnt] # cd/root [root @ localhost mnt] # tar zxvf VMwareTools-10.0.0-2977863.tar.gz # unzip the File 5, install vmware-tools [root @ localhost m Nt] # cd vmware-tools-distrib # enter the file directory [root @ localhost mnt] #. /vmware-install.pl # installation 6, installation to the end of the error initctl: Job failed to start Unable to start services for VMware Tools Manual start service/etc/vmware-tools/services. sh start 7. Restart the service and start the service. However, Blocking file system: [FAILED] is reported, install fuse-libs yum install fuse-libs 8 and restart the service/etc/vmware-tools/services. sh restart may report Mounting HGFS shares: [FAILED] when starting the service. The problem is that shared folder is not enabled in virtual machine settings. To enable and restart the service.