当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > Linux启动出现start ls-disk module sg not found
Unix/Linux 中的 Linux启动出现start ls-disk module sg not found
问题:模块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
评论 (0) All