Skip to content

Instantly share code, notes, and snippets.

@omar-yassin
Created June 12, 2013 21:34
Show Gist options
  • Save omar-yassin/5769325 to your computer and use it in GitHub Desktop.
Save omar-yassin/5769325 to your computer and use it in GitHub Desktop.
Add virtualbox "Shared Folder" mount to fstab
# add user to vboxsf group
sudo usermod -a -G vboxsf user
# append to fstab
SHARENAME /mount/dir vboxsf uid=of-user,gid=of-user 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment