Created
August 21, 2019 17:45
-
-
Save ahgood/c9acb15d4f25647741fce7a00bb29006 to your computer and use it in GitHub Desktop.
Revisions
-
ahgood created this gist
Aug 21, 2019 .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,14 @@ 1. Run from Ubuntu(one time) sudo apt install virtualbox-guest-x11 2. sudo mount -t vboxsf Share /var/www/html OR add to startup: $ umask # Get umask 0022 $ id # Get uid & gid uid=1000(USERNAME) gid=1000(USERNAME) $ sudo nano /etc/fstab Share /var/www/html vboxsf umask=0002,uid=1000,gid=1000 0 0 $ sudo mount -a