Hello again! On Sat, Dec 21, 2024 at 16:58:59 +0000, Alan Mackenzie wrote: > Hello, Karl. > On Sat, Dec 21, 2024 at 17:45:13 +0100, karl@aspodata.se wrote: > > Alan Mackenzie: > > ... > > > I've now got working code which assembles a metadata 1.2 RAID array at > > > boot time. The syntax needed on the command line is, again, > > > md=124,1.2,/dev/nvme0n1p6,/dev/nvme1n1p6 > > > .. In place of 1.2 can be any of 0.90, 1.0, 1.1, though I haven't tested > > > it with anything but 1.2 as yet. > > ... > > Fun! Which kernel, can you send a patch ? > 6.6.62. Patch enclosed. It should apply cleanly from the directory > ..../drivers/md. There was an error in yesterday's patch. For some reason I can't fathom, I'd started a loop with for (i = 1; ....) in place of the correct for (i = 0; ....) .. The consequence was that the driver would not recognise "0.90" when given explicitly in the kernel command line, for example as md=126,0.90,/dev/nvme0n1p4,/dev/nvme1n1p4 .. Please use the enclosed patch in place of that patch from yesterday. Thanks! > Have fun! > > Regards, > > /Karl Hammar -- Alan Mackenzie (Nuremberg, Germany).