public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Error mounting root fs on 72:01 using Promise FastTrak TX2000 (PDC20271)
@ 2003-12-20 19:44 Walt H
  2003-12-20 23:54 ` Nicklas Bondesson
  0 siblings, 1 reply; 26+ messages in thread
From: Walt H @ 2003-12-20 19:44 UTC (permalink / raw)
  To: nikomail, linux-kernel

Hello,

Is the Promise raid configured as a raid0 stripe? If so, can you see in the boot
messages if, when the ataraid driver detects the drives it is only detecting one
of the drives? Have you recently added or replaced one of the drives?

If the ataraid driver only detects one of the drives in a raid0 array, you might
try this patch:

--- /usr/src/temp/linux-2.4.21/drivers/ide/raid/pdcraid.c       2003-06-13
07:51:34.000000000 -0700
+++ pdcraid.c   2003-07-18 06:54:25.000000000 -0700
@@ -361,7 +361,8 @@
        if (ideinfo->sect==0)
                return 0;
-       lba = (ideinfo->capacity / (ideinfo->head*ideinfo->sect));
+/*     lba = (ideinfo->capacity / (ideinfo->head*ideinfo->sect));
        lba = lba * (ideinfo->head*ideinfo->sect);
-       lba = lba - ideinfo->sect;
+       lba = lba - ideinfo->sect; */
+       lba = ideinfo->capacity - ideinfo->sect;

        return lba;

I diffed it against 2.4.21 but it should still apply. HTH,

-Walt



^ permalink raw reply	[flat|nested] 26+ messages in thread
* Re: Error mounting root fs on 72:01 using Promise FastTrak TX2000 (PDC20271)
@ 2003-12-28 16:26 Nicklas Bondesson
  2003-12-28 16:56 ` Marcelo Tosatti
  0 siblings, 1 reply; 26+ messages in thread
From: Nicklas Bondesson @ 2003-12-28 16:26 UTC (permalink / raw)
  To: linux-kernel

I really hope so :) I think you should wrap it up and send it to the list
marked as [PATCH].

Many thanks for the help again!

/Nicke


>Hi Nicke,
>
>It's been included in messages to ata-raid, however, I never sent it 
>there marked as PATCH. I suppose I should wrap it up, describe it and 
>sent it off the the ata-raid list for completeness. Maybe it'll save 
>somebody else from the process you just went through :)
>
>-Walt


^ permalink raw reply	[flat|nested] 26+ messages in thread
* Error mounting root fs on 72:01 using Promise FastTrak TX2000 (PDC20271)
@ 2003-12-20 13:33 Nicklas Bondesson
  0 siblings, 0 replies; 26+ messages in thread
From: Nicklas Bondesson @ 2003-12-20 13:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-ide

I have some major problem getting my FastTrak TX2000 card working with the
Linux 2.4.23 kernel using Debian 3.0 r2.
 
Everything seems to work just fne with the precompiled kernel shipped with
Debian (2.4.18-bf2.4) but when I try to use the newer kernel the boot
process halts and give me a kernel panic:
 
Kernel panic: VFS: Unable to mount root fs on 72:01.
 
I'm using the native ATARAID driver built in (not as a module).
 
I have sucessfully used the RAID card with two Maxtor drives for almost a
year (even with the 2.4.23 kernel). But I reinstalled the system yesterday
with brand new disks.
 
I think I have tried almost every way possible getting the board up, but no
luck! Have I missed something here?
 
I hope that someone can help me with this issue. Thanks in advance!
 
fstab:
/dev/ataraid/d0p1 / ext3 and so on...
/dev/ataraid/d0p2 none swap and so on..
 
lilo:
append="ide2=0xd000,0xb802,12 ide3=0xb400,0xb002,12"00
 
Hardware: 
 
Two WDC800JB-00DUA3 disks connected to a Promise FastTrak TX2000
ASUS P2B motherboard
Intel Pentium II
 
/Nicke
 
 

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2003-12-28 17:06 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-20 19:44 Error mounting root fs on 72:01 using Promise FastTrak TX2000 (PDC20271) Walt H
2003-12-20 23:54 ` Nicklas Bondesson
2003-12-21  1:01   ` Walt H
2003-12-21 14:54     ` Nicklas Bondesson
2003-12-21 16:32       ` Walt H
2003-12-21 17:21         ` Nicklas Bondesson
2003-12-22  0:05         ` Nicklas Bondesson
2003-12-22  1:35           ` Walt H
2003-12-22 13:38             ` Nicklas Bondesson
2003-12-22 15:05               ` Walt H
2003-12-22 15:31                 ` Nicklas Bondesson
2003-12-22 23:22             ` Nicklas Bondesson
2003-12-23  0:59             ` Nicklas Bondesson
2003-12-23  2:07               ` Walt H
2003-12-23  3:18                 ` Nicklas Bondesson
2003-12-23  3:47                   ` Walt H
2003-12-23 13:41                     ` Nicklas Bondesson
2003-12-23 13:56                     ` Nicklas Bondesson
2003-12-23 15:05                       ` Walt H
2003-12-23 16:10                         ` Nicklas Bondesson
2003-12-24  0:54                           ` Walt H
2003-12-23 14:42                     ` Nicklas Bondesson
  -- strict thread matches above, loose matches on Subject: below --
2003-12-28 16:26 Nicklas Bondesson
2003-12-28 16:56 ` Marcelo Tosatti
2003-12-28 17:06   ` Nicklas Bondesson
2003-12-20 13:33 Nicklas Bondesson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox