raid array or new 6gb/s hard drive

Associate
Joined
8 Oct 2006
Posts
284
Location
staffordshire
hi guys now im just about to put a new comp together , now ive never messed about with raid arrays , always just had a single hard drive with windows and programs on . now ive currently got 3 wd 320gb sata 2 3gb/s hard drives. one with windows on which i was thinking off using in my new comp . however would i be better off buying something like this ...
Western Digital Caviar Black 640GB SATA 6Gb/s 64MB Cache - OEM , dont really want to buy a ssd as they are far too dear yet ! OR useing my existing hard drives in a raid array, now ive done quite a bit of research in to how you set them up so that shouldnt be a problem . if so which raid type do you suggest ? raid 0,1 ,5,10 ......i do do gaming a lot so speed is important ..........which would i be better off doing ? thanks in advance
 
Not an expert but here is some information I have found using the power of google:

• RAID 0 is all about performance, employing what's called striping, where data is broken up into fragments and written across multiple drives, sort of treating them as one giant drive. Let's assume we've got a setup with four hard disks. The performance edge comes from the fact you're getting massive throughput—it's like going from one lane to four, since you're writing and accessing all four drives in parallel. It's for pros and crazies handling massive files, like HD video editing. The downside is that if even one of the hard drives fails, you lose everything. Every file is now incomplete. It's not technically RAID since there's no redundancy going on—possibly hence the zero. You need at least two disks for this.

• RAID 1 is the main configuration most novices should learn about. It writes, or mirrors, data to multiple disks, so you've got multiple hard drives that are exactly the same. Obviously, this is good for data reliability, since if one fails, you've got another. If you don't have an independent disk controller or host adapter for disk, however, performance can be kind of crummy trying to write to the disks simultaneously, and performance isn't going to be as good as a striped RAID configuration, obviously. On top of that, you have to buy two 500GB disks just to get 500GB of storage, so it gets a little costly, too. Safety first! You need at least two disks here.

• RAID 2 stripes data like RAID 0, but at even smaller level (bits instead of blocks) and uses additional hard drives and what's called Hamming code for error protection and parity which allows it to recover corrupt data. Guess what? No one uses it anymore, because it requires a ridiculous number of disks.

• RAID 3 stripes data across multiple drives as well, but at the byte level, and it has a single disk dedicated to data parity and error correction. Because of the byte level split, all the drives work together simultaneously as one unit, which means it can only do one one read or write operation at a time. Pretty rare to see, and nothing you, Joe Q. Consumer have to worry about. It's good for high transfer rates (again, HD video editing comes to mind) with a measure of security that you don't get with RAID 0, since you can lose a disk and still be okay. You need at least three disks for this party.

• RAID 4 is a striping+parity disk setup too, but at the larger block level, so disks can be more independent, and you can have multiple read operations in different places going on. Since you're only using a single disk for parity, which has to be written to every time you write data, you can still only have one write operation going on at a time. Three's the magic number of disks here too.

• RAID 5 is where much of the NAS in a box action is today if you're not rolling with RAID 1, and tries to offer the best of all RAID worlds—performance and redundancy—by combining the various configurations. It stripes data across multiple hard drives, but instead of just dumping parity data onto a single drive, it spreads it across all of the hard drives too, meaning there's no bottleneck from writing parity data. (Though writing parity data is still kind of a drag.) In this configuration, you can lose one hard drive and be okay, since that drive's parity data is on a different disk. Sadly, there's some concern about its probability for failure over the next year as hard drives increase in size and the system expands. Three disks gets you in the door.

• RAID 6 is like RAID 5, but it uses two disks for parity and correction which are setup so that if one of the drives bombs out during data recovery, the system keeps on chugging. Obviously, you need one more disk than RAID 5, making the minimum four.

Seems raid 0 is the way to go, since your on a limited budget I don't see any point on you getting another hard drive unless your going to go the SSD route, not sure how much benefit your get if you buy another mechanical hard drive. If however you still deciede to go for another hard drive then check out the Samsung F3 seems everyone on here practically recommends them Here.
 
If your RAID card/motherboard supports multiple drives in RAID 0, then I would put 3 or 4 in RAID 0. Then use a larger spare drive to store an image of the array on as a recovery/backup device.

Three or Four 7200rpm drives in RAID 0 will give you near on SSD speeds, plus you get loads of storage too. If you later have the budget to do it properly, look for a decent RAID card like the LSI 9260-4i. Later replacing the mechanical disks with 4 SSD's will give you performance in the mainstay server league, and bring the disk performance close to the maximun bandwidth that the bus can handle. The OCZ 60Gig drives are good money at £117 a piece, and four of them on the LSI card running RAID 0 would be totally :cool:
 
Back
Top Bottom