linux系统查看硬盘的使用时间:
0 J) t% ~; u5 P4 M& N6 ` pCentos:- yum -y install smartmontools
复制代码 Ubuntu/Debian:- apt-get install smartmontools
复制代码- ATTRIBUTE_NAME
. y, H' L) s- b' B# l - Raw_Read_Error_Rate7 _, ~1 S2 X1 y, Y7 x
- Spin_Up_Time+ ~: [9 t7 c/ j! M
- Start_Stop_Count, t5 A( {4 X2 C$ N. v0 K
- Reallocated_Sector_Ct
7 r+ K; [2 |" e2 R& Y - Seek_Error_Rate" j1 L! h" g U& R/ B4 E/ n
- Power_On_Hours
5 H/ y }& m7 R' J% v - Spin_Retry_Count% K; K# K: a- M! a! W. W2 b9 v& C
- Calibration_Retry_Count
! |) q# \8 P/ e, d6 | - Power_Cycle_Count8 ]( M# Q; \: T; w' G) q
- G-Sense_Error_RatePower-Off_Retract_Count
; K6 \2 E9 ~. c+ Q- _! p- Z* Z - Load_Cycle_Count
' o7 z- P# _9 x: m; ~7 K - Temperature_Celsius
$ e5 H( N p- o6 }: G - Reallocated_Event_Count8 y/ E8 e: p* ]4 d7 O' r& P. ?
- Current_Pending_Sector; @( Q4 S G* P4 B' D* i+ K: P
- Offline_Uncorrectable% K* A) {1 G0 T6 e, S: ?- A
- UDMA_CRC_Error_Count0 R( v1 D( |' f4 s& a$ \& E
- Multi_Zone_Error_Rate$ A0 p* ]" p. C* S8 ^: P8 s8 ]" x4 a
复制代码- Power_On_Hours:是硬盘使用的总时间7 X" J' G; \: i7 L. x$ P( [
- Load_Cycle_Count:是加载循环计数4 `* l$ T* E5 U7 Y, v. q
- Temperature_Celsius:硬盘的英文温度
5 a1 c! ^* G. r' z2 `( A - 直接输入下列命令,查询你所关心的:2 Y% L7 O9 m- m$ C# @
- sudo smartctl -a /dev/sda |egrep 'Load_Cycle_Count|Power_On_Hours|Temperature_Celsius'
复制代码
1 y" `9 W- r2 u) O0 e
/ Q: k* u7 t! U6 a+ A |