Software RAID0

Zepper

Elite Member
May 1, 2001
18,998
0
0
Striping is done in pairs. You can set up three drives to act as one using the JABOD function, but they won't be striped. Avoid using RAID-0 without a bulletproof backup plan! "Running RAID-0 without a verified backup plan is like flying an experimental aircraft without a parachute..." (c) 2000 WH.

.bh.
 
Jan 31, 2002
40,819
2
0
How about "Avoid using RAID0 unless you're running a server, since that's the only access style that really benefits from it"? :D

- M4H
 

Acanthus

Lifer
Aug 28, 2001
19,915
2
76
ostif.org
you can stripe an unlimited number of drives via hardware and software... i had a 4 drive array on win2k not too long ago... you can use odd numbers of drives as well...

Im not sure about the facts on xp pros software raid though, do note that software raid does have a noticeable amount of cpu overhead.
 

dakels

Platinum Member
Nov 20, 2002
2,809
2
0
Raid 5 which is 2 striped + 1 redundant. Like MH4 said already, its not worth the small benefit though unless there are things you do alot that benefit from a RAID stripe. But software controlled RAIDs tend to not be very beneficial in most every day performance but really improve your risk of data loss.
 

MiniDoom

Diamond Member
Jan 5, 2004
5,305
0
76
Software RAID sucks, and you can?t strip the os just another partition. Just buy a RAID card they are only 75.00$.
 

Acanthus

Lifer
Aug 28, 2001
19,915
2
76
ostif.org
The improving your risk of data loss is a farce. While you do have more drives to fail, the likelihood of those drives failing is low. With the MTBF of drives so rediculously high these days, odds are that if you dont get a defective drive that fails within a month, its very unlikely youre going to have a problem for a long time.

Stripe set with parity (raid5) loses some of the performance benefits,and dramatically increases cpu usage (if it isnt hardware raid 5), and the parity drive can't be used for storage, so you lose 1 entire drive of space. 3x200GB = 400GB space with R5.
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Originally posted by: Zepper
Striping is done in pairs. You can set up three drives to act as one using the JABOD function, but they won't be striped. Avoid using RAID-0 without a bulletproof backup plan! "Running RAID-0 without a verified backup plan is like flying an experimental aircraft without a parachute..." (c) 2000 WH.

.bh.

You can stripe as many drives as you feel like.
Within the limitations of your controller and so forth of course.
 

Woodie

Platinum Member
Mar 27, 2001
2,747
0
0
<< Can 3 HDD's be set up for stripping on XP Pro?? or just 2?>>

I've never seen a naked hard drive perform well once you take the covers off... ;)

RAID 0 = RAID NULL = NO *Redundant* Array Inependant Drives

RAID 5 performs significantly better once you hit 6+ drives in the array. (Also more space-efficient). Note: I'm NOT talking about these little IDE raid wanna-be's! I'm talking abou the real thing- SCSI drives in a server, w/ multiple concurrent read-write requests.
 

Acanthus

Lifer
Aug 28, 2001
19,915
2
76
ostif.org
Originally posted by: Woodie
<< Can 3 HDD's be set up for stripping on XP Pro?? or just 2?>>

I've never seen a naked hard drive perform well once you take the covers off... ;)

RAID 0 = RAID NULL = NO *Redundant* Array Inependant Drives

RAID 5 performs significantly better once you hit 6+ drives in the array. (Also more space-efficient). Note: I'm NOT talking about these little IDE raid wanna-be's! I'm talking abou the real thing- SCSI drives in a server, w/ multiple concurrent read-write requests.

At no point does raid 5 ever pass raid 0 in performance, the very nature of the way it works prevents this from being so.
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Originally posted by: Acanthus
Originally posted by: Woodie
<< Can 3 HDD's be set up for stripping on XP Pro?? or just 2?>>

I've never seen a naked hard drive perform well once you take the covers off... ;)

RAID 0 = RAID NULL = NO *Redundant* Array Inependant Drives

RAID 5 performs significantly better once you hit 6+ drives in the array. (Also more space-efficient). Note: I'm NOT talking about these little IDE raid wanna-be's! I'm talking abou the real thing- SCSI drives in a server, w/ multiple concurrent read-write requests.

At no point does raid 5 ever pass raid 0 in performance, the very nature of the way it works prevents this from being so.

Nor will it ever be more space efficient.
 

Woodie

Platinum Member
Mar 27, 2001
2,747
0
0
RAID 0 is NOT RAID! Once you get past that little detail...RAID 5 is more efficient space-wise than RAID 1 or RAID 1 + 0 or RAID 5 + 1 etc...

Also, I should have been clearer:
"RAID 5 performs significantly better once you hit 6+ drives in the array. "
RAID 5 performance improves significantly as you increase the number of spindles in the array. (Never meant to say that R5 would outperform R0)
 

Smilin

Diamond Member
Mar 4, 2002
7,357
0
0
Originally posted by: Shenkoa
Can 3 HDD's be set up for stripping on XP Pro?? or just 2??

3


Can't use it for your OS drive though. The drivers that support raid need loaded but they're on the array - catch 22.
 

uOpt

Golden Member
Oct 19, 2004
1,628
0
0
Raid-0 (striping) with three disks doesn't appear to be a problem given that two of my machines have parts of their storage set up that way. The performance is equivalent to a little more then 3 * base performance. No problem at all. With RAID-0 you can stripe anything you want together.

With RAID-1 (mirroring) you need exact mirrors, same for 0+1 and 5.
 

aka1nas

Diamond Member
Aug 30, 2001
4,335
1
0
You can definately stripe 3 drives in software. I currently have 2 160GB maxtors in software RAID 0 for 320GB of storage. It is much faster and helps in capturing video. However, with 2 drives I am already saturating my PCI bus(running a dual athlon rig and the 32-bit PCI implementation has sucky bandwith) and when I was doing 3 drives at once it didn't improve performance at all compared to 2 drives.