I am using Ubuntu 14.04 on a VM using VirtualBox. As I often have to do development for work in both windows and linux, I have a shared development directory. The issue is that even with auto mount selected for the VM in the virtualbox manager, it is not automatically mounted upon startup.
I can mount it perfectly fine once I log in with the following command:
sudo mount -t vboxsf src /home/patrick/src
This is simple enough to do but seems pointless to me. Any ideas on how to get this to auto mount on startup/login?
/etc/fstab
as in usual (non-VirtualBox) environment. Look at this wiki https://wiki.archlinux.org/index.php/fstab, or here a question http://askubuntu.com/questions/154180/how-to-mount-a-new-drive-on-startup. – Abdillah Feb 02 '16 at 16:58