View previous topic :: View next topic |
Author |
Message |
tsigo Tux's lil' helper
Joined: 09 Jul 2002 Posts: 122
|
Posted: Sun Jun 24, 2007 4:22 am Post subject: Going from software RAID0 in 2.4 to 2.6 |
|
|
I've been holding off on switching to a 2.6 kernel because of this software RAID issue.
I've got Gentoo installed on a normal disk with 4 partitions, that's all working fine. Then I've got a RAID0 array of 2 discs that I use for a fileserver. In 2.4 I mount them from /dev/ataraid/disc0/part1, but after compiling a 2.6 kernel with RAID support built-in, that path isn't available. What do I need to do to get this working in 2.6? Preferably in a non-destructive manor. |
|
Back to top |
|
|
Suicidal l33t
Joined: 30 Jul 2003 Posts: 959 Location: /dev/null
|
Posted: Sun Jun 24, 2007 7:50 am Post subject: |
|
|
Try the Software Guide just exclude the formatting parts. A backup beforehand to be safe. |
|
Back to top |
|
|
cyrillic Watchman
Joined: 19 Feb 2003 Posts: 7313 Location: Groton, Massachusetts USA
|
Posted: Mon Jun 25, 2007 2:29 am Post subject: Re: Going from software RAID0 in 2.4 to 2.6 |
|
|
tsigo wrote: | In 2.4 I mount them from /dev/ataraid/disc0/part1, but after compiling a 2.6 kernel with RAID support built-in, that path isn't available. |
2.4 kernels had in-kernel support for BIOS RAID controllers. With 2.6 kernels, this support was moved to userspace. Search for dmraid, and you should find what you are looking for. |
|
Back to top |
|
|
|