RE: md: only binds to one mirror after reboot

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Monday August 28, Andreas.Pelzner@xxxxxxxxxxxxx wrote:
> Pls. find the kernel messages here.

Thanks.

'md' and the drivers for you disks are not compiled into the kernel
but are present as modules in an 'initrd'.
So the kernel parameter or
  md=0,/dev/hda1,/dev/hdb1
is ignored and the code in the inird is completely responsible for
assembling md0.
You have a look at what it does:
  
  mkdir /foo
  mount -t cramfs /initrd.img  /foo
                  ^^^^^^^^^^^

You have to find the initrd that is being used and use that name here.
Then have a look at etc mdadm.conf in /foo.

Once you understand the problem you will need to remake your initrd to
get this right.

NeilBrown
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux