Select Install VMware tools in Console.
And now run the following commands
mkdir /mnt/cdrom
mount /dev/cdrom /mnt/cdrom
cp /mnt/cdrom/VMwareTools-*.tar.gz /tmp/
cd /tmp/
tar xvfz VMwareTools-*.tar.gz
cd vmware-tools-distrib/
sudo ./vmware-install.pl
mount /dev/cdrom /mnt/cdrom
cp /mnt/cdrom/VMwareTools-*.tar.gz /tmp/
cd /tmp/
tar xvfz VMwareTools-*.tar.gz
cd vmware-tools-distrib/
sudo ./vmware-install.pl
From here on, just follow the wizard and you're all set. Basically, these commands do the following: create folder where to mount the CD, mount the actual CD, copy the zipped file with the installer to the temp folder, unzip the file, and run the installer.
Let me know if you have any doubts!
Man im thinking of going to linux but idk yet
ReplyDelete