其他分享
首页 > 其他分享> > VirtualBox mount报错:/sbin/mount.vboxsf: mounting failed with the error: No such device

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

作者:互联网

 

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

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

标签:kernel,sbin,vboxsf,No,mount,报错,install
来源: https://www.cnblogs.com/jerryzh/p/11091304.html