![DESCRIPTION OF RAID-MODES](/images/new-backgrounds/143243/1432439x1.webp)
GETTING STARTED | CHAPTER |
DESCRIPTION OF RAID-MODES
1
RAID modes and terminology can be a little confusing to the
Normal JBOD Mode (Just a Bunch Of Disks)
This really isn’t a RAID mode at all. JBOD simply allows you to see and use each drive separately within its bay. There is no performance advantage to JBOD. But, it is very useful when transferring data from one drive to the next; or when you need to
RAID 0 Mode (Striped Drives)
This is only recommended for those people who absolutely must have the absolute maximum in transfer speed and storage capacity. This mode is easily capable of exceeding the speed limit of USB 2.0 (roughly 60 MB/s). Likewise, it gives you access to the full capacity of both disks combined. So, what could possibly be bad about that? The problem is this: if one drive dies, all of your data will be lost. In order to safely use RAID 0, you’ll need a third separate drive in which to backup your critical data. You will also need to verify that each disk you intend to use in this array is the exact same make and model.
RAID 1 Mode (Mirrored Drives)
This mode continuously duplicates all of the data from one drive onto a target drive of
RAID 3 Mode
This mode is very similar to RAID 5. It distributes all of the backup information (parity) onto one dedicated disk. As a result, RAID 3 can sometimes take longer to rebuild than RAID 5. The speed is comparable to RAID 5 and RAID 0. RAID 3 can tolerate drive failures, but never more than 1 at a time.
RAID 5 Mode
This is the default and most highly recommended mode. RAID 5 allows you to have the speed of RAID 0 with the security of RAID 1. It also splits the backup data (parity) onto each disk. So when a failure occurs, rebuild time is minimized. As if that weren’t enough, RAID 5 gives you the most capacity of any high RAID level: 70% of usable disk space. RAID 5 can tolerate drive failures, but never more than 1 at a time.
RAID 10 Mode
Similar to RAID levels 3 and 5, RAID 10 is really a combination of levels one and zero. The difference between RAID 10 and other higher
Clone Mode & Combine Mode
Clone mode and Combine mode are disabled at the time of this writing. Warning: Do Not Apply these modes. Please go to CavalryStorage.com for the latest firmware update before attempting to use clone or combine modes.
3