Re: new scsi hardware detection in 2.4.7(pre)

Keith Owens (kaos@ocs.com.au)
Tue, 24 Jul 2001 11:59:54 +1000


On Mon, 23 Jul 2001 17:10:19 +0200,
Olaf Hering <olh@suse.de> wrote:
>I get this on non-scsi systems with scsi compiled into the kernel:
>
>SCSI subsystem driver Revision: 1.00
>request_module[scsi_hostadapter]: Root fs not mounted
>request_module[scsi_hostadapter]: Root fs not mounted
>request_module[scsi_hostadapter]: Root fs not mounted

The SCSI midlayer is trying to load the SCSI host adapter, that is an
unavoidable side effect of including SCSI support. Because no adapter
is found, kmod tries to automatically load a module that can find a
host adapter. The "Root fs not mounted" message occurs when you try to
load any module before / is mounted.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/