客户机是linux时,使用以下命令加载共享目录
sudo mount -t vboxsf sharefolder /mnt/shared
如果遇到如下错误
/sbin/mount.vboxsf: mounting failed with the error: Invalid argument
请取消 virtualbox里 共享文件夹设置 中的 “auto mount”复选框
本文介绍如何在Linux环境下通过命令行挂载VirtualBox共享文件夹,并提供了解决挂载失败错误的方法。当遇到Invalid argument错误时,文章建议取消虚拟机设置中共享文件夹的自动挂载选项。
客户机是linux时,使用以下命令加载共享目录
sudo mount -t vboxsf sharefolder /mnt/shared
如果遇到如下错误
/sbin/mount.vboxsf: mounting failed with the error: Invalid argument
请取消 virtualbox里 共享文件夹设置 中的 “auto mount”复选框

被折叠的 条评论
为什么被折叠?