Anyone explain RAID?

alphnumeric said:
I tried running Raid 0 for a while and didn't notice any great increase in speed. After rebuilding the array a couple of times due to windows glitches the novelty wore off. I just store things on different drives like you mentioned.
I noticed in one of the articles I read that the performance increase was significant with some apps, almost non-existent with others. Wouldn't increasing the RAM or bus speed yield similar speed gains?

I also don't see any cost benefit to RAID. Four 120GB drives will cost more than a single 500GB drive. You'd actually need at least five 120GB drives to backup 500GB worth of data (well, only 480, but who's counting?) with a RAID 4 or 5 array.

Definitely think I'll stick with discrete drives and partitions for various purposes.
 
Yeah, the performance gain is minimal for typical use. The thing about RAID 0 is it can effectively double your sequential transfer rates... The problem is for typical computer use, sequential transfers are rarely a reality.

RAID 0 does not really improve random transfers, which is what most real-world usage relies on. So what you end up with is speedy transfers for huge, contiguous files, but average rates for opening applications, browsing the net, playing games etc...
 
my question is do you have to even use RAID to have more than one HDD on your system work? for example: can i add another 120gig hard drive to my system and say, ok...done
 
well thats good to know then. but it just sounds too easy for me to say ok ill plug this cord in the hdd and boot 'er up and windows recognize it.
 
Your motherboard BIOS has to see it before windows ever will. Also it wasn't that long ago that consumer motherboards didn't have RAID built into them. All you had was your standard IDE controllers. The first RAID setup that I used was an add in IDE PCI card that had it's own BIOS. I could run it as RAID or as a normal IDE controller. As far as I know todays motherboards with RAID can be run as RAID or non RAID depending on how you set it up in the BIOS. For IDE you can connect 2 devices per channel (cable), one master and one slave. And with SATA 1 device per channel (cable).
 
If I re-install Windows now, and get another HD to run in RAID next week, do I have to re-install again?

I want to run in RAID 0. I can run 0, 1, 0+1, and 5 with the controller on my moherboard.

I just slipstreamed the RAID Drivers in a new Windows XP Install CD.
 
I have several RAID (Redundant Array of Independent Hard Drives or Redundant Array of Inexpensive Hard Drives), the terminology gets changed over time. RAID sets vary depending on the type of RAID and the implementation. On most motherboards the array is 0 & 1, where 0 is not really RAID. It is a set of striped drives.

Striped Drives involves no redundancy. Files are broken into stripes of a size dictated by the user-defined stripe size of the array, and stripes are sent to each disk in the array. It does not provide fault tolerance, but does increase the read/write speed.

RAID 1 is usually implemented as mirroring; this is a set of drives that duplicates the data to both drives at the same time. Should one drive fail the other drive takes over which is fault tolerant. The overhead is 50%. Overhead is the amount of loss occurring from making the system fault tolerant, or capable of recovering from a hard drive crash. In this case two drives are required because of duplication of data only one will appear the other is like a backup.

There are many flavors of RAID, for Servers or Enterprise storage I like RAID 5, 6, or 10. These require controller cards and are for usually used in large storage of data exceeding a Terabyte.

Adaptec, 3ware, Perc4 are all good controllers for this application.
 
I have a question. I am setting up a raid 0 system, and got everything set except making it bootable. It has N/A listed and bootable with the option at bottom of screen grayed out. What am I missing here?
 
question

hi,

im trying to setup windows xp with two sata drives set on raid. Everything is enabled in bios, and fine. I have also tried setting up third party drivers for the mobo. The hds cannot be detected.
 
manacloud1 said:
hi,

im trying to setup windows xp with two sata drives set on raid. Everything is enabled in bios, and fine. I have also tried setting up third party drivers for the mobo. The hds cannot be detected.

You need to format the HD using your mobo SATA setup so that means lossing your data but you can setup everything in there so you can either use RAID or mirror it. Thats what I did when I built my PC with the 680i SLi mobo, 2 WD Raptors Ent. & 2 seagate Sata 2 HDDs.

My other PC could see the HDD without mucking about with formatting in BIOS but its something to do with the intergrated RAID controller in most mobos now.
 
heh

champmanfan said:
You need to format the HD using your mobo SATA setup so that means lossing your data but you can setup everything in there so you can either use RAID or mirror it. Thats what I did when I built my PC with the 680i SLi mobo, 2 WD Raptors Ent. & 2 seagate Sata 2 HDDs.

My other PC could see the HDD without mucking about with formatting in BIOS but its something to do with the intergrated RAID controller in most mobos now.
thanks for the reply, I figured it out. I had the wrong controllers.
 
RAID 0 - One drive and then add the other?

For a RAID 0, If I already have a partitioned drive and no RAID, can I add another drive to make it RAID 0? Will the two partitions and the software that I already installed spand to the new one?
 
Back