系统相关
首页 > 系统相关> > centos7 VM VirtualBox设置共享目录时报错。 /sbin/mount.vboxsf: mounting failed with the error: No such device

centos7 VM VirtualBox设置共享目录时报错。 /sbin/mount.vboxsf: mounting failed with the error: No such device

作者:互联网

 

 执行  mount -t vboxsf workspace /mnt/workspace

解决办法:

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,workspace,No,reboot,yum,install
来源: https://www.cnblogs.com/zxqblogrecord/p/10989314.html