Reference Chunks

Programming and data notes

Debian Rc Local Example for Automounting Virtualbox Shared Folders

Included file ‘JB/setup’ not found in _includes directory

Automatically mounting virtuabox shared folders when the guest starts, with read and write permissions

Add this to your /etc/rc.local for each directory you want to have automatically available

mount.vboxsf -w -o fmode=0777,dmode=0777 proj /home/dnfehren/projects

Reference

Ubuntu Forums