Skip to content

Instantly share code, notes, and snippets.

@munhitsu
Created March 5, 2013 11:42
Show Gist options
  • Save munhitsu/5089739 to your computer and use it in GitHub Desktop.
Save munhitsu/5089739 to your computer and use it in GitHub Desktop.
virtualbox mount shared host folder
mkdir -p /mnt/shared
mount -t vboxsf -o uid=1000,gid=1000 shared /mnt/shared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment