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