What are the different RAID levels for Linux / UNIX and Windows Server?
Q. What are the different RAID levels? Which one is recommended for file server and database server?
A. A Redundant Array of Independent Drives (or Disks), also known as Redundant Array of Inexpensive Drives (or Disks) (RAID) is an term for data storage schemes that divide and/or replicate data among multiple hard drives. RAID can be designed to provide increased data reliability or increased I/O performance, though one goal may compromise the other.
There are total 10 types of RAID levels:
- RAID level 0
- RAID level RAID level 1
- RAID level 2
- RAID level 3
- RAID level 4
- RAID level 5
- RAID level 6
- RAID level 10
- RAID level 50
- RAID level 0+1
Commonly used RAID levels for UNIX / Linux and Windows server
Following are commonly used RAID levels :
| RAID level | Minimum hard disks | Suggested application | Notes |
| RAID 0 - Striped Set without parity | 2 Hard disks | 1. Video Production and Editing 2. Image Editing 3. Any application requiring high bandwidth |
Provides improved performance and additional storage but no fault tolerance from disk errors or disk failure. Any disk failure destroys the array, which becomes more likely with more disks in the array. |
| RAID 1 - Mirrored Set (2 disks minimum) without parity. | 2 Hard disks | 1. Office application 2. Financial application 3. Payroll application etc |
Provides fault tolerance from disk errors and single disk failure. Increased read performance occurs when using a multi-threaded operating system that supports split seeks, very small performance reduction when writing. Array continues to operate so long as at least one drive is functioning |
| RAID 5 | 3 Hard disks | 1. File and Application servers 2. Database servers 3. Internet Web, E-mail servers 4. Intranet servers |
Highest Read data transaction rate, Medium Write data transaction rate, Overall good (aggregate) transfer rate. drive failure requires replacement, but the array is not destroyed by a single drive failure. Upon drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked from the end user. The array will have data loss in the event of a second drive failure and is vulnerable until the data that was on the failed drive is rebuilt onto a replacement drive |
| RAID 10 (nested RAID 1+0) | 4 Hard disks | 1. Database server | Provides fault tolerance and improved performance but increases complexity. |
See also - Understanding RAID and required number of minimum disk in graphical format
E-mail this to a friend
Printable version
Related Other Helpful FAQs:
- RAID for Linux file server for the best READ and WRITE performance
- What happens when hard disk fails in raid 5
- Linux Setting up a software RAID1 system for a complete mirror
- Linux Recover From A Lost Software RAID device (Rebuild RAID 5 Software Array)
- Linux Check The Health of Adaptec RAID array
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: application, database_server, fault_tolerance, Hardware, hard_disks, Linux, raid, raid_level, reliability, UNIX, Windows



Recent Comments
Yesterday ~ 12 Comments
Yesterday ~ 7 Comments
Yesterday ~ 2 Comments
Yesterday ~ 3 Comments
Yesterday ~ 3 Comments