Skip to content

Instantly share code, notes, and snippets.

@minusfive
Created May 15, 2011 01:13
Show Gist options
  • Save minusfive/972800 to your computer and use it in GitHub Desktop.
Save minusfive/972800 to your computer and use it in GitHub Desktop.
Getting VirtualBox's shared folders to mount on Linux
$ sudo mount -t vboxsf sharename /home/username/mountpoint -o rw,exec,uid=1000,gid=1000,dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment