我在 Windows10 上的 VirtualBox 上使用 freeBSD。
我想安装在 Windows 上。(HOST:Windows GUEST:freeBSD)
我运行了 mount 命令,但下面出现错误。
mount -t vboxvfs -w mp /mnt/vbox
mount: mp: Operation not supported by device
我该如何解决这个错误?
我做了什么:
我安装virtualbox-ose-additions-nox11-5.2.34
and virtualbox-ose-kmod-5.2.34
,然后将and
附加到我的. vboxguest_enable="YES"
vboxservice_enable="YES"
/etc/rc.config
mp 是 C 上的普通空文件夹:
我还安装Guest Additions
了以下 Virtualbox 的对话框。