Calculating available disk space in a RAID-5 set

I'm trying to find out how to calculate how much disk space will be available from five 36 GB disks using RAID-5. Can you help me out?

    Requires Free Membership to View

 

Five 36 GB drives in a RAID-5 configuration yields 144 GB of useable space. I figured this out using a RAID calculator from ibeast that can be found at http://www.ibeast.com/content/tools/RaidCalc/RaidCalc.asp

In addition to providing the simple RAID calculations, the tool also provides information on the various RAID configurations. For RAID-5, the tool provides:

RAID level 5 data striping with distributed parity definition
----------------------------------------------
Data is striped across a group of disk drives with distributed parity. Parity information is written to a different disk in the array for each stripe.

Redundancy
----------------------------------------------
Parity is distributed across the disks in the array. Data is regenerated in the event of a drive failure.

Performance
----------------------------------------------
High performance in small record, multiprocessing environments because there is no contention for the parity disk and read and write operations can be overlapped. No write bottlenecks as with RAID-4.

Drawbacks
----------------------------------------------
Distributed parity causes overhead on write operations. There is also overhead created when data is changed, because parity information must be located and then recalculated.

 

This was first published in January 2005

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.