linux系统查看硬盘的使用时间:- [! T5 Q3 m+ U/ Y6 u8 ~4 P
Centos:- yum -y install smartmontools
复制代码 Ubuntu/Debian:- apt-get install smartmontools
复制代码- ATTRIBUTE_NAME: \7 }, [2 w5 H! S* J7 X4 Q
- Raw_Read_Error_Rate" Q1 X$ b7 ]/ d0 r0 s
- Spin_Up_Time; T5 k2 v' G# I1 z
- Start_Stop_Count
5 E$ I8 o7 E' {) K7 U - Reallocated_Sector_Ct
Q, |; X- J Y# w" X - Seek_Error_Rate6 U8 M% _/ M3 A& m6 c- V% O v2 W
- Power_On_Hours4 M+ c7 ], L: @0 l3 w
- Spin_Retry_Count
' k/ J* x6 [+ p0 o! V - Calibration_Retry_Count5 X/ [" p0 f' n' T( h
- Power_Cycle_Count7 p- E" p3 g6 ^. K' D( z
- G-Sense_Error_RatePower-Off_Retract_Count
; ]: D+ I. k* G; G5 b( u+ J( F - Load_Cycle_Count G9 E: L6 z v+ D5 x) l/ E) w/ v
- Temperature_Celsius: O1 g8 K! N7 @9 X& W9 ?5 ^+ z
- Reallocated_Event_Count
4 s) R8 ^: ]) F# T! f6 J - Current_Pending_Sector9 T" m; z* S* }0 }8 g
- Offline_Uncorrectable# }, z1 j. a4 w O0 \: {- M
- UDMA_CRC_Error_Count M `1 [9 A4 Z8 D, o
- Multi_Zone_Error_Rate
2 `5 R) v9 n+ `+ N2 d
复制代码- Power_On_Hours:是硬盘使用的总时间
3 o9 B5 u- q$ D; r2 U/ F* h* B - Load_Cycle_Count:是加载循环计数
5 \% _$ }: o8 _, R$ ~. w - Temperature_Celsius:硬盘的英文温度
: `" l1 q0 Y9 ]' l8 z8 i - 直接输入下列命令,查询你所关心的:$ }1 ^ h$ [8 a- Q' w
- sudo smartctl -a /dev/sda |egrep 'Load_Cycle_Count|Power_On_Hours|Temperature_Celsius'
复制代码 # X" V D- d5 J# o9 m$ X
1 y: P9 b7 b4 a' @ |