翻阅古今
可以用smartctl查看磁盘的详细信息:sudo apt-get install smartmontools
sudo smartctl -a /dev/sda
ATTRIBUTE_NAME
Raw_Read_Error_Rate
Spin_Up_Time
Start_Stop_Count
Reallocated_Sector_Ct
Seek_Error_Rate
Power_On_Hours
Spin_Retry_Count
Calibration_Retry_Count
Power_Cycle_Count
G-Sense_Error_RatePower-Off_Retract_Count
Load_Cycle_Count
Temperature_Celsius
Reallocated_Event_Count
Current_Pending_Sector
Offline_Uncorrectable
UDMA_CRC_Error_Count
Multi_Zone_Error_RatePower_On_Hours是硬盘使用的总时间Load_Cycle_Count是加载循环计数Temperature_Celsius是硬盘温度这些指标可能都是你关心的.sudo smartctl -a /dev/sda |egrep 'Load_Cycle_Count|Power_On_Hours|Temperature_Celsius'