首页 > 系统 > Linux > 正文

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

2020-07-08 13:06:28
字体:
来源:转载
供稿:网友

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

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表