RAID's

MrZand5

Member
Hello users,

Can one of you smart people explain RAID and the differences because its all words to me and they mean nothing.

Thanks

Zach
 
RAID 0 is used for performance with 2 disks minimum. It stripes the data across the drives, increasing read and write time. Downside is if one disk fails, you lose everything.

RAID 1 is mirror copy and requires 2 disks minimum. They contain the exact same information so if one fails, you can roll right over to the other without loss of data. You can replace the failed disk and it will rebuild the copy.

RAID 5 requires 3 disks minimum. It stripes the data across the three drives but leaves data for each drive on other drives, so if one drive fails, you can replace it and it will rebuild the data for the array.

RAID 10 (also known as RAID 0+1) is a combination of RAID 0 and 1 and provides the benefits of a RAID0 backup with the performance of RAID 1.

That's a basic outline. You can see more here: http://en.wikipedia.org/wiki/Standard_RAID_levels
 
Last edited:
RAID 0 is mirror copy and requires 2 disks minimum. They contain the exact same information so if one fails, you can roll right over to the other without loss of data. You can replace the failed disk and it will rebuild the copy.

RAID 1 is used for performance with 2 disks minimum. It stripes the data across the drives, increasing read and write time. Downside is if one disk fails, you lose everything.

RAID 5 requires 3 disks minimum. It stripes the data across the three drives but leaves data for each drive on other drives, so if one drive fails, you can replace it and it will rebuild the data for the array.

RAID 10 (also known as RAID 0+1) is a combination of RAID 0 and 1 and provides the benefits of a RAID0 backup with the performance of RAID 1.

That's a basic outline. You can see more here: http://en.wikipedia.org/wiki/Standard_RAID_levels

Please reverse descriptions for Raid 0 and 1. You have them mixed up. :D
 
how do i get the RAID 1 + 0 i
It's not as common in many integrated RAID controllers, many of those only support the basic types such as RAID 0, RAID 1, or RAID 5. If your RAID controller supports it, you'll see it as an option assuming you have the required number of drives.
 
Back
Top