新硬盘的预故障和老化

新硬盘的预故障和老化

所以我刚买了一块全新的 WD Blue 硬盘。我把它插上电源,检查了 SMART 值,结果有点震惊。

Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   100   253   051    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0027   100   253   021    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       3
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   100   253   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       1
 10 Spin_Retry_Count        0x0032   100   253   000    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   253   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       3
192 Power-Off_Retract_Count 0x0032   200   200   000    Old_age   Always       -       0
193 Load_Cycle_Count        0x0032   200   200   000    Old_age   Always       -       4
194 Temperature_Celsius     0x0022   108   108   000    Old_age   Always       -       35
196 Reallocated_Event_Count 0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   100   253   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   253   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   100   253   000    Old_age   Offline      -       0

其中三个具有“预故障”属性,其余的是老旧属性?预故障是最让我困惑的。我到处寻找,唉,我找不到任何合适的东西来解释这些值。我应该如何处理这些 SMART 值?这些值类型在新的、从未使用过的 WD Blue 硬盘上可以吗?

答案1

你毫无缘由地感到震惊。

您正在尝试解释单个属性的静态属性。由于它们是静态的,您读到的数字毫无意义。这些属性不是属性!属性由其 ID 和名称(第一列和第二列)来表示。

以下是我的录音摘录。有问题的驱动器也是西部数据的。

沒有必要擔心!

ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   100   253   ---    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0027   100   253   ---    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   ---    Old_age   Always       -       2
  5 Reallocated_Sector_Ct   0x0033   200   200   ---    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   100   253   ---    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   100   100   ---    Old_age   Always       -       0
 10 Spin_Retry_Count        0x0032   100   253   ---    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   253   ---    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   ---    Old_age   Always       -       1
192 Power-Off_Retract_Count 0x0032   200   200   ---    Old_age   Always       -       0
193 Load_Cycle_Count        0x0032   200   200   ---    Old_age   Always       -       3
194 Temperature_Celsius     0x0022   118   111   ---    Old_age   Always       -       25
196 Reallocated_Event_Count 0x0032   200   200   ---    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   200   200   ---    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   100   253   ---    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   253   ---    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   100   253   ---    Old_age   Offline      -       0

2021 年 10 月 14 日汉诺威时间,针对问题添加

我无法格式化我的表格!

以下是您小跑步小组最近一次速度测量的结果。编号和名称不言自明。性别是您小组中每个成员的静态属性(至少就本示例而言)诊断是测试时的速度(以秒/100 米为单位)。这是一个可以上下波动的动态属性。

NUMBER  NAME    SEX     SEC/100M

1 彼得人 11,2

2 伊娃女人 12,4

3 克伦族妇女 14,8

4 阿诺德曼 9,2

5 比尔曼 17

相关内容