Linux启动出现start ls-disk module sg not found
摘要:问题:模块sg没有发现解决方法:模块sg就是SCSIgenericdriver,把scsidevicesupport里面的SCSIgener...
问题:模块sg没有发现
解决方法:模块sg就是SCSI generic driver,把scsi device support里面的SCSI generic driver编译成模块即可。
start ls-disk module sg not found
开机的ls-disk服务执行的情况依赖于一下模块
moduprobe ieee1394
modprobe ohci1394
modprobe sg
modprobe sbp2
modprobe sd_mod
【Linux启动出现start ls-disk module sg not found】相关文章:
★ 通过CentOS 7.0 电源管理关闭笔记本合盖睡眠待机的方法
★ centos更改文件夹打开方式(增加路径、前进、后退按钮)
上一篇:
rpm安装以及rpm升级命令