PDA

View Full Version : Raid questions


jmh547
10-12-06, 09:30 AM
Is it possible to run raid 1+0 with three drives (i.e. 80gb+80gb and 160gb) or would the 160gb bog the whole thing down?

emboss
10-15-06, 06:34 AM
It'll certainly be possible in a sense: run the two 80's in RAID0, then do a RAID1 across the RAID0 volume and the 160 GB non-RAID volume. In Linux LVM will be able to handle this fine, but in Windows you may have to do the RAID0 with chipset drivers and the RAID1 with Windows volume thingees.

Performance-wise, who knows ... try it and see :)

greenmaji
10-15-06, 06:45 AM
1+0 or 10 requires 4 drives.
And the bigger drives will be lopped off to the size of smaller ones in GB.

Jared555
10-16-06, 11:53 AM
It would be possible to do raid 0+1 in both linux and windows (windows would probably require using the chipset raid for part), performance would more than likely be affected. How much I don't know (and it might be worth it to go with RAID5 loosing 80GB of the 160GB drive).

The following page shows the difference between RAID 0+1; 1+0, etc.

http://en.wikipedia.org/wiki/Redundant_array_of_independent_disks#RAID_0.2B1

greenmaji
10-16-06, 04:27 PM
Raid 10 and 0+1 take four drives at minium.
If you read the wiki you'll see that its raid one over two sets of drives. 4 and 6 drives would work fine.

running linux and XP on an array would eaisest to be done by partioning the array as if its a drive when installing XP. And yea both OS's would need to have drivers for the array.

I dont particualry like raid 5 without a decent controller unless its for a storage server on an average speed network.

You could Raid0 the 80GB drives and use the 160 as backup. Or save images to the 160, have some storage and/or possibly the linux partion.
How much falt tallerance are you looking for?

emboss
10-16-06, 07:30 PM
It would't be strict RAID 0+1 since one of the 160 GB volumes would be RAID0 and the other would be vanilla. So maybe RAID (0,JBOD)+1? Be kinda interesting to see how well it wroked enyhow :)

greenmaji
10-17-06, 03:21 AM
^ good luck getting a controller to do that mess :p

And onboard raid :eek:

You can give that a shot and tell us if it even works :D