Skip to content

Instantly share code, notes, and snippets.

@dkolba
Created January 16, 2013 05:47
Show Gist options
  • Save dkolba/4544961 to your computer and use it in GitHub Desktop.
Save dkolba/4544961 to your computer and use it in GitHub Desktop.
VMware Fusion 5 Ubuntu 12.10 desktop guest with open-vm-tools
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install build-essential linux-headers-$(uname -r)
sudo apt-get install open-vm-tools open-vm-toolbox
#sudo dpkg-reconfigure open-vm-tools
#sudo dpkg-reconfigure open-vm-dkms
sudo mkdir /mnt/hgfs
sudo mkdir /mnt/hgfs/notes
sudo mount -t vmhgfs .host:/Notes /mnt/hgfs/notes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment