Solved Directory automount option in /etc/fstab

Hi
I have installed FreeBSD in virtualbox and shared a directory (~/download) with Guest OS. I can access this shared folder by manual mounting:
Code:
mount -t vboxvfs download ~/shared
But, if I put following in /etc/fstab, the automount does not work:
Code:
download                /usr/home/user/shared        vboxvfs local   0       0
I think the "local" option is not correct here. Kindly guide me that what option should I use here?
Thanks
 
So what happens if you simply try to mount download, do you get a specific error message? Might want to start there.
 
Back
Top