PDA

View Full Version : Software RAID 10


foos_guy
2006-07-14, 03:35 PM CDT
hi, i apologize in advance if this question has been asked before, but i can't seem to find anything with the search...

i've installed fc4 and i have four 250 GB sata drives and i want to have a RAID 10 setup. My question is: is this possible with the software RAID that's available in fc4?

TIA

marcrblevins
2006-07-14, 04:51 PM CDT
Its doable
Do:
man dmraid

I see:
{-l|--list_formats}
List all available metadata format handlers with their names and descriptions. Supported RAID levels are listed in parenthesis:

S: Span (concatination)
0: RAID0 (stripe)
1: RAID1 (mirror)
10: RAID10 (mirror on top of stripes)
01: RAID10 (stripe on top of mirrors)

foos_guy
2006-07-14, 05:06 PM CDT
hmm... i guess i should re-phrase my question...

is there anyway to set up a software RAID 10 configuration for fc4 during the installation process? if yes, how?

Thanks