新硬盘听起来不太好,帮助解释 SMART

新硬盘听起来不太好,帮助解释 SMART

我安装了一台全新的 Seagate Exos 8Tb,它在使用过程中不断发出很大的研磨噪音任何加载,并阅读驱动器的评论,有些人遇到了一些噪音,但没有达到这种程度。

我是否应该将此驱动器退回到原厂?

  • 这是我运行长时间的 SMART 测试后得到的结果smartmontools,我没有想到Raw_Read_Error_Rate一块Seek_Error_Rate新的 [非翻新] 驱动器的价值和最差值之间会有如此大的差异:
    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   081   072   044    Pre-fail  Always       -       134852481
      3 Spin_Up_Time            0x0003   091   091   000    Pre-fail  Always       -       0
      4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       9
      5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
      7 Seek_Error_Rate         0x000f   067   060   045    Pre-fail  Always       -       5527564
      9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       16
     10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
     12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       9
    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       -       0
    189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
    190 Airflow_Temperature_Cel 0x0022   056   053   040    Old_age   Always       -       44 (Min/Max 38/47)
    191 G-Sense_Error_Rate      0x0032   100   100   000    Old_age   Always       -       36
    192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       8
    193 Load_Cycle_Count        0x0032   100   100   000    Old_age   Always       -       10
    194 Temperature_Celsius     0x0022   044   047   000    Old_age   Always       -       44 (0 25 0 0 0)
    195 Hardware_ECC_Recovered  0x001a   081   072   000    Old_age   Always       -       134852481
    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      -       15 (21 159 0)
    241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       132559296
    242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       2293185
    

答案1

它的解读如下:VALUE标准化为 100,越低越差。可能比 100 更好。如果值低于THRESH(阈值),则该参数被视为“失败”。

原始读取错误率和寻道错误率存在严重问题(您听到的“摩擦”噪音是驱动器在寻道错误或读取错误后尝试重新校准时发出的噪音)。缓慢的旋转时间也表明驱动器存在潜在的机械问题(摩擦力过大会导致旋转速度变慢)。

因此,虽然驱动器仍能很好地备份您在其上放置的任何内容,但这并不是全新驱动器应处于的状态。将其退回给供应商并要求更换/退款。

相关内容