[ltp] A Fast /dev/sda is now a slow /dev/hda after later Fedora Kernel Upgrade

Thomas Roessler linux-thinkpad@linux-thinkpad.org
Sun, 9 Oct 2005 12:06:17 +0200


Add "hda=3Dnoprobe" to your kernel command line in /etc/grub.conf,
like this:

title Fedora Core (2.6.13-1.1526_FC4)
        root (hd0,0)
        kernel /vmlinuz-2.6.13-1.1526_FC4 ro 			\
	       root=3D/dev/VolGroup00/LogVol00 rhgb quiet 	\
	       acpi_sleep=3Ds3_bios hda=3Dnoprobe
        initrd /initrd-2.6.13-1.1526_FC4.img

(Lines wrapped for reading convenience.)

Regards,
--=20
Thomas Roessler =B7 Personal soap box at <http://log.does-not-exist.org/>.






On 2005-10-08 20:35:32 +0530, Gurunandan R. Bhat wrote:
> Message: 4
> Date: Sat, 08 Oct 2005 20:35:32 +0530
> From: "Gurunandan R. Bhat" <guru@plusthought.org>
> To: linux-thinkpad@linux-thinkpad.org
> Subject: [ltp] A Fast /dev/sda is now a slow /dev/hda after later Fedora =
Kernel
>  Upgrade
> Reply-To: linux-thinkpad@linux-thinkpad.org
> List-Id: This list for users of Linux on IBM Thinkpads. <linux-thinkpad.l=
inux-thinkpad.org>
>=20
> Hi All,
>=20
> All these months my HDD on R-52 used  to show up as /dev/sda (probably=20
> something related to SATA which I never really understood) - upto=20
> kernel-2.6.12-1.1456_FC4. After I upgraded to kernel-2.6.13-1.1526_FC4=20
> the same device now shows up as /dev/hda.
>=20
> What is worrisome is that it has begun to thrash at the slightest large=
=20
> read (indexing my 1 GB mail folder for example). Reverting back to the=20
> older version solved the problem but I am worried. Could some one help=20
> me with this please.
>=20
> Regards and thanks
> Gurunandan