Sorry for the dupe, forgot the list: On 06/11/2013 08:01 AM, Keith Phillips wrote: [trim /] > Assembling it with "mdadm -vv --assemble /dev/md0 /dev/sd[bcde]": > ----------------------- > mdadm: looking for devices for /dev/md0 > mdadm: /dev/sdb is identified as a member of /dev/md0, slot 0. > mdadm: /dev/sdc is identified as a member of /dev/md0, slot 1. > mdadm: /dev/sdd is identified as a member of /dev/md0, slot 2. > mdadm: /dev/sde is identified as a member of /dev/md0, slot 3. > mdadm:/dev/md0 has an active reshape - checking if critical section > needs to be restored > mdadm: Failed to find backup of critical section > mdadm: Failed to restore critical section for reshape, sorry. > Possibly you needed to specify the --backup-file ^^^^^^^^^^^^^ You won't be able to assemble and run your array without a backup file. You said you lost your original, so you will have to use a blank one and tell mdadm to ignore the invalid file. When reshaping, some scenarios need the backup file only on the first stripe. Some only on the last stripe. And some need the backup file for every stripe. That appears to be your situation. Note that when needed for every stripe, the speed of the reshape will be limited by the speed of the device holding the backup file. Phil -- 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