Skip to content

Instantly share code, notes, and snippets.

@c9n
Last active February 3, 2017 03:38
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 c9n/522c425ea86c2220c419c01030b0e13a to your computer and use it in GitHub Desktop.
Save c9n/522c425ea86c2220c419c01030b0e13a to your computer and use it in GitHub Desktop.
VBox Mount
mount -t vboxsf -o uid=$UID,gid=$(id -g),dmode=644,fmode=644 Developer /opt/Developer/
mount -t vboxsf -o uid=48,gid=48,dmode=755,fmode=644 Developer /opt/www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment