Opened 7 hours ago

Closed 5 hours ago

#1939 closed defect (invalid)

Warning! SMART Attribute Thresholds Structure error: invalid SMART checksum

Reported by: Tony__T Owned by:
Priority: minor Milestone:
Component: smartctl Version: 7.4
Keywords: ata Cc: Tony__T

Description (last modified by Tony__T)

Warning! SMART Attribute Thresholds Structure error: invalid SMART checksum

I purchased a new WD Red Plus from Amazon and received this warning. Returned and bought another direct from Western Digital and received the same warning on the 2nd drive. The WD Red Plus that I have from a year ago does not receive this warning, so I suspect that WD made a change to the firmware

Attached are output from 'smartctl -x -a /dev/sdX' and 'smartctl -r ataioctl,2 -A /dev/sdX'

I realize that this is just a warning and as a long test completes without error I can just ignore it, but still thought this was worth a ticket

Attachments (2)

1.txt (14.5 KB ) - added by Tony__T 6 hours ago.
smartctl -x -a /dev/sdX
2.txt (10.1 KB ) - added by Tony__T 6 hours ago.
smartctl -r ataioctl,2 -A /dev/sdX

Download all attachments as: .zip

Change History (8)

comment:1 by Tony__T, 7 hours ago

Description: modified (diff)

comment:2 by Tony__T, 7 hours ago

Description: modified (diff)

comment:3 by Christian Franke, 7 hours ago

Keywords: ata added
Milestone: undecided

Please provide the outputs of the following commands as plaintext attachments:

smartctl -x -a /dev/sdX
smartctl -r ataioctl,2 -A /dev/sdX

Optionally add -q noserial option to suppress serial number and WWN.

by Tony__T, 6 hours ago

Attachment: 1.txt added

smartctl -x -a /dev/sdX

by Tony__T, 6 hours ago

Attachment: 2.txt added

smartctl -r ataioctl,2 -A /dev/sdX

comment:4 by Tony__T, 6 hours ago

Description: modified (diff)

comment:5 by Christian Franke, 5 hours ago

===== [SMART READ ATTRIBUTE THRESHOLDS] DATA START (BASE-16) =====
000-015: 10 00 01 33 c8 c8 c8 c8 c8 c8 c8 c8 00 00 03 15 |...3............|
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--- Should be zero filled
                  ^^--------------------------------- Attribute 1 threshold: 51 (OK?)
               ^^------------------------------------ Attribute ID: 1 (OK)
         ^^-^^--------------------------------------- Revision: 16 (OK)
...
496-511: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 b5
                                                      ^^-- Checksum

Conclusion: Device firmware returns garbage in the reserved fields of the SMART threshold sector. This is a (usually harmless) firmware bug which needs to be fixed by the drive vendor.

Use -b ignore to suppress the warning.

Other data looks sane.

comment:6 by Christian Franke, 5 hours ago

Milestone: undecided
Resolution: invalid
Status: newclosed

This is a drive firmware bug which cannot be fixed by smartctl.

Note: See TracTickets for help on using tickets.