Hi
I have installed FreeBSD in virtualbox and shared a directory (~/download) with Guest OS. I can access this shared folder by manual mounting:
But, if I put following in /etc/fstab, the automount does not work:
I think the "local" option is not correct here. Kindly guide me that what option should I use here?
Thanks
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
Code:
download /usr/home/user/shared vboxvfs local 0 0
Thanks