Skip to content

Instantly share code, notes, and snippets.

@akkerman
Last active December 21, 2015 07:58
Show Gist options
  • Save akkerman/6274649 to your computer and use it in GitHub Desktop.
Save akkerman/6274649 to your computer and use it in GitHub Desktop.
shows model number of all disks and the device it is associated with
sudo hdparm -I `sudo fdisk -l | grep Disk\ / | awk '{print $2}' | sed -e 's/.$//' ` | grep --c
@akkerman
Copy link
Author

Example output:

/dev/sda:
    Model Number:       WDC WD5000AAKS-00A7B0                   
/dev/sdb:
    Model Number:       OCZ-AGILITY3 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment