Question My HDD is slower after I fixed it with Aomei Partition's "rebuild mbr" option ?

Jun 29, 2022
10
0
10
now even crystaldisk info shows "CAUTION" https://gofile.io/d/Jioc1M
what can i do now?? my windows apps are as laggy as hell, before my hdd got <Mod Edit> it worked very fast
 
Last edited by a moderator:
The OP's drive appears to have many hidden SMART attributes. One in particular is a glaring omission -- Current Pending Sector Count. The firmware version is AM0P1D.

Here is another example with the same firmware (and the same hidden attributes):

https://www.linuxquestions.org/ques...18/test-sata-hard-disk-for-errors-4175685526/

Code:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000b   100   100   050    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0027   100   100   001    Pre-fail  Always       -       1352
  5 Reallocated_Sector_Ct   0x0033   100   100   050    Pre-fail  Always       -       0
  9 Power_On_Hours          0x0032   078   078   000    Old_age   Always       -       8931
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       3716
191 G-Sense_Error_Rate      0x0032   100   100   000    Old_age   Always       -       966
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       1
193 Load_Cycle_Count        0x0032   098   098   000    Old_age   Always       -       23475
194 Temperature_Celsius     0x0022   100   100   000    Old_age   Always       -       28 (Min/Max 10/43)
199 UDMA_CRC_Error_Count    0x0032   100   100   000    Old_age   Always       -       57415753
200 Multi_Zone_Error_Rate   0x0032   100   100   000    Old_age   Always       -       218838054
240 Head_Flying_Hours       0x0032   079   079   000    Old_age   Always       -       8678
241 Total_LBAs_Written      0x0032   100   100   000    Old_age   Always       -       11510038086
242 Total_LBAs_Read         0x0032   100   100   000    Old_age   Always       -       9973049304
254 Free_Fall_Sensor        0x0032   100   100   000    Old_age   Always       -       0

Two attributes with large raw values are the following:

Other thread:

C7 / 199 - UDMA_CRC_Error_Count - 57415753 -> 0x36C1849​
C8 / 200 - Multi_Zone_Error_Rate - 218838054 -> 0xD0B3426​

Current thread:

C7 / 199 - UltraDMA CRC Error Count - 0x3C780FD​
C8 / 200 - Write Error Rate - 0xE440292​
I don't know if these hexadecimal numbers are single 32-bit quantities or two 16-bit parameters, but in either case the UDMA CRC Error Counts are large and would appear to indicate communications problems at the SATA interface.

Here is the same model drive, but with a firmware version of AM001U:

https://forum.cgsecurity.org/phpBB3/viewtopic.php?t=11981

You can now see the previouly hidden attributes:

Code:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000b   100   100   050    Pre-fail  Always       -       0
  2 Throughput_Performance  0x0005   100   100   050    Pre-fail  Offline      -       0
  3 Spin_Up_Time            0x0027   100   100   001    Pre-fail  Always       -       1923
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       6386
  5 Reallocated_Sector_Ct   0x0033   100   100   050    Pre-fail  Always       -       8
  7 Seek_Error_Rate         0x000b   100   100   050    Pre-fail  Always       -       0
  8 Seek_Time_Performance   0x0005   100   100   050    Pre-fail  Offline      -       0
  9 Power_On_Hours          0x0032   089   089   000    Old_age   Always       -       4750
 10 Spin_Retry_Count        0x0033   227   100   030    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       631
191 G-Sense_Error_Rate      0x0032   100   100   000    Old_age   Always       -       35
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       97
193 Load_Cycle_Count        0x0032   097   097   000    Old_age   Always       -       30069
194 Temperature_Celsius     0x0022   100   100   000    Old_age   Always       -       34 (Min/Max 12/45)
196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always       -       1
197 Current_Pending_Sector  0x0032   100   100   000    Old_age   Always       -       152
198 Offline_Uncorrectable   0x0030   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
220 Disk_Shift              0x0002   100   100   000    Old_age   Always       -       0
222 Loaded_Hours            0x0032   100   100   000    Old_age   Always       -       281
223 Load_Retry_Count        0x0032   100   100   000    Old_age   Always       -       0
224 Load_Friction           0x0022   100   100   000    Old_age   Always       -       0
226 Load-in_Time            0x0026   100   100   000    Old_age   Always       -       264
240 Head_Flying_Hours       0x0001   100   100   001    Pre-fail  Offline      -       0