linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
To: Masakazu Iwamura <masa@cs.osakafu-u.ac.jp>
Cc: linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org
Subject: Re: Second SATA disk is not recognized in kernel 2.6.x
Date: Mon, 25 Oct 2004 15:26:05 +0200	[thread overview]
Message-ID: <58cb370e041025062658d28930@mail.gmail.com> (raw)
In-Reply-To: <20041025.192404.59463574.masa@cs.osakafu-u.ac.jp>

On Mon, 25 Oct 2004 19:24:04 +0900 (JST), Masakazu Iwamura
<masa@cs.osakafu-u.ac.jp> wrote:
> > I have a trouble which relates to serial ATA (libata). In summary, my
> > PC boots in kernel 2.4.27 with two SATA disks normally. But, in kernel
> > 2.6.x (I tested 2.6.8.1, 2.6.9), it boots with only one disk. The
> > second disk is not available. Are there any good idea to resolve this
> > problem?
> >
> > Actually, my PC has three SATA disks. One of them includes linux
> > system (the boot disk). The others construct a RAID by use of a
> > hardware RAID system "ARAID99 2000". So, BIOS recognizes there are two
> > disks. The RAID system includes my home directory only. The chipset of
> > the motherboard is ICH5R.
> >
> > In kernel 2.4.27, the first disk is recognized as /dev/hde and the
> > second one is as /dev/hdg. In kernel 2.6.x, the first disk is
> > recognized as /dev/sda. But, /dev/sdb does not appear (/dev/hdg is
> > also).
> 
> I also tested 2.6.10-rc1-bk2, 2.6.9-mm1 and 2.6.9-ac4 with almost the
> same configuration in 2.6.9.
> 
> 2.6.10-rc1-bk2 and 2.6.9-mm1 had the same problem as in 2.6.9.
> 
> In 2.6.9-ac4, the PC did not boot because of an error:
> atkbd.c: Spurious ACK on isa 0060/serio0. Some program, like XFree86,
> might be trying access hardware directly.
> 
> I do not know the reason. I attached dmesg outputs in 2.4.27 and
> 2.6.10-rc1-bk2 after booting, and kernel configuration in
> 2.6.10-rc1-bk2.
> Could you please help me?

In 2.4.27 you are using IDE driver (not libata) for your SATA disks.

libata has problems with handling hw RAID connected to the second
SATA port (?), for now you can revert to using IDE driver, just disable
CONFIG_SCSI_SATA and enable CONFIG_BLK_DEV_IDE_SATA.

Bartlomiej

       reply	other threads:[~2004-10-25 13:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20041024.021758.130228080.masa@cs.osakafu-u.ac.jp>
     [not found] ` <20041025.192404.59463574.masa@cs.osakafu-u.ac.jp>
2004-10-25 13:26   ` Bartlomiej Zolnierkiewicz [this message]
2004-10-26  2:58     ` Second SATA disk is not recognized in kernel 2.6.x Masakazu Iwamura

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=58cb370e041025062658d28930@mail.gmail.com \
    --to=bzolnier@gmail.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masa@cs.osakafu-u.ac.jp \
    /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;
as well as URLs for NNTP newsgroup(s).