This is a discussion on Difference between Linux RAID 0, RAID 1 and RAID 5 within the Linux software forums, part of the Linux Getting Started category; Dear members, While installing Linux it display information about RAID 0, 1 and 5. I would like to know what ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
Dear members,
While installing Linux it display information about RAID 0, 1 and 5. I would like to know what is the different between all these RAID options. Which one is the best and why? regards, JO |
| Sponsored Links | ||
|
|
|
|||
|
RAID 0
=> Use if you want good read and write performance => Strips data across multiple disks => No Fault tolerance => Good for Workstation computers or application which needs fast disk I/O => Minimum requirement: 2 hard disk RAID 1 => Use for mirroring (hard disk to hard disk or partition to partition ) => Fault tolerance => Use this if you want exact copies of data => Minimum requirement: 2 hard disks RAID 5 => Use for dedicated FILE/App server => Combination of RAID 0 and RAID 1 => Read rate high => Write rate medium => Use this for database, Internet servers (such as web, mail etc), File server etc => Minimum requirement: 3 hard disks Hope this helps. Wikipdia has nice information http://en.wikipedia.org/wiki/Redunda...ependent_disks |
|
|||
|
RAID 0:
Block striping, yields higher performance than with individual drives. There is no redundancy. ex. disk1 = 80G disk2 = 100G total space = 160G RAID 1: Drives are paired and mirrored. All data is 100% duplicated on an equivalent drive. Fully redundant. total space is equal to the size of the smallest disk. ex. disk1 = 80G disk2 = 100G total space = 80G RAID 5: Data is striped across several physical drives. Parity protection is used for data redundancy. Parity is stored on each disk. (in RAID 3, parity is stored in single disk). supports single disk failure. ex. disk1 = 80G disk2 = 100G disk3 = 120G total space = 80*2=160G |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setting up RAID 1 mirroring on a running remote Linux system | sweta | Getting started tutorials | 9 | 09-22-2008 06:04 PM |
| RAID Problem | asim.mcp | Linux software | 4 | 09-17-2007 06:49 PM |
| smartd on 3ware RAID under Linux | sweta | Linux hardware | 1 | 08-10-2007 08:59 PM |
| Raid Monitoring | vimalgoel | Getting started tutorials | 3 | 08-09-2007 06:08 PM |
| Installing on RAID | cttw | Linux software | 3 | 10-26-2006 04:55 AM |