Post
Topic
Board Bitcoin Technical Support
Re: Crash without error during IBD
by
kemist
on 14/07/2022, 22:25:11 UTC
It says that it passed the overall-health self-assessment. Here's the part with the lines you referred to. I don't know what I'm looking for, but it appears that it's not finding anything wrong (?)

Code:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000b   100   100   062    Pre-fail  Always       -       0
  2 Throughput_Performance  0x0005   100   100   040    Pre-fail  Offline      -       0
  3 Spin_Up_Time            0x0007   225   225   033    Pre-fail  Always       -       1
  4 Start_Stop_Count        0x0012   092   092   000    Old_age   Always       -       13749
  5 Reallocated_Sector_Ct   0x0033   100   100   005    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000b   100   100   067    Pre-fail  Always       -       0
  8 Seek_Time_Performance   0x0005   100   100   040    Pre-fail  Offline      -       0
  9 Power_On_Hours          0x0012   075   075   000    Old_age   Always       -       11296
 10 Spin_Retry_Count        0x0013   100   100   060    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   098   098   000    Old_age   Always       -       4349
191 G-Sense_Error_Rate      0x000a   100   100   000    Old_age   Always       -       0
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       2079785102
193 Load_Cycle_Count        0x0012   001   001   000    Old_age   Always       -       1579884
194 Temperature_Celsius     0x0002   176   176   000    Old_age   Always       -       34 (Min/Max 13/48)
196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0022   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0008   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x000a   200   200   000    Old_age   Always       -       0
223 Load_Retry_Count        0x000a   100   100   000    Old_age   Always       -       0

SMART Error Log Version: 1
No Errors Logged


Aside from testing which could take some time, you could check S.M.A.R.T. status of your HDD. Ubuntu website has detailed guide about it using smartmontools[4]. Usually i just run command sudo smartctl -a /dev/sda and check raw value of those two attributes for quick check.

Code:
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  5 Reallocated_Sector_Ct   
197 Current_Pending_Sector 

[1] https://unix.stackexchange.com/a/99550
[2] https://patchwork.kernel.org/project/linux-acpi/patch/1406670374.2406.27.camel@x220/
[3] https://lists.archlinux.org/pipermail/arch-general/2013-July/033839.html
[4] https://help.ubuntu.com/community/Smartmontools