在我的许多驱动器上我都会遇到WRITE|READ FPDMA QUEUED
错误,如下所示:
Error 23 occurred at disk power-on lifetime: 43915 hours (1829 days + 19 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 41 00 d5 67 35 40 Error: WP at LBA = 0x003567d5 = 3499989
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
61 80 10 70 2d dc 40 00 37d+00:38:20.201 WRITE FPDMA QUEUED
60 60 08 70 67 35 40 00 37d+00:38:17.668 READ FPDMA QUEUED
60 20 00 d0 67 35 40 00 37d+00:38:17.668 READ FPDMA QUEUED
60 08 00 de a8 97 40 00 37d+00:38:17.652 READ FPDMA QUEUED
60 02 00 c0 68 59 40 00 37d+00:38:17.651 READ FPDMA QUEUED
在每个驱动器上,我还注意到Current_Pending_Sector
,Reallocated_Sector_Ct
并且其他属性将> 0。
不过我很好奇。这些错误是否表示驱动器出现故障?如果我更换驱动器,是不是就无法解决根本问题,以后是否还会面临同样的问题?
例如,在帖子中这里其中一些错误似乎不是由驱动器故障引起的。
答案1
Current_Pending_Sector
是Reallocated_Sector_Ct
专门用于跟踪的计数器介质错误,但它们并不是表示问题的唯一属性。
WRITE/READ FPDMA QUEUED
错误表示对特定 LBA 的读/写命令失败。我发现这些错误是由多种问题引起的,例如:
- 电源/电缆损坏
- SATA 线损坏
- 主板/SATA 控制器损坏
- 不稳定的硬盘固件
- 过热的 HDD 微控制器
我建议您重新安装电缆。如果此操作失败,您可以尝试更换受影响的磁盘。如果新磁盘开始报告相同的问题,则说明您遇到了一些更基本的硬件问题。