> Ahh .. I now recall that maybe I did this in practice for > RAID5 simply > by running RAID5 over individual RAID1s already in degraded mode. To > "replace" any of the disks one adds a mirror component to one of the > degraded RAID1s, waits till it syncs up, then fails and removes the > original component. Hey presto - replacement without degradation. > > Presumably that also works for RAID1. I.e. you run RAID1 over several > RAID1s already in degraded mode. To replace one of the disks > you simply > add in the replacement to one of the "degraded" RAID1s. When it's > synced you fail out the original component. Neat concept :-) I still have an issue with it though: the raid 1 resync will fail if there's an unreadable block on the disk designated for replacemant; I'd call this fairly probable since there's probably a reason you want to replace the disk.. The desired situation would be for raid code to reconstruct the required data from teh remainin disks and write that to the new disk. Bye, 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