当前等待扇区SMART属性

今天我注意到,在使用smartmontools检查SMART属性时,在我监视的一个SATA HD中,具有RAW_VALUE = 1的“Current_Pending_Sector”。 这里是smartctl.exe的输出

SMART Attributes Data Structure revision number: 16 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 200 200 051 Pre-fail Always - 0 3 Spin_Up_Time 0x0003 192 181 021 Pre-fail Always - 5366 4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 158 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0 7 Seek_Error_Rate 0x000e 100 253 051 Old_age Always - 0 9 Power_On_Hours 0x0032 076 076 000 Old_age Always - 18234 10 Spin_Retry_Count 0x0012 100 100 051 Old_age Always - 0 11 Calibration_Retry_Count 0x0012 100 100 051 Old_age Always - 0 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 153 194 Temperature_Celsius 0x0022 110 105 000 Old_age Always - 40 196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0 197 Current_Pending_Sector 0x0012 200 200 000 Old_age Always - 1 198 Offline_Uncorrectable 0x0010 200 200 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0 200 Multi_Zone_Error_Rate 0x0008 200 200 051 Old_age Offline - 0 

考虑到这是一个Windows 2008服务器,处理这个问题的最好方法是什么?

现在在EventLog中出现以下消息:

 smartd 2360 CRIT Device: C:, 2 Currently unreadable (pending) sectors (changed +1) Device: C:, ATA error count increased from 1 to 5 

看来驱动器正在慢慢恶化,我认为最好是更换它。

基本上有两个关于非故障SMART消息的阵营:

  • 没有什么大不了的,没有数据丢失,驱动器发现一些行业发展不好,并在适当的时候处理。
  • 没有什么新东西是新的; 其他一切都是即将失败的标志。

就我个人而言,我总是运行RAID,并定期监控备份到多个媒体(场内和场外)。 所以我忽略了失败前的条件; 我用他们,直到他们完全死亡。

当前等待扇区意味着磁盘识别出磁盘坏的位置,并且想要重新分配它们。 它可能不能读取它们,所以它等到你写入它们,然后将被重新分配。 一次写这些位置需要稍长的时间,然后一切都会好起来,至less很可能。

我可以推荐使用diskcan for Linux或HD Tune for Windows来扫描磁盘表面,看它是否检测到错误。 我相信两者都应该能够给这些位置提供一个校正模式,以便开始写入它们并让磁盘完成重新分配。