Originally posted by: spikespiegal
Not true.
Depending on your controller Raid 5 might cause a performance hit because of overhead processing parity logic.
I avoid RAID at all costs now - even on servers. Storage is cheap, and with RAID 1 a malfunction with my controller won't kill all the data on three drives. RAID 5 striping errors are catastrophic. They aren't with RAID 1.
Originally posted by: cmetz
JCROCCO, you say:
"Not too concerned about down time."
RAID, fundemantally, is a technology that is used to increase performance and/or availability of a set of inexpensive disks. If you're comparing between RAID 5 and RAID 1 (mirroring), then you're pretty much looking at differences in RAID levels that exist to increase your availability. But if you aren't concerned about down time, you don't need RAID to (maybe) increase your availability. RAID adds complexity to the overall system. While RAID increases availability in the face of drive failures, it creates new things that could fail and new ways you as the sysadmin could accidentally screw things up.
I think you should instead focus on your backup solution.
FWIW, when it has to stay up and cost is not a big concern, I use RAID mirroring. When I need a more cost-effective solution is required, and/or a lot of storage, I use RAID 5 or 6.
Aside: There's a great Intel presentation floating around that shows you how RAID 5 doesn't scale to really big arrays so well - you need to use RAID 6. The key observation is that RAID 5 array rebuilds crank the drives really hard... which makes the odds pretty good that you're going to lose a drive during that process. Which increases your number of failed drives to two, which RAID 5 can't help you with. Obviously at some level, they're pushing RAID 6 because it's a cool-new-feature that sells stuff. But anyone around here who's managed a bunch of RAID 5 arrays will tell you that rebuilds are a stressful operation.
I tend to forget that you can do a RAID 1 array with more than two drives.Originally posted by: JackMDS
http://en.wikipedia.org/wiki/Redundant_array_of_independent_disks
Originally posted by: halfadder
RAID 1 (mirrored) is faster than RAID 5 for reading. So if most of your computer usage is *reading* data, such as playing games or loading applications or playing music/videos, then you might want to consider RAID 1.
Most RAID 1 controllers are smart enough to realize that the same data is mirrored to both drives, so when you read data from the drive, the controller pulls data from both drives at the same time, one piece from one drive while the other drive is pumping out the other piece. Almost twice as fast for read operations.
I avoid RAID at all costs now - even on servers.
Storage is cheap, and with RAID 1 a malfunction with my controller won't kill all the data on three drives. RAID 5 striping errors are catastrophic. They aren't with RAID 1.
Originally posted by: JCROCCO
WOW, thanks for all the great help. VERY informative. I think I will use raid1. I have been in business for the last 5 years running on 1 40 gig external drive. I think 2 400 gig drives mirrored will be sufficient for a while.
Originally posted by: nweaver
Just remember, and chant this over and over and over
RAID IS NOT A BACKUP
RAID IS NOT A BACKUP
RAID IS NOT A BACKUP
RAID IS NOT A BACKUP
RAID IS NOT A BACKUP
RAID IS NOT A BACKUP