On Wed, 2005-02-09 at 08:01 +1100, Devraj Mukherjee wrote:
> I have been fighting with RAID1 as well for while now. Please ensure that
> you have compiled all the options for RAID in the Kernel.
> 
> If you are a genkernel user then use "genkernel --menuconfig all" and
> select all RAID and DM support
> 

Yep, eerything relating to RAID is compiled in rather than modules. I
did a regular make menuconfig. 

The kernel is logging-out:
Feb  8 21:45:56 lister kernel: md: Autodetecting RAID arrays.
Feb  8 21:45:56 lister kernel: md: autorun ...
Feb  8 21:45:56 lister kernel: md: considering hda3 ...
Feb  8 21:45:56 lister kernel: md:  adding hda3 ...
Feb  8 21:45:56 lister kernel: md: hda2 has different UUID to hda3
Feb  8 21:45:56 lister kernel: md: hda1 has different UUID to hda3
Feb  8 21:45:56 lister kernel: md: created md1
Feb  8 21:45:56 lister kernel: md: bind<hda3>
Feb  8 21:45:56 lister kernel: md: running: <hda3>
Feb  8 21:45:56 lister kernel: raid1: raid set md1 active with 1 out of 2 
mirrors
Feb  8 21:45:56 lister kernel: md: considering hda2 ...
Feb  8 21:45:56 lister kernel: md:  adding hda2 ...
Feb  8 21:45:56 lister kernel: md: hda1 has different UUID to hda2
Feb  8 21:45:56 lister kernel: md: created md2
Feb  8 21:45:56 lister kernel: md: bind<hda2>
Feb  8 21:45:56 lister kernel: md: running: <hda2>
Feb  8 21:45:56 lister kernel: raid1: raid set md2 active with 1 out of 2 
mirrors
Feb  8 21:45:56 lister kernel: md: considering hda1 ...
Feb  8 21:45:56 lister kernel: md:  adding hda1 ...
Feb  8 21:45:56 lister kernel: md: created md0
Feb  8 21:45:56 lister kernel: md: bind<hda1>
Feb  8 21:45:56 lister kernel: md: running: <hda1>
Feb  8 21:45:56 lister kernel: raid1: raid set md0 active with 1 out of 2 
mirrors
Feb  8 21:45:56 lister kernel: md: ... autorun DONE.

It looks as though the kernel is making the decisions on the devices
rather than any userspace tools. For some reason it isn't considering
any thing on hdc. 

I thought that the automount based the devisions on UUID's. The
partitions are paired across hda and hdc and hdaX.UUID == hdcX.UUID.

Cheers,
Adam

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to