Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Promise TX4200 RAID support not working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
voltaic
n00b
n00b


Joined: 14 Jun 2006
Posts: 44

PostPosted: Sat Jul 15, 2006 3:09 am    Post subject: [solved] Promise TX4200 RAID support not working Reply with quote

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
View user's profile Send private message
Dieter@be
Guru
Guru


Joined: 03 Apr 2005
Posts: 314
Location: Wetteren, Belgium

PostPosted: Sat Jul 15, 2006 6:55 pm    Post subject: Reply with quote

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
View user's profile Send private message
voltaic
n00b
n00b


Joined: 14 Jun 2006
Posts: 44

PostPosted: Sat Jul 15, 2006 8:31 pm    Post subject: Reply with quote

it's configured correctly. the RAID drive is where my windows installation resides.
_________________
Sam C Anderson
Back to top
View user's profile Send private message
phorn
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jul 2006
Posts: 109

PostPosted: Sun Jul 16, 2006 8:01 am    Post subject: Reply with quote

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:
Code:
ls -l /dev/mapper


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
View user's profile Send private message
dsd
Developer
Developer


Joined: 30 Mar 2003
Posts: 2162
Location: nr London

PostPosted: Sun Jul 16, 2006 8:53 am    Post subject: Reply with quote

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
View user's profile Send private message
voltaic
n00b
n00b


Joined: 14 Jun 2006
Posts: 44

PostPosted: Sun Jul 16, 2006 10:50 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum