View Single Post
  #3  
Old March 6th 05, 02:17 AM
Paul
external usenet poster
 
Posts: n/a
Default

In article , Bucky
wrote:

Hey.

I have not set up my A8V system yet, and it will be a while I think.
I was wondering something. There is a parallel Raid connection on the
board, can it be used at the same time as the Sata Raid of that
controller?

In fact, can all three Raid setups be used at the same time, for 6
total Raid drives?


In theory, you could put four drives on the 20378 and two on the
Southbridge.

But the problem is, putting two parallel drives on the 20378 means
accesses to the two drives can interfere with one another on the IDE
cable and reduce your performance. If you put four drives on there,
I would pair a SATA drive with a parallel drive, to make a RAID 0
or RAID 1. If you do RAID0+1, there might be an advantage to putting a
SATA+PATA as striped pairs, then mirroring the two pairs against
one another, but there is still the potential for the IDE cable
to become a limit. For best performance, I would use no more than
two drives on the Promise 20378, and either make the drives 2xSATA
or SATA+PATA, but avoid PATA+PATA. If you don't care about
performance, any combo will work.

You can use the Promise 20378 for single drives if you want, and
there is an ATA driver available if you don't want to RAID. Since
the Promise doesn't support ATAPI, hard drives are a good thing to
use with the ATA driver. (That means your CD/DVD ATAPI devices
go on the Southbridge.)

Southbridge RAID implementations can sometimes be faster than
PCI chips, like the Promise 20378, because they may gain access
to the North-South bus, without going through a bandwidth limiting
PCI bridge. If you don't currently own the disk drives intended for
this system, buy 2xSATA and then test them on both interfaces, and
make your choice that way.

And, if you are doing a striped array, don't put the boot partition
on there, because if a stripe breaks, you won't be able to boot.
RAIDs are just a PITA to maintain, so there better be a good reason
to use one. If you use the mirror option, for example, you still
need to do backups (a power supply failure can burn both drives
and your data would still be lost). Also, a comfirmed RAID addict
would put a UPS on the computer, so a power failure can never
desynchronize a mirrored array.

HTH,
Paul