Monday, July 20, 2015

Linux: Find out serial / model number and vendor information for SATA and IDE hard disk


One of the below command may be used to get the Harddisk information.

1:   smartctl --all /dev/sda 

2:   hdparm -I /dev/sda 

where sda is the drive which need to check.


No comments:

Post a Comment