Não tenho certeza se está em todas as distros, mas tente pesquisar em / dev / disk / by-id:
$ ls -l /dev/disk/by-id/
razem 0
lrwxrwxrwx 1 root root 9 08-08 14:45 ata-HL-DT-STDVD-RAM_GH22NS30 -> ../../sr0
lrwxrwxrwx 1 root root 9 08-08 14:45 ata-ST31000528AS_9VP8RZQM -> ../../sda
lrwxrwxrwx 1 root root 10 08-08 14:45 ata-ST31000528AS_9VP8RZQM-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 08-08 14:45 ata-ST31000528AS_9VP8RZQM-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 08-11 05:27 ata-ST31000528AS_9VP8RZQM-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 08-08 14:45 ata-ST31000528AS_9VP8RZQM-part7 -> ../../sda7
lrwxrwxrwx 1 root root 9 08-08 14:45 ata-ST3500630A_9QG9YH73 -> ../../sdb
lrwxrwxrwx 1 root root 10 08-08 14:45 ata-ST3500630A_9QG9YH73-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 08-11 02:56 ata-ST3500630A_9QG9YH73-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 08-08 12:45 ata-ST3500630A_9QG9YH73-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 08-08 12:45 ata-ST3500630A_9QG9YH73-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 9 08-08 14:45 wwn-0x5000c5002737ee0c -> ../../sda
lrwxrwxrwx 1 root root 10 08-08 14:45 wwn-0x5000c5002737ee0c-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 08-08 14:45 wwn-0x5000c5002737ee0c-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 08-11 05:27 wwn-0x5000c5002737ee0c-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 08-08 14:45 wwn-0x5000c5002737ee0c-part7 -> ../../sda7
Você também pode tentar grepping dmesg pelo nome do dispositivo:
# dmesg | grep -C3 sda
[2.387103] ata6.00: 1953525168 setores, multi 0: LBA48 NCQ (profundidade 31/32)
[2.388346] ata6.00: configurado para UDMA / 133
[2.388418] scsi 5: 0: 0: 0: ATA de acesso direto ST31000528AS CC38 PQ: 0 ANSI: 5
[2.388611] sd 5: 0: 0: 0: [sda] 1953525168 blocos lógicos de 512 bytes: (1,00 TB / 931 GiB)
[2.388653] sd 5: 0: 0: 0: [sda] A proteção de gravação está desativada
[2.388656] sd 5: 0: 0: 0: [sda] Modo Sense: 00 3a 00 00
[2.388664] sd 5: 0: 0: 0: anexo scsi genérico sg1 tipo 0
[2.388669] sd 5: 0: 0: 0: [sda] Cache de gravação: ativado, cache de leitura: ativado, não suporta DPO ou FUA
[2.448514] sda: sda1
[2.448985] sd 5: 0: 0: 0: [sda] Disco SCSI conectado
[2.449040] scsi 8: 0: 0: 0: Acesso Direto ATA ST3500630A 3.AA PQ: 0 ANSI: 5
[2.449189] sd 8: 0: 0: 0: [sdb] 976771055 Blocos lógicos de 512 bytes: (500 GB / 465 GiB)
[2.449225] sd 8: 0: 0: 0: [sdb] A proteção contra gravação está desativada
-
Nesse caso, é ST31000528AS.