咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
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