"Andre said:
ok i found the drivers to do an install on sata 1 and sata2 ,i wantto run
them in raid 0 .
i set the bios as per the book and went in the utility and deleted old
volumes and created new ones as pre book.then poped in win xp home with sp2
and load driver for intel chip thru f6.got windows to format drives,loaded
win great.
here is my problem i have 2 -80 gig sata drives when i created my raid0 it
made it one 159 gig drive ,did this in the promise connectors aswell.should
it not be 1 striped 80 gig drive in windows.
in the raid utility it list them as 80 gig around.were am i going wrong i
was sure that i followed the manual .thanks
On a stripe, the controller can read a chunk (64KB in the example
below) from both IDE cables, at the same time. That offers the
possibility of doubling the data rate, and that is why the Stripe
column is labelled "Built for speed". The RAID mirror repeats the
identical data on both disks, and is intended to help if there is
a single drive failure. (Note - the final numbers at the bottom
of the columns are not exactly what you will see with your two
80GB drives - the numbers are fudged to illustrate a point.)
-------------------+------------------------+------------------------+
Non-RAID | Built for speed | Built for reliability |
-------------------+------------------------+------------------------+
Disk | Disk0 Disk1 | Disk0 Disk1 |
An ordinary 0KB | Raid0 0KB 64KB | Raid1 0KB 0KB |
single 64KB | Stripe 128KB 192KB | Mirror 64KB 64KB |
drive 128KB | 256KB 320KB | 128KB 128KB |
... | ... ... | ... ... |
80000KB | 159936KB 160000KB | 80000KB 80000KB |
----------------------------------------------------------------------
If using either RAID configuration, I heartily recommend the purchase
of a UPS power supply, to give your computer a reliable source of
AC power. A power interruption can do a lot more damage to a RAID,
than to an ordinary disk. I would sooner buy the UPS and install it,
than analyse all the ways the RAID can fail
RAID arrays are also a pain in the a** to maintain. But you'll
learn all about that soon enough. Make sure you are doing
frequent backups!
If you "explore" your motherboard CD, there might be an Intel manual
on RAID hiding on there. There are also some manuals on the Intel
site, but they are harder to find. They explain some of this stuff.
This is Intel's latest manual. The manual is really intended for the
ICH6R, but it has some good advice on RAID0 and RAID1. The best
part is the troubleshooting section on PDF page 86. I don't know if
Intel's earlier manuals have quite as much information on what
to do when the array fails.
ftp://download.intel.com/support/chipsets/imst/sb/manual45_oem.pdf
Paul