Re: Need help with software RAID

2000-12-26 Thread Matthew B Fair
Hello, you must patch the kernel. go to http://people.redhat.com/mingo/raid-patches/ then patch the kernel by doing patch -p0 < patchname This will allow you to do mkraid /dev/md0 then you will have to do mkfs -t ext2 /dev/md0 then e2fsk -c /dev/md0 raidstart /dev/md0 mount /dev/md0 /bla hope this

Re: Need help with software RAID

2000-12-26 Thread Dietmar Goldbeck
On Tue, Dec 26, 2000 at 07:32:45PM -0600, Patrick wrote: > Hi, > > I would really like to use stable potato, 2.2.17, but I can't > get software raid working under debian for the life of me... > > I originally created the raid devices a year or so ago, on redhat 6.?, > which > used their custom ke

Need help with software RAID

2000-12-26 Thread Patrick
Hi, I would really like to use stable potato, 2.2.17, but I can't get software raid working under debian for the life of me... I originally created the raid devices a year or so ago, on redhat 6.?, which used their custom kernel 2.2.5-15, and can use them fine if i boot into redhat or debian usi