Auf welchem Controller läuft meine Platte?

Welches Modul/Treiber für welche Hardware, Kernel compilieren...
Antworten
Benutzeravatar
minimike
Beiträge: 5616
Registriert: 26.03.2003 02:21:19
Lizenz eigener Beiträge: neue BSD Lizenz
Wohnort: Köln
Kontaktdaten:

Auf welchem Controller läuft meine Platte?

Beitrag von minimike » 28.02.2009 01:05:37

Hi, ich habe mehrere baugleiche Platten. Allerdings angeschlossen an mehreren Controllern. Jetzt bin ich nicht sicher welche Platte wo genau drann hängt. Und Plattenwechselspiele will ich vermeiden. Ich bekomme seit einer Woche diese Meldung.

Code: Alles auswählen

[ 1427.811208] ata3.00: status: { DRDY }
[ 1427.811212] ata3.00: cmd 60/00:08:3f:64:b0/01:00:07:00:00/40 tag 1 ncq 131072 in
[ 1427.811212]          res 40/00:7c:47:66:b0/00:00:07:00:00/40 Emask 0x10 (ATA bus error)
[ 1427.811214] ata3.00: status: { DRDY }
[ 1427.811217] ata3.00: cmd 60/08:10:3f:65:b0/00:00:07:00:00/40 tag 2 ncq 4096 in
[ 1427.811218]          res 40/00:7c:47:66:b0/00:00:07:00:00/40 Emask 0x10 (ATA bus error)
[ 1427.811220] ata3.00: status: { DRDY }
[ 1427.811223] ata3.00: cmd 60/68:18:47:65:b0/00:00:07:00:00/40 tag 3 ncq 53248 in
[ 1427.811224]          res 40/00:7c:47:66:b0/00:00:07:00:00/40 Emask 0x10 (ATA bus error)
[ 1427.811226] ata3.00: status: { DRDY }
[ 1427.811229] ata3.00: cmd 60/58:20:af:65:b0/00:00:07:00:00/40 tag 4 ncq 45056 in
[ 1427.811230]          res 40/00:7c:47:66:b0/00:00:07:00:00/40 Emask 0x10 (ATA bus error)
[ 1427.811232] ata3.00: status: { DRDY }
[ 1427.811235] ata3.00: cmd 60/18:28:07:66:b0/00:00:07:00:00/40 tag 5 ncq 12288 in
[ 1427.811236]          res 40/00:7c:47:66:b0/00:00:07:00:00/40 Emask 0x10 (ATA bus error)
[ 1427.811238] ata3.00: status: { DRDY }
[ 1427.811241] ata3.00: cmd 61/28:50:87:8c:c0/00:00:0b:00:00/40 tag 10 ncq 20480 out
[ 1427.811242]          res 40/00:7c:47:66:b0/00:00:07:00:00/40 Emask 0x10 (ATA bus error)
[ 1427.811244] ata3.00: status: { DRDY }
[ 1427.811247] ata3.00: cmd 61/60:58:3f:f2:72/00:00:23:00:00/40 tag 11 ncq 49152 out
[ 1427.811248]          res 40/00:7c:47:66:b0/00:00:07:00:00/40 Emask 0x10 (ATA bus error)
[ 1427.811250] ata3.00: status: { DRDY }
[ 1427.811253] ata3.00: cmd 61/10:60:87:7f:8b/00:00:23:00:00/40 tag 12 ncq 8192 out
[ 1427.811254]          res 40/00:7c:47:66:b0/00:00:07:00:00/40 Emask 0x10 (ATA bus error)
[ 1427.811256] ata3.00: status: { DRDY }
[ 1427.811259] ata3.00: cmd 60/20:68:1f:66:b0/00:00:07:00:00/40 tag 13 ncq 16384 in
[ 1427.811260]          res 40/00:7c:47:66:b0/00:00:07:00:00/40 Emask 0x10 (ATA bus error)
[ 1427.811262] ata3.00: status: { DRDY }
[ 1427.811264] ata3.00: cmd 60/08:70:3f:66:b0/00:00:07:00:00/40 tag 14 ncq 4096 in
[ 1427.811265]          res 40/00:7c:47:66:b0/00:00:07:00:00/40 Emask 0x10 (ATA bus error)
[ 1427.811267] ata3.00: status: { DRDY }
[ 1427.811270] ata3.00: cmd 60/30:78:47:66:b0/00:00:07:00:00/40 tag 15 ncq 24576 in
[ 1427.811271]          res 40/00:7c:47:66:b0/00:00:07:00:00/40 Emask 0x10 (ATA bus error)
[ 1427.811273] ata3.00: status: { DRDY }
Ich glaub die geht in den Eimer allerdings unbekannt warum :/ Evtl wäre ein Austausch langsam mal eine Option die ich ins Auge nehmen sollte
"Lennart Poettering is one of those typical IT leaders..." "like Linus Torvalds and Theo de Raadt?" "more like Bozo the Clown" After all, now a good employee of Microsoft

Spasswolf
Beiträge: 3472
Registriert: 30.11.2005 10:32:22
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Wald

Re: Auf welchem Controller läuft meine Platte?

Beitrag von Spasswolf » 28.02.2009 01:16:43

Eventuell hilft die Ausgabe von

Code: Alles auswählen

ls -l /dev/disk/by-path
kombiniert mit der Ausgabe von lspci.
Z.B.:

Code: Alles auswählen

$ ls -l /dev/disk/by-path/|grep "\<sda\>"
lrwxrwxrwx 1 root root  9 27. Feb 17:55 pci-0000:03:00.1-scsi-0:0:0:0 -> ../../sda
$ lspci | grep 03:00.1
03:00.1 IDE interface: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 02)

Benutzeravatar
minimike
Beiträge: 5616
Registriert: 26.03.2003 02:21:19
Lizenz eigener Beiträge: neue BSD Lizenz
Wohnort: Köln
Kontaktdaten:

Re: Auf welchem Controller läuft meine Platte?

Beitrag von minimike » 28.02.2009 02:02:08

Ja danke, das war es. Ich tausche auch gleich mal das Kabel aus mal sehen ob es sich bessert
"Lennart Poettering is one of those typical IT leaders..." "like Linus Torvalds and Theo de Raadt?" "more like Bozo the Clown" After all, now a good employee of Microsoft

Antworten