Finding disk serial from console/terminal
Posted on March 6, 2016 • 1 minutes • 21 words • Suggest Changes
Quick way to find all the serial number from console :
hdparm -I /dev/sd[a-z] | grep 'Serial Nu'
Works in proxmox/debian.
Quick way to find all the serial number from console :
hdparm -I /dev/sd[a-z] | grep 'Serial Nu'
Works in proxmox/debian.