The role of enhanced tools
- and host shared folders
- Mouse Auto Capture release
- High split screen
- Adaptive window
1. Open the CentOS virtual machine into the GUI and click on the virtual machine on the toolbar-"Reinstall Wmare Tools
2. Mount the optical drive
Query optical drive Full name: ls-l/dev | grep cdrom
Mount Optical Drive: mount/dev/cdrom/mnt
Unmount the disc. At the command line, enter: umount/mnt
3. Copy vmwaretools-9.6.1-1378637.tar.gz to/root/downloads
Cp/mnt/vmwaretools-9.6.1-1378637.tar.gz ~/downloads
Decompression: TAR-XZVF vmwaretools-9.6.1-1378637.tar.gz
4. Go to the Unzip directory and perform the installation
CD vmware-tools-distrib/
./vmware-install.pl
Press the Enter button until
5. The final installation step has the following problems:
During the run, the following information is skipped because tools were previously installed incorrectly:
The installer found the following conflicting packages installed on the system and would now remove them:
Open-vm-tools
Error: Dependency detection failed:
libhgfs.so.0 () (64bit) was (installed) open-vm-tools-desktop-9.4.0-3.el7.x86_64 required
libvmtools.so.0 () (64bit) was (installed) open-vm-tools-desktop-9.4.0-3.el7.x86_64 required
Open-vm-tools (x86-64) = 9.4.0-3.el7 is (installed) open-vm-tools-desktop-9.4.0-3.el7.x86_64 required
Failed to remove the following packages:
Open-vm-tools
Please manually remove them before installing VMware Tools.
Execution aborted.
Found VMware tools CDROM mounted at/run/media/olay/vmware tools. ejecting
Device/dev/sr0 ...
The message tells us we need to uninstall Open-vm-tools-desktop first.
6. Input instruction Rpm-e Open-vm-tools-desktop
7. Reinstall after uninstalling
8, verify that the window interface document can be dragged directly into the Linux interface, you can succeed.
Add shared folder to host
1. Turn off the virtual machine
2. Edit Virtual machine settings-"Options-" shared folder-"Always enabled-" Add-"... Add Host directory (E:\LinuxShare)
3. Turn on the virtual machine to find the file directory shared with the host in the/mnt/hgfs directory
CentOS Installation Vmare Tool