
Originally Posted by
gtj
In RAID 0, data is striped across 2 or more drives. Your total storage capacity therefore is the sum of all the drives in the array. PROs: Read and write speed, large storage. CONs: Lose 1 drive and you've lost EVERYTHING.
In RAID 1, the same data is mirrored on 2 drives. Your total storage is limited to the capacity of the smallest drive. PROs: Security. If a drive fails you can replace it and the raid controller will automatically re-sync it. CONs: Smaller storage. Write speed is slower because the same data has to be committed to both drives. Read speed is actually good because the controller can read data from either drive.
Bookmarks