dmesg가 미스터리 드라이브에 대해 "ataXX.00: failed to IDENTIFY"로 가득 차 있습니다.

dmesg가 미스터리 드라이브에 대해 "ataXX.00: failed to IDENTIFY"로 가득 차 있습니다.

dmesg페이지는 ~초마다 다음 내용으로 가득 차 있습니다(참고, 다음 내용은 영원히 반복되지만 정확한 순서는 다양합니다).

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)

다음의 PCI ID가 표시됩니다.

# 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

lspci여기서 관련 PCI ID/포트는 다음과 같습니다(의 출력 형식이 100%는 아닙니다 ) 08. 하지만 해당 항목이 없습니다.ls -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

나는 관련 장치가 다음과 lspci -nn같다고 생각합니다.

08:00.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 51)

여기에 어떤 장치가 연결되어 있는지에 대한 추가 정보를 수집할 수 있는 방법이 있나요? 시행착오를 겪을 수 있도록 기계에 물리적으로 쉽게 접근할 수 없습니다. (FWIW, 제가 제시할 수 있는 유일한 가설은 이것이 수동 하드 백업을 위해 서버에 설치된 DVDR 드라이브라는 것입니다.)

관련 정보