Hi Francis, > Could you show me the mdadm command I should use to insert sdb into the array ? I tried your scenario on HW with LSI fake RAID and encountered the same problem you had. I have come up with a patch that I've just posted ("Fix mdadm --add for LSI fake RAID" and follow-ups). Please try if this patch fixes your problem. To be precise, with this patch applied, mdadm /dev/md127 --add /dev/sdX should work again. You should be able to run this on your currently broken system if you somehow manage to transfer the updated mdadm and mdmon executables to that system, run mdmon --takeover /dev/md127, and then remove/add sdX again. The reason for the problem was a difference in the interpretation of the workspace_lba field in the DDF header between my code and LSI's. This has nothing to do with my previous patch "compare_super_ddf: fix sequence number check". Regards Martin -- 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