高Offline_Uncorrectable和Current_Pending_Sector,但没有重新分配或读取错误


2

我的笔记本电脑上有一个三星HM160HI。该硬盘最近产生了一些读取错误。我重新安装了所有Ubuntu软件包,但我的私有文件似乎没有受到影响。知道硬盘会用备用磁盘替换以前引起读取错误的缺陷扇区,所以我希望读取错误会消失-他们做到了!我可以逐个扇区读取整个硬盘,而没有一个错误。

现在,没有意义的是此磁盘的SMART属性:

ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000f   100   100   051    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0007   252   252   025    Pre-fail  Always       -       2062
  4 Start_Stop_Count        0x0032   002   002   000    Old_age   Always       -       998454
  5 Reallocated_Sector_Ct   0x0033   096   096   010    Pre-fail  Always       -       41
  9 Power_On_Hours          0x0032   085   085   000    Old_age   Always       -       8160
 12 Power_Cycle_Count       0x0032   095   095   000    Old_age   Always       -       5458
191 G-Sense_Error_Rate      0x0032   065   065   000    Old_age   Always       -       359719
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       66
194 Temperature_Celsius     0x0022   115   070   000    Old_age   Always       -       41 (Min/Max 11/56)
196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always       -       36224 (0 6)
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       4332
198 Offline_Uncorrectable   0x0030   100   100   000    Old_age   Offline      -       13478
199 UDMA_CRC_Error_Count    0x0036   252   252   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x000a   252   252   000    Old_age   Always       -       0

Offline_Uncorrectable RAW值不会下降,而是上升!以前是12.9k,现在是13.2k。但是,我没有遇到任何读取错误。Current_Pending_Sector值也上升。即使我在读取整个硬盘时硬盘有很多机会重新分配扇区,但Reallocated_Sector_Ct不会移动一点。我什至将硬盘复制到其自身上,以防万一扇区仅在写操作期间重新分配。

发生什么了?尽管固件报告的4k扇区有待重新分配,但硬盘并未重新分配损坏的扇区。为什么即使逐扇区读取整个光盘,也没有遇到任何读取错误?为什么由于不再存在读取错误,所以Offline_Uncorrectable不会掉线?

有人经历过类似的经历吗?

硬盘将很快被更换。但是,我必须再忍受几天,这种不稳定的行为使我感到困惑。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.