我有一个磁盘,它让我得到了有点奇怪的 smartctl 输出。我从未在其他磁盘上看到过这么大的数字。
现在有人知道如何解释这些吗?磁盘可能有故障吗?
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 118 099 006 Pre-fail Always - 188529080
3 Spin_Up_Time 0x0003 093 093 000 Pre-fail Always - 0
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 10
5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0
7 Seek_Error_Rate 0x000f 076 060 030 Pre-fail Always - 43660824
9 Power_On_Hours 0x0032 067 067 000 Old_age Always - 29739
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 10
183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0
184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
188 Command_Timeout 0x0032 100 100 000 Old_age Always - 4295032833
189 High_Fly_Writes 0x003a 092 092 000 Old_age Always - 8
190 Airflow_Temperature_Cel 0x0022 066 059 045 Old_age Always - 34 (Min/Max 24/35)
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 7
193 Load_Cycle_Count 0x0032 097 097 000 Old_age Always - 7519
194 Temperature_Celsius 0x0022 034 041 000 Old_age Always - 34 (0 19 0 0)
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 133358734570326
241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 137919765438422
242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 78309414368650
SMART Error Log Version: 1
No Errors Logged
硬盘是 ST3000DM001,运行在 Debain GNU/Linux 机器上,内核为 3.16.0,smartmontools 为 5.41
此致
K。
答案1
根据维基百科上这个有用的表格,你的情况中唯一的关键值是
188 Command_Timeout 0x0032 100 100 000 Old_age Always - 4295032833
由于 HDD 超时而中止操作的次数。通常,此属性值应等于零,如果该值远大于零,则很可能是电源或氧化数据线存在一些严重问题。
我还会检查您的文件系统是否检测到任何异常情况,并尽可能对所有磁盘进行全面清理(假设您使用具有完整性检查的文件系统,如 ZFS 或 btrfs)以发现任何隐藏的问题。SMART 属性对于了解何时应该开始订购替换磁盘很有用,但它无法回答相反的问题“目前一切都好吗?” - 除了“可能还好,但谁知道呢……”。