Intel® Xeon® Processor and Server Products
Intel® Xeon® Processors, Data Center Products including boards, integrated systems, and RAID Storage
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5182 Discussions

Embedded Raid Technology II Maximum Size

SDoug3
Novice
1,586 Views

I am correct to have discovered the embedded raid technology II can only get so large. In other words, I have three 2TB drives configured as RAID5. The drives reach an array of almost 6TB for RAID0. However, when RAID5 is chosen the maxium size is approximately 3.8 thus wasting a good amount of free space. The unused space is in accessible as a second virtual volume the in the BIOS configuration as well as within Windows Enterprise Server 2008 R2.

It looks like I wasted $80 on the RAID upgrade module for the S5520HC motherboard.

Thank you.

0 Kudos
1 Reply
Edward_Z_Intel
Employee
697 Views

In a RAID 5 configuration, you have total capacity of (n-1)*size_of_smallest_disk, where n is the number of your drives. Capacity of one drive is used for parity, which gives you redundancy. So in your case n=3, so you'll have total capacity of two drives, which is around 4TB.

For more information about RAID levels, see http://support.intel.com/support/motherboards/server/sb/CS-022358.htm Intel® RAID Software User's Guide

Reply