I have a question about RAID 5 rebuilding.
Let's assume the following: A RAID 5, 3 disk (5TB each) array (i.e. 10TB useable).
If a disk fails, the data remains accessible (e.g. employees could continue working) but in a 'crippled' state.
It's widely known that the RAID controller can rebuild the array structure once the disk has been replaced, although there is a fair chance of experiencing a URE which means your data cannot be rebuilt and is lost.
However, what is to stop you, upon finding out a disk has failed, copying all the data from the limping array to a network storage location, recreating the RAID array from scratch with a new disk, and copying the files back?
This way, any UREs encountered would manifest as individual file failures rather than complete failure.
Would this work?
Thanks in advance, Laurence