smartctl

1

smartctl -a -d ata /dev/sda

Get SMART information for your SATA hard drives (SATA devices using libata). Use "/dev/sda[b-t]" for any additional SATA hard drives (SATA devices using libata). Notable "Attributes" to keep an eye on are Raw_Read_Error_Rate, Seek_Error_Rate, Power_On_Hours and Temperature_Celsius.

Requires smartmontools be installed:
Red Hat Enterprise Linux and rebuilds: yum install smartmontools
Ubuntu and Debian: apt-get smartmontools

redaudit's picture
Submitted by redaudit 49 weeks 21 hours ago – Made popular 48 weeks 3 days ago
Category: Linux   Tags:
1

smartctl -a -d ata /dev/hda

Get SMART information for your IDE/ATA hard drives. Use "/dev/hda[b-t]" for any additional IDE/ATA devices. Notable "Attributes" to keep an eye on are Raw_Read_Error_Rate, Seek_Error_Rate, Power_On_Hours and Temperature_Celsius.

Requires smartmontools be installed:
Red Hat Enterprise Linux and rebuilds: yum install smartmontools
Ubuntu and Debian: apt-get smartmontools

redaudit's picture
Submitted by redaudit 49 weeks 22 hours ago – Made popular 48 weeks 3 days ago
Category: Linux   Tags:
Page generated in: 0.000969 seconds.