My virtualbox fstab will not auto-mount on reboot?
- by stephenmm
I am able to mount my drive manually like this (ubuntu):
sudo mount -t vboxsf C_DRIVE /mnt/saga_c
But when I try and add it to my fstab it does not mount when I restart the machine. Is there something wrong with my /etc/fstab line:
C_DRIVE /mnt/saga_c vboxsf defaults 0 0
Do I need something in addition to the vboxsf? Or is there something else I am doing incorrectly?