Install VMware tools on Debian wheezy

VMware Tools is an optional, free set of drivers and utilities that enhances both the performance of a virtual machine’s guest operating system and interaction between the guest and the host.

The VMware Tools Control Panel, which is organized in a set of tabs, provides a graphical environment in which VMware Tools settings can be configured.

VMware Tools is comprised of the following components:

VMware Device Drivers – replaces many of the guest operating system drivers for physical hardware to ensure network connectivity and prevent drive compatibility issues. VMware Device Drivers smooth mouse operations, make folder sharing available and improve sound, graphics and networking performance.

VMware Services – handles communication between the guest and host operating systems. This program, which runs in the background, is called vmtoolsd.exe in Windows guest operating systems, vmware-tools-daemon in Mac OS X guest operating systems, and vmtoolsd in Linux, FreeBSD and Solaris guest operating systems.

VMware User Process – provides the administrator with the ability to cut and paste text between the VMware Remote Console and the host operating system. Also improves mouse pointer and screen resolution functionality. The program file for VMware User Process is called vmtoolsd.exe on Windows guest operating systems and vmware-user on Linux, Solaris, and FreeBSD guest operating systems.

Preparing your system

You need to install all the required packes using the following command

#apt-get install binutils cpp gcc make psmisc linux-headers-$(uname -r)

Mount the cdrom using the following command

#mount /dev/cdrom /mnt/

Now you need to download the latest version of vmware tools and once you have the file you need to extract using the following command

#tar -C /tmp -zxvf /mnt/VMwareTools-x.x.x-x.tar.gz

You can start the installation using the following command

#cd /tmp/vmware-tools-distrib

#./vmware-install.pl

Respond to the configuration questions on the screen. Press Enter to accept the default value.

Finally you can unmount the cdrom drive using the following command

#umount /mnt

Sponsored Link

One thought on “Install VMware tools on Debian wheezy

Leave a comment

Your email address will not be published. Required fields are marked *