Now, you might be in this situation and then your best bet is
possibly RAID recovery software (have seen some, don't remember
where) or if your controller allows you to disable the kicking on
defects. Linux software RAID seems not to allow you to do that.
What I would do in such a case is to mount both partitions/drives
read-only, determine which has less bad sectors, write them
down and copy that partition/drive to a good one. Then copy
the bad sectors on the first drive from the second one. If
ithe number of bad sectros is high, then script this using,
e.g., badblocks and dd_rescue.
When writing to a bad sector, the data will be written to both drives.
Since the data is written with checksums,