linux系统查看硬盘的使用时间:
( J: @8 a+ l6 G4 C F; yCentos:- yum -y install smartmontools
复制代码 Ubuntu/Debian:- apt-get install smartmontools
复制代码- ATTRIBUTE_NAME
2 _2 |0 y1 J, v2 T( a+ q' q* g% u - Raw_Read_Error_Rate3 q9 W6 j2 r2 W
- Spin_Up_Time5 x+ }0 r$ y$ @
- Start_Stop_Count Z3 I4 n+ }- |( \+ S
- Reallocated_Sector_Ct
5 z* {4 b) Z* F4 d' P! x: T( L - Seek_Error_Rate
6 w" M3 d( _% j0 u - Power_On_Hours6 q9 g( C( [+ z- D# o4 p! }: a
- Spin_Retry_Count6 ?, ~5 q" r5 M+ P& `1 c8 H
- Calibration_Retry_Count& M/ P' B$ q) T% }1 p
- Power_Cycle_Count
- F, W# M0 p# a5 {. x - G-Sense_Error_RatePower-Off_Retract_Count
/ I1 ]! Q: j$ k+ e. ~5 e) H - Load_Cycle_Count5 K- m. G6 Z7 }4 I* K; h4 `) D
- Temperature_Celsius6 g7 J, W. x A/ c" H1 W
- Reallocated_Event_Count$ x* o6 f+ `& `0 O: l& g2 D3 @
- Current_Pending_Sector) [3 ?4 }) C N' X
- Offline_Uncorrectable
7 O1 P+ l j2 l: r. m, Q/ b. C7 c8 W - UDMA_CRC_Error_Count5 R* R' I; s: ]" @. I
- Multi_Zone_Error_Rate
) r. l6 h8 P: i0 C' Y
复制代码- Power_On_Hours:是硬盘使用的总时间
. ?/ `, K4 T) Z7 s - Load_Cycle_Count:是加载循环计数
1 L u1 C' X0 b( \7 x - Temperature_Celsius:硬盘的英文温度0 k# M# _+ j$ Z; M' V( a
- 直接输入下列命令,查询你所关心的:* w' L* w/ n4 ?+ x, I3 l$ @
- sudo smartctl -a /dev/sda |egrep 'Load_Cycle_Count|Power_On_Hours|Temperature_Celsius'
复制代码 . ]/ F* ]( a% u H6 _$ L
4 c2 w4 B: N. r F) k1 O ` |