[FIXED][Linux] /dev/sda -> /dev/hda apres update kernel

Hello la zone !

J’ai une gentoo sur mon portable et un truc me tarabuste, j’ai mis a jour mon kernel 2.6.17 se soir pour 2.6.19.

Petite recompilation, rien de bien mechant, ajout de lignes supplementaires dans mon grub, puis reboot.

Ah bah non sa marche pas, /dev/sda4 (ma racine) n’existe pas pour le nouveau venu, la bestiole me propose quand meme de rentrer un nouveau truc a la main, je tente au taquet “/dev/hda4”, le kernel boote, la fstab plante mais je la refais avec mon CD boot.

Tout marque nikel maintenant, c’est cool.

Mais que c’est t’il passé ? Pourquoi mon dd serial ata qui etait reconnu en SCSI jusqu’a present (/dev/sdx) est subitement reconnu en IDE (/dev/hda), cela signifie t’il a l’utilisation une baisse des perf ? Aurais-je fais des betises pendant mon menuconfig ?

Merci de m’eclairer. B)

Donne-nous le résultat de cette commande :fdisk -l
Et tu peux avoir des infos avec :hdparm -i /dev/hda

[quote]> > Libata PATA (Parallel ATA) merge

By “Parallel ATA” we mean all the ATA/IDE controllers and drives that we
have been using for years before SATA. Almost from the start, one of the
objectives of some kernel hackers was to replace the IDE drivers available
in drivers/ide (everything under the “Device drivers -> ATA/ATAPI/MFM/RLL
support” configuration menu) with a reimplementation on top of libata (i.e.:
the “SATA layer”). Drivers/ide suffers from many ugly and obscure problems,
and re-implementing it on top of libata has been much easier than fixing the
unfixable drivers/ide mess - most of the porting work has been done by Alan
Cox (a consequence of this PATA merge is that libata and all its SATA
drivers have also been moved from drivers/scsi (available in the “Device
drivers -> SCSI device support -> SCSI low-level drivers” submenu) to
drivers/ata (now “Device drivers -> Serial ATA (prod) and Parallel ATA
(experimental) drivers”), and all the CONFIG_SCSI_FOOBAR options for the
individual SATA drivers have been changed to CONFIG_FOOBAR, so this means
you may need to reconfigure your SATA configuration options)

This means 2.6.19 may have two drivers for your PATA-based device: The old
IDE driver under “Device drivers -> ATA/ATAPI/MFM/RLL support” and an
alternative driver under “Device drivers -> Serial ATA (prod) and Parallel
ATA (experimental) drivers” (along with the rest of the SATA drivers)[/quote]
=> http://archives.gentoo.org/gentoo-user-fr/msg_15811.xml

Merci beaucoup pour vos reponses ultra-rapides vous deux. En particulier Kzi pour le lien vers les listes gentoo.

Je crois qu’une petite recompilation s’impose. B)

Constatation : lire les listes avant d’adopter une nouvelle version du noyau, sa evite les surprises ! B)

Recompilation avec nouveaux parametres : mere gentoo a retrouvé sa rapidité d’antant.