Last active
February 3, 2017 03:38
-
-
Save c9n/522c425ea86c2220c419c01030b0e13a to your computer and use it in GitHub Desktop.
VBox Mount
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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