RAID-1 vs. RAID-5
Can I install an operating system (OS) and put data in different partitions of RAID-5, or is RAID-1 (hardware-based RAID) a better solution? Is it ok if we divide a RAID into two partitions? Does RAID-5 take a long time to rebuild?

    Requires Free Membership to View

    When you register for SearchStorage.com, you’ll also receive targeted emails from my team of award-winning editorial writers. Our goal is to keep you informed on the hottest topics, the latest news and the biggest challenges you face as a storage professional today.

    Rich Castagna, Editorial Director

    By submitting your registration information to SearchStorage.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchStorage.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

I don't recommend using RAID-5 for any sort of write-intensive work at all. RAID-5 performance is notoriously slow for writes, especially small writes, because of the CPU overhead that each write requires. The overhead is worse if the RAID-5 is software-based. Hardware-based RAID-5 is better, but still not as fast as RAID-1. Of course, RAID-1 requires a great deal of extra disk space (double the usable space you need), so you pay for each approach in different ways.

Can you put the OS on RAID-5? Yes, you can, but I believe you'll find that the system's performance will suffer.

Can you divide a RAIDed slice into multiple partitions? You may be able to, depending on the hardware and software you use, but I think you'd be better served by having two or more separate RAID slices, and assigning each to a separate file system.

Does RAID-5 take a long time to rebuild? Short answer: YES. Long answer: It depends on how large the RAID-5 slice is, how many disks it is striped across, the I/O speed of the disks involved, the CPU speed of the system(s) involved, how much other work is underway and lots of other factors. I have seen large, poorly configured RAID-5 slices take days to rebuild.

The optimal configuration for RAID-5 is to have data spread across four to six disks. Fewer than that is not worth it: You may as well consider RAID-1. More than that invites trouble by increasing the likelihood of multiple disk failures. And, more disks require more time to rebuild.

This was first published in June 2005