Hi, Given the following command: mdadm -Cf /dev/md3 -e1.2 -n5 -l6 /dev/sdga5 /dev/sdgb5 /dev/sdgc5 /dev/sdgd5 /dev/sdge5 -u<uuid> Is the order that the disks are specified on the command-line significant? Somebody suggested this command to put the disks back in the correct order (though I believe he was mistaken about the correct order). It seems to me that if the order on the command-line is significant that this would have caused parity to get recalculated (based on the [incorrect] order of the disks) and the new parity to be written over actual data blocks. I see no evidence that this has occurred, which leads me to believe that the actual ordering within the array is detected and everything proceeds as it should, in which case issuing the command above likely was a very time-consuming no-op. Also, it seems that I should be able to issue such a command without the full scan of the disks. Is that what the "--run" option is for? If so, does "--readonly" protect me from harm that improper use of "--run" may cause? Thanks, Steven -- 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