站长资源操作系统

Linux启动出现start ls-disk module sg not found

整理:jimmy2025/1/11浏览2
简介问题:模块sg没有发现解决方法:模块sg就是SCSI generic driver,把scsi device support里面的SCSI generic driver编译成模块即可。start ls-disk module sg not found开机的ls-disk服务执行的情况依赖于一下模块m

问题:模块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