HDD S.M.A.R.T Value Test from Linux Console / Find out each HDD's serial number edit

The package name for smartctl is smartmontools

# apt-get install smartmontools

It's really simple

# smartctl -H /dev/sda

To find out each hdd's serial number, use hdparm

# hdparm -I /dev/sda

0 comments:

Post a Comment

Newer -> <- Older