首页 > 其他 > 详细

VirtualBox mount报错:/sbin/mount.vboxsf: mounting failed with the error: No such device

时间:2019-06-26 17:49:33      阅读:1631      评论:0      收藏:0      [点我收藏+]

 

mount -t vboxsf tools /mnt/share

报错了:/sbin/mount.vboxsf: mounting failed with the error: No such device

 

解决办法:

yum clean all
yum update
yum install kernel
yum install kernel-devel
yum install kernel-headers
yum install gcc
yum install make  
reboot

 

cd /opt/VBoxGuestAdditions-*/init  
./vboxadd setup
reboot

也可以先尝试不更新,直接执行上面的安装命令

VirtualBox mount报错:/sbin/mount.vboxsf: mounting failed with the error: No such device

原文:https://www.cnblogs.com/jerryzh/p/11091304.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!