Small correction on handbook page

DL Gray dgray.cosma at gmail.com
Sat Apr 27 22:03:24 UTC 2019


Hi

On this webpage
https://www.freebsd.org/doc/handbook/virtualization-guest-virtualbox.html

at the bottom, there is a command to mount the share
# mount_vboxfs -w *myshare* */mnt*

This is not correct, missing a "v" in the mount_vbox... command
# mount_vboxvfs -w *myshare* */mnt*

I verified that the program exists in /usr/local/sbin

HTH
Dennis


More information about the freebsd-doc mailing list