On 17/05/2012 19:15, Wiliam Colls wrote:
We recently had one of the disks in a 2 disk RAID1 array go down. We successfully removed the failed unit from the array, replaced the physical disk, and rebooted. Once back up and running the partition table from the working disk was copied to the new physical disk, and then the appropriate partition was added back into the array, and the array began to resync, and now appears to be running happily. In reviewing the process afterwards, I realised that the partition was never formatted (ext3). Does the resync apply the format as part of the process?
Yes, md operates below the level of the filesystem, and mirrors everything including the format and filesystem, so you don't need to format member devices before building an array or replacing them.
Cheers, John. -- 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