View previous topic :: View next topic |
Author |
Message |
voltaic n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Jun 2006 Posts: 44
|
Posted: Sat Jul 15, 2006 3:09 am Post subject: [solved] Promise TX4200 RAID support not working |
|
|
I have a Promise TX4200 sata raid card that i cannot for the life of me get to work under kernel 2.6.16 r12
the sata part works, but the raid does not. i have a 3 drive raid-0 setup, and i can see each individual drive when i run fdisk -l, but cannot get it to recognize that those are supposed to be one drive.
i have tried various combinations of drivers being both compiled into the kernel and as modules, etc, etc, etc.
promise has the source for the driver (compatible with 2.4) but really have no idea what how i would install that if i WAS running 2.4
please, please if anyone could help out with this i would be very greatful!! _________________ Sam C Anderson
Last edited by voltaic on Sun Jul 16, 2006 10:50 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Dieter@be Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 03 Apr 2005 Posts: 314 Location: Wetteren, Belgium
|
Posted: Sat Jul 15, 2006 6:55 pm Post subject: |
|
|
did you configure your raid controller to make 1 logical disk out of the array? maybe it's just on default settings?
or if the configuration is not done in the bios/... of the card itself, but in the driver, maybe that configuration is lost because of the update? _________________ Nothing beats a ride on the Gentoo learning curve.
2 Gentoo Linux boxes - 2 Arch Linux boxes - Love all four
Say no to i386 binaries! -- Adopt an unanswered topic |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
voltaic n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Jun 2006 Posts: 44
|
Posted: Sat Jul 15, 2006 8:31 pm Post subject: |
|
|
it's configured correctly. the RAID drive is where my windows installation resides. _________________ Sam C Anderson |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
phorn Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 01 Jul 2006 Posts: 109
|
Posted: Sun Jul 16, 2006 8:01 am Post subject: |
|
|
You can look at this post, with a Promise SATA raid controller:
https://forums.gentoo.org/viewtopic-t-477278-highlight-.html
I think you will want to use a device mapper interface.
Also, you always should look at your partitions: Code: | cat /proc/partitions |
as well as your device mapper devices:
I believe he fixed it by upgrading to dmraid rc11 (not in portage):
http://people.redhat.com/~heinzm/sw/dmraid/tst/
but you will also need certain kernel drivers enabled (I think it was pdc_adma, dm_mod, dm_mirror, but it may be different for you) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dsd Developer
![Developer Developer](/images/ranks/rank-dev.gif)
Joined: 30 Mar 2003 Posts: 2162 Location: nr London
|
Posted: Sun Jul 16, 2006 8:53 am Post subject: |
|
|
your hardware is not a raid controller. instead it uses a promise-specific on-disk format and hides this from you in windows by providing you with drivers which make it look like a real raid.
if you want to use these fake raid capabilities in linux, you need device mapper and dmraid. unfortunately we dont really have any official documentation on this, although there is a bug open. _________________ http://dev.gentoo.org/~dsd |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
voltaic n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Jun 2006 Posts: 44
|
Posted: Sun Jul 16, 2006 10:50 pm Post subject: |
|
|
OK, that did it. i installed device mapper, and dmraid. i'm not sure about his version of dmraid not working with the promise. i did install from source instead of portage, and used version rc10 and everthing worked fine.
thanks for the help! _________________ Sam C Anderson |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|