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

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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM