Created
August 17, 2017 22:13
-
-
Save P7h/0b0e24525dd4b4e712d82c0d2e7000cd to your computer and use it in GitHub Desktop.
Revisions
-
P7h created this gist
Aug 17, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # Create a shared folder "Share" in the Host OS through the GUI. # Run the following in the Virtual Box Guest OS. sudo usermod -aG vboxsf <<current_user>> mkdir ~/share sudo mount -t vboxsf -o uid=$UID,gid=$(id -g) Share ~/share