Recently I had to install VMware Tools on a Trixbox installation.
1. First, in the VMware console, run ‘install vmware tools’ in the menu
2. Mount the cd-rom drive in an empty folder:cd /media
mkdir cdrom
mount /dev/cdrom /media/cdrom
cd /media/cdrom3. Copy the .tar.gz file to somewhere such as /home & extract..
cp VMware-tools.xxxxxxxxx.tar.gz /home
tar xvfz VMware-tools.xxxxxxxxx.tar.gz
cd /home/vmware-tools-distrib4. Run the installation:
./vmware-install.pl