df.tips
How do I detect the exact models of all used storage devices in Unix?
Unix
hardware
,
hardware-detection
,
storage-device
,
lsblk
,
unix
dmitrii_fediuk
(Dmitrii Fediuk)
January 8, 2024, 10:08am
2
lsblk -io NAME,TYPE,SIZE,MOUNTPOINT,FSTYPE,MODEL
superuser.com/a/899378