Skip to content

Instantly share code, notes, and snippets.

@carltondickson
Created December 30, 2015 09:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carltondickson/3d3c978faba5becf838b to your computer and use it in GitHub Desktop.
Save carltondickson/3d3c978faba5becf838b to your computer and use it in GitHub Desktop.
Virtual box mount on boot
# Ubuntu 14
sudo nano /etc/rc.local
mount -t vboxsf share_name_in_virtual_box /var/www/project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment