Skip to content

Instantly share code, notes, and snippets.

@yoterpa
Last active February 4, 2016 13:34
Show Gist options
  • Save yoterpa/af0beb20f3f69cd871f4 to your computer and use it in GitHub Desktop.
Save yoterpa/af0beb20f3f69cd871f4 to your computer and use it in GitHub Desktop.
Using shared-folders in Virtual-Box (if your host operating system is Mac OS X and you have installed Ubuntu as the guest operating system.)

This will install the guest additions and is more or less equivalent to installing via the ISO,

sudo apt-get install virtualbox-guest-utils

Then,

sudo modprobe -a vboxguest vboxsf vboxvideo

After that,

sudo mount -t vboxsf VB-Shared /mnt/

Then you can access the shared files in the /mnt folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment