linux系统查看硬盘的使用时间:
1 D0 I- O4 |$ C! e# OCentos:- yum -y install smartmontools
复制代码 Ubuntu/Debian:- apt-get install smartmontools
复制代码- ATTRIBUTE_NAME5 N, l- Q8 Z/ m2 e+ M/ A' l
- Raw_Read_Error_Rate9 h" N& i; L+ P3 n* Q* ~, Z
- Spin_Up_Time8 i& l* r1 z" D$ h! Y7 i
- Start_Stop_Count
4 P% k: o7 M: _; r1 O - Reallocated_Sector_Ct, o5 v; R) d5 p& `9 j: k5 X: l
- Seek_Error_Rate
0 b! g: ~% j1 S& C5 Y; }) u - Power_On_Hours' l; B% H. A3 S% S9 f4 V* p
- Spin_Retry_Count
3 V8 Z" V$ V% D2 C+ T4 l( V - Calibration_Retry_Count$ z$ H6 E; n g! U! M; B a& L! Q1 g
- Power_Cycle_Count
1 G% |8 \3 `3 D# e& G - G-Sense_Error_RatePower-Off_Retract_Count7 t$ L4 Y, T& @
- Load_Cycle_Count
3 N3 _; ^4 b; T - Temperature_Celsius
& i, X/ E& u6 [8 \7 @: `7 q7 F - Reallocated_Event_Count
" B7 P! |9 ^0 t$ ^ Y - Current_Pending_Sector
# Y3 G0 W1 W Y5 u* S$ E" i - Offline_Uncorrectable
2 a4 r5 L$ n- m- p9 G% d6 D- j - UDMA_CRC_Error_Count
% A: f7 N" { [. M - Multi_Zone_Error_Rate
* l* d; b2 j; N5 i" k3 Q
复制代码- Power_On_Hours:是硬盘使用的总时间
) S4 t7 S3 K! Q& W - Load_Cycle_Count:是加载循环计数
0 L" W& w D4 i1 {! M3 }; ^% K - Temperature_Celsius:硬盘的英文温度5 L$ ] T2 w9 K9 f
- 直接输入下列命令,查询你所关心的:
0 B! J# y5 D# n* w - sudo smartctl -a /dev/sda |egrep 'Load_Cycle_Count|Power_On_Hours|Temperature_Celsius'
复制代码 P. {6 {3 B5 x1 r2 l1 k8 g
0 [6 T& g( R7 U+ S, ^$ d
|