https://bugzilla.novell.com/show_bug.cgi?id=760859 https://bugzilla.novell.com/show_bug.cgi?id=760859#c16 Volker Kuhlmann <volker3204@paradise.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|volker3204@paradise.net.nz | --- Comment #16 from Volker Kuhlmann <volker3204@paradise.net.nz> 2012-10-09 20:54:28 NZDT --- Content of /etc/mdadm.conf: DEVICE containers partitions ARRAY /dev/md/kereru:system UUID=2276a9a1:da6d0888:554fa14a:f4f32b37 ARRAY kereru:home UUID=d7994183:c9a6983b:743f2dcd:3dc163a3 I tried to use logical names if possible. I remember having some trouble forcing it to v1.0 superblock, so that I can mount the raid1 constituents individually if I absolutely have to. Changes: --- 64-md-raid.rules 2012-09-27 23:23:37.000000000 +1200 +++ /lib/udev/rules.d/64-md-raid.rules 2012-10-09 20:32:54.085371671 +1300 -ENV{ID_FS_TYPE}=="linux_raid_member", ACTION=="add", RUN+="/sbin/mdadm --incremental $env{DEVNAME}" +#ENV{ID_FS_TYPE}=="linux_raid_member", ACTION=="add", RUN+="/sbin/mdadm --incremental $env{DEVNAME}" -ENV{ID_FS_TYPE}=="isw_raid_member", ACTION=="add", RUN+="/sbin/mdadm --incremental $env{DEVNAME}" +#ENV{ID_FS_TYPE}=="isw_raid_member", ACTION=="add", RUN+="/sbin/mdadm --incremental $env{DEVNAME}" After running mkinitrd, rebooting 3 times in a row each time gives (not withstanding sdf perhaps being sdb): md127 : active raid1 sdf6[3] sda6[2] 99546668 blocks super 1.0 [2/2] [UU] So it looks like you cracked it! Thank you very much Neil. Those 2 incremental lines must have been put there for a purpose. If they need to be replaced with something else I'm happy to test again. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.