Find harddisk serial number from terminal?
Posted: Sun Jul 30, 2017 6:28 pm
To find what serial your harddrive has. Use this command:
udevadm info --query=all --name=/dev/sdxx | grep ID_SERIAL
or you can use hdparm:
hdparm -i /dev/hda
or
hdparm -I /dev/hda
udevadm info --query=all --name=/dev/sdxx | grep ID_SERIAL
or you can use hdparm:
hdparm -i /dev/hda
or
hdparm -I /dev/hda