fedora32 VirtualBox自动挂载共享目录
1-指定共享文件
2-查看有木有挂载
$df
如果木有那就是没有成功
3-解决办法
1挂载
sudo mount -t vboxsf Shared /mnt
若出现mounting failed with the error:No such device则
安装依赖
yum clean all yum update yum install -y kernel kernel-devel kernel-headers gcc make reboot
重新安装增强
cd /opt/VBoxGuestAdditions-*/init ./vboxadd setup reboot
如果没有成功 那我木有办法了 ,你只能 换长期支持版的内核了