On 14/07/2020 20:50, Adam Barnett wrote:
Forcing the assembly does not work: $ sudo mdadm /dev/md1 --assemble --force /dev/sd[ijmop]1 /dev/sd[kln] mdadm: /dev/sdi1 is busy - skipping mdadm: /dev/sdj1 is busy - skipping mdadm: /dev/sdm1 is busy - skipping mdadm: /dev/sdo1 is busy - skipping mdadm: /dev/sdp1 is busy - skipping mdadm: Cannot assemble mbr metadata on /dev/sdk mdadm: /dev/sdk has no superblock - assembly aborted
Did you do an "mdadm --stop /dev/md1" before trying that? That's a classic error from an array that's previously been partially assembled and failed ...
The other thing I'd do is make sure there aren't any other unepected partially assembled arrays. I doubt it applies here, but I have come across mirrors that get broken in half and you get two failed arrays instead of one working one ...
Cheers, Wol