Skip to content

Instantly share code, notes, and snippets.

@lukehinds
Last active November 2, 2015 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukehinds/0b3932a2147e8760f02f to your computer and use it in GitHub Desktop.
Save lukehinds/0b3932a2147e8760f02f to your computer and use it in GitHub Desktop.
wget http://download.virtualbox.org/virtualbox/5.0.2/VBoxGuestAdditions_5.0.2.iso
sudo mkdir /media/iso
sudo mount -o loop ./VBoxGuestAdditions_5.0.2.iso /media/iso
sudo bash /media/iso/VBoxLinuxAdditions.run --nox11
sudo umount /media/iso
on guest:
sudo mount -t vboxsf <shared_folder_name> ~/<local_shared_folder>/
e.g...
sudo mount -t vboxsf ubuntuVM ~/home/me/stack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment