My virtualbox fstab will not auto-mount on reboot?
Posted
by stephenmm
on Super User
See other posts from Super User
or by stephenmm
Published on 2010-05-29T19:45:10Z
Indexed on
2010/05/29
19:54 UTC
Read the original article
Hit count: 350
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?
© Super User or respective owner