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