Helping people with computers... one answer at a time.
RAID uses multiple hard drives to "look like" a single drive increasing either speed, reliability or both. RAID 0 is a configuration with serious risk.
I regularly get questions from people experiencing problems with their hard drives, and one configuration I've seen more and more of is something called "RAID 0". It's such a bad idea, in my opinion, I wanted to draw attention to it and detail why.
Of course that means I also need to touch on just what RAID is, since other variations of RAID are actually quite valuable.
•
"RAID" stands for "Redundant Array of Inexpensive Disks", and refers to several different ways to use multiple hard drives to either increase performance, reliability or both. RAID is typically transparent to you or the operating system, other than the fact that there is a dedicated piece of hardware, known as a RAID controller, that manages the distribution of data across the drives.
Various standard configurations of RAID drives, typically referred to as "RAID arrays", have been labeled with numbers to differentiate the differing arrangements.
RAID 0 uses two (or more) drives to increase performance.
The approach is this: when you write data to the logical (say, "C:") drive, the data is interweaved in some way such that half of it is written to one physical drive, and half on the other. Effectively, this doubles the speed of your hard disk, since the computer can essentially be writing to both at the same time, instead of writing the same amount of data in two steps to a single drive.
Sounds like a nifty approach, right? You get the same amount of space as you would with two individual drives, but you get it twice as fast.
The problem is that you get twice as much of something else as well: chance of failure and catastrophic data loss.
If one drive has, say, a 1 in 1,000 chance of failure, then two drives have a 2 in 1,000 chance.
Now, if you have two separate drives you still have that same 2 in 1,000 chance of one of them failing - but all you lose is what's on that one drive that fails. In a RAID 0 configuration, you've doubled your chances of failure, and when failure happens, all of your data on both drives is lost.
Think of it this way: if we take a simple sentence like:
RAID 0 configurations are a bad idea.
and sliced it in half such that every other letter was "on alternate drives", this might be what appears on each drive:
Drive 1: R I o f g r t o s a e a b d i e .
Drive 2: A D 0 c n i u a i n r a d a
Together they're easy (and quick!) to combine into the original sentence. Take away either one and the other is so much gibberish.
RAID 0 is valuable as a speed enhancement only if you're willing to take double the risk of failure. That means either that it's OK if the failure happens and you lose the data, or you're conscientious about making sure that it's backed up regularly and thoroughly.
I'm not really sure why I'm seeing this configuration more and more, but it does concern me that people are taking it on without understanding the risks.
What's frustrating, in part, is that once you have a RAID controller anyway, with the addition of a third (inexpensive) drive you can get all that speed as well as fault tolerance using different RAID configuration.
Using RAID 5, a third drive contains "parity" information - kind of the "C" in an "A + B = C" type of equation - lose any of A, B or C and it can be recalculated from the other two. In the world of hard disk drives, that means a drive can fail completely and your system continues to operate while the disk is replaced. RAID controllers often include "hot swap" ability, so that could even be literal: the drive could be replaced without stopping or restarting the system.
That's just one example - RAID as a concept actually includes several different arrangements that you can use to balance performance, fault tolerance and risk.
Just make sure that if you're using RAID 0, you know what you're getting into.
Article C3806 - July 12, 2009
As a tech, I saw one of the big mistakes that a computer company can do and it was the Now gone MPC computer. In the end I got some PCs from them that had Vista on them and my company wanted XP on them. Well I tried to install the XP software and it would not. I emailed their tech support and after the run around one of their final techs said the RAID in the BIOS was on. I went in and turned it off and was able to install XP. Now RAID is a bad thing when you have one drive. If you really need a RAid system in your house I hope your related to the edisons for your electric power. I know there are people out there running a server at their house, but ask why risk it all just to use RAID on either a server or a home PC. In the early days of RAID at companies you were risking allot I saw RAID not work I know these days they are much better and are working now. I've been working on computers for over 30 years and still don't see people keeping it simple. Home users with drives so cheap you can pick up a stand alone drive turn it off and on when you want, save time, save electric, and save money. If you have files save them there and then if you don't use the files then put them on a cd, dvd, or blue-ray disk. If your a a home computer user and your spouting I have a RAID on your home system then your just wasting your own time. Rule of Thumb RAID bad for home users, RAID good for Bussiness servers at companies. Drives are going to die and your going to have to replace them, same with motherboards, and other computer parts they don't last forever. Keep your computing simple thats what computing was supposed to be all about.
Posted by: Alan at July 17, 2009 6:22 AMI was always told RAID meant, "Redundant array of independent drives." Weird...
Posted by: Sandy Smith at July 25, 2009 8:53 PMYou are both sort of right, RAID stands for "Redundant Array of Independent Disks". It was "Redundant Array of Inexpensive Disks" but the companies that make RAID equipment did not like the word "Inexpensive" since it made RAID sound cheap. And Sandy is sort of right because "Drives" are also called disks. But I am still back in the time when URL stood for "Universal Resource Locator"
Posted by: Art at August 5, 2009 12:25 PMRAID 5 is not for the typical home user. We used this setup for all of our servers at the office. Unlike your usual home user, we had a stack of spare drives on site. Also, our drive arrays were hot-swappable. What this means is that when any single drive fails we are able to pull that drive out of the array without powering down the server. As soon as the replacement drive is inserted the RAID controller immediately starts to rebuild onto the new disk. Because a RAID 5 array can function as normal (to the user) with one drive missing, the system continues functioning with no observable outage.
Posted by: Jim de Graff at April 11, 2010 1:41 PMMy WD Drive Manager icon for my external USB HDD in the lower right corner of screen is flashing red BAD. I think I see what you mean. Computer says it sees the unit but won't let me access it because, I guess, there's no data there to access.
Posted by: Carl Graf at March 10, 2012 7:45 PM