virtualBox Ubuntu挂载共享文件夹失败,手动mount -t vboxsf 失败 sbin/mount.vboxsf: mounting failed with the error: Invalid argument

Windows使用virtualBox 安装了Ubuntu虚拟机,更新过后,其他的共享文件夹,挂载出现了问题:就是挂载的目录和宿主源目录不同步了。

 

 使用mount -t vboxsf命令手动挂载报错:sbin/mount.vboxsf: mounting failed with the error: Invalid argument

 

那么可以通过以下命令解决此问题

sudo apt-get install virtualbox-guest-dkms

 执行成功后, 重启虚拟机, 发现挂载的目录数据同步了,不需要再次执行mount指令就能成功

 

posted @ 2023-02-15 13:44  timseng  阅读(1738)  评论(0编辑  收藏  举报