Mein dmesg
Fenster wird etwa jede Sekunde mit Folgendem überflutet (beachten Sie, dass sich Folgendes endlos wiederholt, die genaue Reihenfolge jedoch unterschiedlich zu sein scheint):
ata15.00: failed to IDENTIFY (I/O error, err_mask=0x100)
ata15: limiting SATA link speed to 1.5 Gbps
ata15: SATA link down (SStatus 1 SControl 310)
ata15: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata15.00: failed to IDENTIFY (I/O error, err_mask=0x100)
Ich sehe die PCI-ID von
# ls -l /sys/class/ata_port/
lrwxrwxrwx 1 root root 0 Dec 10 11:08 ata15 -> ../../devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:09.0/0000:08:00.0/ata15/ata_port/ata15
Es scheint (ich bin mir nicht 100%ig sicher, was das Ausgabeformat von angeht lspci
), dass die relevante PCI-ID/der relevante PCI-Port hier ist 08
; aber es gibt keinen entsprechenden Eintrag inls -l /dev/disk/by-path
# ls -l /dev/disk/by-path
total 0
lrwxrwxrwx 1 root root 13 Dec 7 11:30 pci-0000:01:00.0-nvme-1 -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Dec 7 11:30 pci-0000:01:00.0-nvme-1-part1 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Dec 7 11:30 pci-0000:01:00.0-nvme-1-part2 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 15 Dec 7 11:30 pci-0000:01:00.0-nvme-1-part3 -> ../../nvme0n1p3
lrwxrwxrwx 1 root root 15 Dec 7 11:30 pci-0000:01:00.0-nvme-1-part5 -> ../../nvme0n1p5
lrwxrwxrwx 1 root root 9 Dec 7 11:30 pci-0000:04:00.0-ata-1 -> ../../sdb
lrwxrwxrwx 1 root root 9 Dec 7 11:30 pci-0000:04:00.0-ata-2 -> ../../sr0
lrwxrwxrwx 1 root root 9 Dec 7 11:30 pci-0000:09:00.0-ata-1 -> ../../sr1
lrwxrwxrwx 1 root root 9 Dec 7 11:30 pci-0000:09:00.0-ata-2 -> ../../sdc
lrwxrwxrwx 1 root root 10 Dec 7 11:30 pci-0000:09:00.0-ata-2-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Dec 7 11:30 pci-0000:09:00.0-ata-5 -> ../../sdd
lrwxrwxrwx 1 root root 10 Dec 7 11:30 pci-0000:09:00.0-ata-5-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 9 Dec 7 11:30 pci-0000:09:00.0-ata-6 -> ../../sde
lrwxrwxrwx 1 root root 10 Dec 7 11:30 pci-0000:09:00.0-ata-6-part1 -> ../../sde1
Ich glaube, das relevante Gerät lspci -nn
ist
08:00.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 51)
Gibt es eine Möglichkeit, weitere Informationen darüber zu erhalten, welches Gerät hier angeschlossen ist? Ich habe keinen einfachen physischen Zugriff auf die Maschine, um es auszuprobieren. (FWIW, die einzige Hypothese, die ich anbieten könnte, ist, dass dies ein DVDR-Laufwerk ist, das der Server für manuelle Festplattensicherungen installiert hat.)