Opened 8 years ago

Closed 8 years ago

#625 closed patch (fixed)

[PATCH] Add Intel SSD 535 series detection

Reported by: whitecat Owned by: Christian Franke
Priority: trivial Milestone: Release 6.5
Component: drivedb Version: 6.4
Keywords: Cc:

Description

I checked the 535 series datasheets, the SMART attributes are strictly the same as the 530 series.
The patch adds the Intel SSD 535 (2.5-inch and M.2) model string to the current 530 series structure.

Ref:
https://www-ssl.intel.com/content/dam/www/public/us/en/documents/product-specifications/ssd-535-spec.pdf
https://www-ssl.intel.com/content/dam/www/public/us/en/documents/product-specifications/ssd-535-m2-spec.pdf

Attachments (2)

intel535.patch (1.1 KB ) - added by whitecat 8 years ago.
smartctl-x-535.log (11.7 KB ) - added by whitecat 8 years ago.
smartctl -x

Download all attachments as: .zip

Change History (6)

by whitecat, 8 years ago

Attachment: intel535.patch added

comment:1 by Christian Franke, 8 years ago

Keywords: intel ssd 535 removed

Please provide a sample smartctl -x output of a 535 SSD.

by whitecat, 8 years ago

Attachment: smartctl-x-535.log added

smartctl -x

comment:2 by Christian Franke, 8 years ago

Owner: set to Christian Franke
Status: newaccepted

Thanks.

BTW: You could copy the updated drivedb entry to local drive database. See -B option on smartctl man page for the configured path (e.g. /etc/smartd_drivedb.h).

comment:3 by whitecat, 8 years ago

Yeah I've done this with my actual Fedora packages. I can resend it with an updated drivedb if needed.

Moreover, with this patch the detection regex covers a larger model string than there is actually. For example the "056" GB model I added in the regex only exists for the 2.5-inch 535 series. I don't know what is the policy of smartmontools to handle this things. Is that still OK like that or should I split the 530 and 535 series structure in order to be more strict on the regex ?

comment:4 by Christian Franke, 8 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.