You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm... Looks like smartctl returns non-zero exit code when it detects that some values are bad.
The return values of smartctl are defined by a bitmask. If all is well with the disk, the return value (exit status) of smartctl is 0 (all bits turned off).
source: https://linux.die.net/man/8/smartctl
Based on the error code 32 your failure would be bit 5 that is:
SMART status check returned "DISK OK" but we found that some (usage or prefail) Attributes have been <= threshold at some time in the past.
We should handle such errors. I am going to make a patch.
Hey,
can't do anything with the error, does anyone know where the problem might lie?
ssd: CT120BX500SSD1
smartctl
logs:
The text was updated successfully, but these errors were encountered: