Opened 9 years ago
Closed 9 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)
Change History (6)
by , 9 years ago
Attachment: | intel535.patch added |
---|
comment:1 by , 9 years ago
Keywords: | intel ssd 535 removed |
---|
comment:2 by , 9 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
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 , 9 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 ?
Please provide a sample
smartctl -x
output of a 535 SSD.