What are the advantages/disadvantages of raid 1+0 vs raid 1 regarding the following:
- Recoverability. How easy is it to recover data from a raid 1+0 array if the raid array controller fails and you have to use a different manufactures controller (or maybe a different model from the same manufacturer)? Has anyone done this? I know with raid 1 this is possible (I have done this in the past).
- Reliability of the array. Does this differ between implementations (ie: Do some vendors support 2 failed disks in a 4 disk raid 1+0 array as long as these are not the other disk's pair or is this "standard")
- I/O. Is a 4 disk raid 1+0 always twice as fast as a raid 1 array or are there certain conditions (read/write/random/sequential) where this is not true.
- Array size. Again obviously raid 1+0 wins, however if there are recoverability advantages to raid 1 (above) is there a sensible solution to combine arrays without reducing reliability/recoverabilty.
- Anything else?
There seems to a bit of information about this on the internet, however no one really addresses the first point (which is my main concern running a home lab where reliability and recoverability are of uttermost importance) and it would be nice to cover all of the advantages/disadvantages...