[Disque dur] Disque dur disparu ? (résolu)

Reconnaissance et configuration du matériel / kernel linux
Phyks
Hankyu
Messages : 43
Inscription : jeu. 23 août 2012, 14:04

[Disque dur] Disque dur disparu ? (résolu)

Message par Phyks »

Bonjour,

J'ai deux disque durs internes : un branché en S-ATA (disque principal sur lequel est installé arch) et un en IDE (avec une partition ntfs) branché sur la même nappe que mon lecteur DVD.

Depuis quelques jours, Arch ne me détecte plus ni mon second disque (sdb en IDE) ni mon lecteur DVD !

Pourtant, ceux-ci sont bien reconnus par la carte mère (ce qui exclut un problème matériel a priori) et surtout, mon disque est accessible et n'a aucun problème.


Je n'ai absolument aucune idée pour résoudre ce problème... Quelqu'un en aurait-il ?

Merci !

EDIT : Quelques infos supplémentaires :
- ma carte mère est une Gigabyte GA-965P-DS4.
- immédiatement après l'install, tout fonctionnait (j'ai installé Arch via CD, j'ai effacé le CD avec Brasero sous Arch ensuite et j'ai monté plusieurs fois la partition du disque dur). Je ne sais pas exactement depuis combien de temps ça ne marche plus.
- J'ai pensé à un module non chargé (le module en charge de l'IDE par exemple). Je ne sais pas exactement où chercher mais un lsmod me donne pata_acpi, pata_jmicron et libata chargés.
Dernière modification par Phyks le mer. 24 oct. 2012, 19:08, modifié 1 fois.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17570
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Disque dur] Disque dur disparu ?

Message par benjarobin »

Je te conseil de regarde dans les logs du kernel
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Phyks
Hankyu
Messages : 43
Inscription : jeu. 23 août 2012, 14:04

Re: [Disque dur] Disque dur disparu ?

Message par Phyks »

J'ai trouvé ceci avec journalctl (j'ai systemd sur mon install de Arch) :
Oct 19 13:17:18 Phyks-Arch kernel: ata6: SATA link down (SStatus 0 SControl 300)
Oct 19 13:17:18 Phyks-Arch kernel: ata3: SATA link down (SStatus 0 SControl 300)
Oct 19 13:17:18 Phyks-Arch kernel: ata4: SATA link down (SStatus 0 SControl 300)
Oct 19 13:17:18 Phyks-Arch kernel: usb 2-1: new low-speed USB device number 2 using uhci_hcd
Oct 19 13:17:18 Phyks-Arch kernel: ata2.00: SATA link down (SStatus 0 SControl 300)
Oct 19 13:17:18 Phyks-Arch kernel: ata2.01: SATA link down (SStatus 0 SControl 300)
Oct 19 13:17:18 Phyks-Arch kernel: tsc: Refined TSC clocksource calibration: 1866.666 MHz
Oct 19 13:17:18 Phyks-Arch kernel: Switching to clocksource tsc
Oct 19 13:17:18 Phyks-Arch kernel: usbcore: registered new interface driver usbhid
Oct 19 13:17:18 Phyks-Arch kernel: usbhid: USB HID core driver
Oct 19 13:17:18 Phyks-Arch kernel: ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Oct 19 13:17:18 Phyks-Arch kernel: ata1.01: SATA link down (SStatus 0 SControl 300)
Oct 19 13:17:18 Phyks-Arch kernel: ata1.00: HPA detected: current 1953523055, native 1953525168
Oct 19 13:17:18 Phyks-Arch kernel: ata1.00: ATA-8: SAMSUNG HD103SJ, 1AJ10001, max UDMA/133
Oct 19 13:17:18 Phyks-Arch kernel: ata1.00: 1953523055 sectors, multi 16: LBA48 NCQ (depth 0/32)
Oct 19 13:17:18 Phyks-Arch kernel: ata1.00: configured for UDMA/133
Oct 19 13:17:18 Phyks-Arch kernel: scsi 0:0:0:0: Direct-Access ATA SAMSUNG HD103SJ 1AJ1 PQ: 0 ANSI: 5
Oct 19 13:17:18 Phyks-Arch kernel: ACPI: Invalid Power Resource to register!
Oct 19 13:17:18 Phyks-Arch kernel: ACPI Exception: AE_AML_PACKAGE_LIMIT,
Oct 19 13:17:18 Phyks-Arch kernel: Index (0x0000000000000006) is beyond end of object (20120711/exoparg2-418)
Oct 19 13:17:18 Phyks-Arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEX5.JMB1.SDE1._GTM] (Node ffff88011aa3e0f0), AE_AML_PACKAGE_LIMIT (20120711/psparse-536)
Oct 19 13:17:18 Phyks-Arch kernel: ata8: ACPI get timing mode failed (AE 0x300b)
Oct 19 13:17:18 Phyks-Arch kernel: ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x0000000000000006) is beyond end of object (20120711/exoparg2-418)
Oct 19 13:17:18 Phyks-Arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEX5.JMB1.SDE1._GTM] (Node ffff88011aa3e0f0), AE_AML_PACKAGE_LIMIT (20120711/psparse-536)
Oct 19 13:17:18 Phyks-Arch kernel: ata8: ACPI get timing mode failed (AE 0x300b)
Oct 19 13:17:18 Phyks-Arch kernel: ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x0000000000000006) is beyond end of object (20120711/exoparg2-418)
Oct 19 13:17:18 Phyks-Arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEX5.JMB1.SDE1._GTM] (Node ffff88011aa3e0f0), AE_AML_PACKAGE_LIMIT (20120711/psparse-536)
Oct 19 13:17:18 Phyks-Arch kernel: ata8: ACPI get timing mode failed (AE 0x300b)
Oct 19 13:17:18 Phyks-Arch kernel: ata8: prereset failed (errno=-19)
Oct 19 13:17:18 Phyks-Arch kernel: ata8: reset failed, giving up
Oct 19 13:17:18 Phyks-Arch kernel: input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1:1.0/input/input0
Oct 19 13:17:18 Phyks-Arch kernel: hid-generic 0003:0603:00F2.0001: input,hidraw0: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-0000:00:1a.0-1/input0
Oct 19 13:17:18 Phyks-Arch kernel: sd 0:0:0:0: [sda] 1953523055 512-byte logical blocks: (1.00 TB/931 GiB)
Oct 19 13:17:18 Phyks-Arch kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 19 13:17:18 Phyks-Arch kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 19 13:17:18 Phyks-Arch kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 19 13:17:18 Phyks-Arch kernel: input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1:1.1/input/input1
Oct 19 13:17:18 Phyks-Arch kernel: hid-generic 0003:0603:00F2.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [NOVATEK USB Keyboard] on usb-0000:00:1a.0-1/input1
Oct 19 13:17:18 Phyks-Arch kernel: sda: sda1 sda2 sda3 sda4
Oct 19 13:17:18 Phyks-Arch kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Oct 19 13:17:18 Phyks-Arch kernel: usb 2-2: new low-speed USB device number 3 using uhci_hcd
Oct 19 13:17:18 Phyks-Arch kernel: input: A4Tech PS/2+USB Mouse as /devices/pci0000:00/0000:00:1a.0/usb2/2-2/2-2:1.0/input/input2
Oct 19 13:17:18 Phyks-Arch kernel: hid-generic 0003:09DA:000E.0003: input,hidraw2: USB HID v1.10 Mouse [A4Tech PS/2+USB Mouse] on usb-0000:00:1a.0-2/input0
Oct 19 13:17:18 Phyks-Arch kernel: device-mapper: uevent: version 1.0.3
Oct 19 13:17:18 Phyks-Arch kernel: device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com
Oct 19 13:17:18 Phyks-Arch kernel: EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
Oct 19 13:17:18 Phyks-Arch kernel: Kernel panic - not syncing: smp_callin: CPU1 started up but did not get a callout!
Merci
Phyks
Hankyu
Messages : 43
Inscription : jeu. 23 août 2012, 14:04

Re: [Disque dur] Disque dur disparu ?

Message par Phyks »

Problème résolu en supprimant les "hooks" pata et scsi dans mkinitcpio.conf et en exécutant mkinitcpio -p linux !
Répondre