Hi everyone-- I have been on this list for a little while now, and I am wondering what the concensus is on what is the most robust/stable setup for RAID under RedHat 6.0/Kernel 2.2.5 (or a later kernel if it means better performance/stability). I am getting ready to set up a server and would like to know what people have been having the best luck with. Thanks in advance, --Bryan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ingo Molnar Sent: Thursday, July 22, 1999 4:04 PM To: Christopher A. Gantz Cc: [EMAIL PROTECTED] Subject: Re: RAID 0+1 On Thu, 22 Jul 1999, Christopher A. Gantz wrote: > Also was wondering what was the status of providing RAID 1 + 0 > functionality in software for Linux. it works just fine: [root@moon /root]# cat /proc/mdstat Personalities : [linear] [raid0] [raid1] [raid5] read_ahead 1024 sectors md2 : active raid1 md1[1] md0[0] 8467136 blocks [2/2] [UU] md1 : active raid0 sdf[1] sde[0] 8467200 blocks 8k chunks md0 : active raid0 sdd[1] sdb[0] 8467200 blocks 8k chunks [root@moon /root]# df /mnt Filesystem 1k-blocks Used Available Use% Mounted on /dev/md2 8201416 52 7778008 0% /mnt you can mirror RAID0 arrays no problem. -- mingo