On 5/13/26 10:47, Nicolas George wrote:
Eben King (HE12026-05-13):
Occasionally I get these errors in dmesg (below). How do I find out which
drive is ata3? I suspect it's /dev/sdb, a 0.5 TB M.2 drive, but I'm not
sure. fsck says the filesystem's OK.
ls -ld /sys/devices/pci*/*/ata*/host*/target*/*/block/sd*
0 drwxr-xr-x 22 root root 0 May 12 09:03
/sys/devices/pci0000:00/0000:00:17.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/
0 drwxr-xr-x 10 root root 0 May 12 09:03
/sys/devices/pci0000:00/0000:00:17.0/ata4/host3/target3:0:0/3:0:0:0/block/sdb/
Huh. Well, that's unfortunate. A 2T M.2 drive is expensive. Also,
that's a pretty deep path.
Thanks.