David,
On Fri, 26 Nov 1999 03:03:35 -0800, David Cunningham wrote:
>Here's the situation. I've read the Howto. I've got 2 EIDE disks running
>RAID-1 under Redhat 6.0. The partition types are fd, the kernel option for
>autodetecting RAID is set, and md0 was built with persistent superblock.
>Here is an excerpt from dmesg:
>
>autodetecting RAID arrays
>(read) hdb1's sb offset: 10432 [events: 00000002]
>(read) hdc1's sb offset: 10432 [events: 00000002]
>autorun ...
>considering hdc1 ...
> adding hdc1 ...
> adding hdb1 ...
>created md0
>bind<hdb1,1>
>bind<hdc1,2>
>running: <hdc1><hdb1>
>now!
>hdc1's event counter: 00000002
>hdb1's event counter: 00000002
>request_module[md-personality-3]: Root fs not mounted
Well, you built your kernel with some modules, especially in the md range. Where do
you
expect your kernel to load those modules from while not having anything mounted? :-)
Rebuild your kernel with the md parts resident and it won't fail anymore.
Regards,
Robert