This is actually the continuation my previous update on the server. As I noted in that previous post setting up a RAID 5 with six 146 GB drives and two 72 GB drives was very stupid. But I never explained why this is a stupid idea on my first post. Today we will look at the best way to mix and match different types of harddrives on a RAID system for optimum performance and the highest storage output.
The the RAID 5 system works by taking all the hard drives with even different sizes and strip the data on all of them to provide one drive fail backup support for the system. In other words, on a RAID 5 system, you an tolerate one drive failure without loosing data. In this method, the RAID controller will take the lowest capacity of all the drives on the array and multiply that lowest capacity by the number for drives regardless of the capacities of the larger drives. For example, if we have two 72 GB drives and six 146 GB drives, the RAID controller will see all the eight drives as 72 GB drives. By doing the math for the RAID 5 system: (72 GB * 8)-72GB = 567 GB in total. Considering 146 GB *6 itself is 876 GB, this creates a a lot of wasted space. In addition to this reduced space, the 72 GB HDs are running at 15K RPM while the 146 GB HDs are running at 10 K causing the RAID to operate at the lowest RPM value of 10 K even with the six 15 K drives have the capability to Continue reading Server RAID rebuilt…