Two drives in RAID?

Associate
Joined
14 Aug 2007
Posts
447
Hi,

I was thinking of two 250gb drives mirrored, but was wondering how much slower the system would be (having to do everything twice).

Also, would I notice an impact if I used striping?

Thanks!
 
RAID1 (mirroring) is slightly slower than a single drive. Motherboard based RAID chipsets don't tend to support split reads so there's no improvement in read speed over a single drive and writes take until both drives have finished so can be a touch slower than a single disk.

Also remember that RAID1 only gives you hardware redundancy, it's not a backup. If you mistakenly delete a file it gets deleted from both disks.
 
rpstewart said:
RAID1 (mirroring) is slightly slower than a single drive
I'm not sure if that is correct, I was always under the impression that RAID-1 offered slightly better reads than a single disk (as well as offering redundancy).
 
rpstewart said:
RAID1 (mirroring) is slightly slower than a single drive. Motherboard based RAID chipsets don't tend to support split reads so there's no improvement in read speed over a single drive and writes take until both drives have finished so can be a touch slower than a single disk.

Also remember that RAID1 only gives you hardware redundancy, it's not a backup. If you mistakenly delete a file it gets deleted from both disks.

Yeap, I have setup two disks in RAID one to help prevent problems with disk failure. You'll still need a backup solution e.g. an external drive.

I have found the aforementioned RAID setup slightly slower than I would expect. Would PCI RAID controller card offer better speed?
 
Card-based RAID solutions would offer a dedicated processor to deal with RAID0 and 1 and to a greater extent 5 and 6 performance. Using a faster CPU should only affect the performance of software based RAID solutions.
 
A RAID card isn't going to help RAID1 performance unless you can find one which specifically support split reads on the array. It's not possible to speed up the write performance though, this is limited by the write capabilities of the drives themselves.
 
OK so do you think 2 x Western Digital Caviar 250GB drives mirrored would be OK.

The thing is, if I use striping, if one drive goes then I lose everything! :eek:
 
I suppose I could get a tiny raptor to boot from, then put all programs/files on a separate disk?

Would I have to put these in RAID, or just connect them up?
 
addylad said:
I suppose I could get a tiny raptor to boot from, then put all programs/files on a separate disk?

Would I have to put these in RAID, or just connect them up?
No, to do that you'd run them as two separate drives.
 
Back
Top Bottom