linux系统查看硬盘的使用时间:
/ f# B0 A8 U1 T' ~+ GCentos:- yum -y install smartmontools
复制代码 Ubuntu/Debian:- apt-get install smartmontools
复制代码- ATTRIBUTE_NAME' {) H3 O* ]: }/ v
- Raw_Read_Error_Rate
7 u/ n' O ]7 ]4 v+ o% y. e- G8 R - Spin_Up_Time; V8 r+ p$ [& n& a; i
- Start_Stop_Count
?2 y) A. g, u* m( q; s. j6 V - Reallocated_Sector_Ct
- ], Y+ v; m3 ?. J R - Seek_Error_Rate- V; i$ P H+ W4 J
- Power_On_Hours0 V( e7 {+ t8 i2 k6 x' j* D
- Spin_Retry_Count; N! q o7 s7 J0 [9 ~
- Calibration_Retry_Count
8 ?! X# }: T& ?4 K, G - Power_Cycle_Count
5 j+ ]9 [0 e: Z% f# E* f - G-Sense_Error_RatePower-Off_Retract_Count
4 I$ I0 H, @5 v: M - Load_Cycle_Count0 A2 G0 H- f4 ~8 i9 J
- Temperature_Celsius4 ~- q, Z1 C$ o; j7 C
- Reallocated_Event_Count- p s) z( M& ?' m
- Current_Pending_Sector6 k% {4 q1 C7 r/ J# v& l' k
- Offline_Uncorrectable
B# O" C0 B W0 ] - UDMA_CRC_Error_Count
# j( H9 B# F; K) ~0 n. p# D - Multi_Zone_Error_Rate+ w1 e, T5 ~7 u+ b* ^! @
复制代码- Power_On_Hours:是硬盘使用的总时间+ w$ [: r9 v9 o% V
- Load_Cycle_Count:是加载循环计数
7 q+ R6 Q$ s( N - Temperature_Celsius:硬盘的英文温度/ x8 c/ v5 l# {. P
- 直接输入下列命令,查询你所关心的:% k8 I: I& _1 ~
- sudo smartctl -a /dev/sda |egrep 'Load_Cycle_Count|Power_On_Hours|Temperature_Celsius'
复制代码
) c) ]" P6 p1 k) e$ h5 V0 l& f7 m1 {
|