-
-
Save Nav-Appaiya/0f927c6fb2c8df630490 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Mount the CD-ROM (Click on Add VMWare Tools first, that will add a CDROM to /dev/cdromX) | |
sudo mkdir /mnt/cdrom | |
sudo mount /dev/cdrom1 /mnt/cdrom | |
or | |
sudo mount /dev/cdrw1 /mnt/cdrom | |
2. Copy VMWare Tools | |
cp /mnt/cdrom/VMwareTools-8.8.3-682996.tar.gz ~/. | |
tar xzvf VMwareTools-8.8.3-682996.tar.gz | |
3. Update Linux | |
sudo apt-get install build-essential | |
sudo apt-get install build-essential linux-headers-`uname -r` | |
4. Run VMWare Tools | |
sudo ./vmware-install.pl | |
5. Restart | |
sudo reboot | |
6. Verify | |
ls /mnt/hgfs/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment