Is there a limit to how many drives you can have in one RAID-5? What is the maximum number of physical drives recommended in a RAID-5 set?
Short answer - No, there is no limit.
Long answer - It all depends upon vendor implementation. Many high end servers and network storage devices can have hundreds of hard drives in them in RAID-5. 3Ware and other small server cards typically have the space of 7 drives. It depends on the controller. For example, some Proliant models can have a maximum 72 physical disk limit or other models of IBM server come with the limit of 96 physical hard disks. Recommended setup for RAID-5 to have seven drives with 1 drive as a hot spare.
Please note that the "parity" is very important here. It doesn't matter how many drives there are, as long as only ONE fails, the data can be recovered provided that the rest stay up during your rebuild process. If two or more drives failed at the same time in RAID-5, you are doomed (hint: to avoid full disaster dump all YOUR DATA to a backup media).
Another practice is to use FC or external SAN controllers for large number of disks. If you are going to use 64 or more disk FC or SAN is standard practice. SCSI and FC (Fibre Channel) disks almost provide better performance, while SATA is good for storage intensive applications such as backup or large file servers.
So there is no single rule here as the recommended maximum number of disks in a RAID-5 system varies a lot and depends upon factors such as RAID Controller, RAID Controller CPU & memory, Disk technology and bandwidth.
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop













{ 2 comments… read them below or add one }
Thanks This is a very straight forward article that does not take you along unnecessary paths. Thanks for the answer.
That is good stuff. Did anyone ever check performance impact with mdadm. For example the diff. in having 5 disks in a raid5 compared to let’s say 25 disks in a raid5.