I tried every solution proposed on this board - nothing helps me. Disks are identified as individual drives, but no raid. Never! It cannot mount /dev/ataraid/d0pX for any X And I do not see any messages about ataraid or pdcraid at all during the boot. I only see that hptraid is not identified (I do not have it). Should there be any messages about ataraid? I even tried compile them as modules and create .img file - does not help, result is exactly the same. HELP ME Max -----Original Message----- From: ataraid-list-admin@xxxxxxxxxx [mailto:ataraid-list-admin@xxxxxxxxxx] On Behalf Of Goetz Golla Sent: Thursday, October 24, 2002 1:22 PM To: ataraid-list@xxxxxxxxxx Subject: Re: TX2000 and ATARAID - HOW? Please, help. On Wed, 2002-10-23 at 19:00, Max Lytvyn wrote: > I have a machine with TX2000 (promise soft raid), two disks in raid 1 > mirror boot drive and Linux 7.3 installed (not custom - right from the > disk) > > Everything works fine with FastTrack scsi emulation module, but I cannot > upgrade kernel or anything like that. > > I tried to compile kernel 2.4.19 as described here: > http://www.murty.net/ataraid/nativeraid.html > > 2.4.19 does not include support for the TX2000 card, so it wont help if you compile this kernel. However, with a trick in /usr/src/linux/drivers/ide/pdc202xx.c you can put in TX2000 support yourself. You just have to replace all occurences of "20269" with "20271". The latter is the ID of the TX2000 card. Then just recompile the kernel. This is not a beautilful solution, but it works. Goetz