From: "Nicklas Bondesson" <nikomail@hotmail.com>
To: "'Walt H'" <waltabbyh@comcast.net>, <linux-kernel@vger.kernel.org>
Subject: RE: Error mounting root fs on 72:01 using Promise FastTrak TX2000 (PDC20271)
Date: Sun, 21 Dec 2003 00:54:34 +0100 [thread overview]
Message-ID: <BAY8-DAV26Mb5CIs4vP0000f52f@hotmail.com> (raw)
In-Reply-To: <3FE4A6AC.802@comcast.net>
Hi,
Oh I forgot to say that i'm running RAID1 and it detects both drives
perfectly (I'm passing the IDE addresses to the kernel at boot time from the
lilo conf, see previous post). The system was reinstalled yesterday with two
brand new 80GB Western Digital disks (WD800JB-00DUA3). The thing is, I have
succesfully installed the TX2000 card with the native ATARAID drivers before
using two 30GB Maxtor (something) disks and kernel 2.4-20 - 2.4.23. I wonder
why I can't get it up and running now. It will only work with the pre
compiled kernel shipped with Debian 3.0 (2.4.18-bf2.4). I have tried all
sorts of kernel settings. Since I have got it to work before I think should
be able to do it again.
Please advise.
/Nicke
-----Original Message-----
From: linux-kernel-owner@vger.kernel.org
[mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Walt H
Sent: den 20 december 2003 20:45
To: nikomail@hotmail.com; linux-kernel
Subject: Re: Error mounting root fs on 72:01 using Promise FastTrak TX2000
(PDC20271)
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2003-12-20 23:54 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-20 19:44 Walt H
2003-12-20 23:54 ` Nicklas Bondesson [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=BAY8-DAV26Mb5CIs4vP0000f52f@hotmail.com \
--to=nikomail@hotmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=waltabbyh@comcast.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome