I'm used to Linux, so evidently my syntax is not working here.
mount --rbind /media/folder /home/myuser/folder
results in
mount: illegal option -- -
also tried mount --bind
also tried mount -B
--> same error
Moreover, I'd like to do this in fstab, but
/media/folder /home/myuser/folder none bind 0 0
results in a non-fatal boot error.
This is FreeBSD 12.1 as guest in VirtualBox VM in Debian. Guest additions installed.
Any suggestions?
mount --rbind /media/folder /home/myuser/folder
results in
mount: illegal option -- -
also tried mount --bind
also tried mount -B
--> same error
Moreover, I'd like to do this in fstab, but
/media/folder /home/myuser/folder none bind 0 0
results in a non-fatal boot error.
This is FreeBSD 12.1 as guest in VirtualBox VM in Debian. Guest additions installed.
Any suggestions?