#812 closed enhancement (worksforme)
Crucial MX300 SSD M.2 Support
| Reported by: | mdednev | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | Release 6.6 |
| Component: | drivedb | Version: | 6.5 |
| Keywords: | Cc: |
Description
Here is information about SSD Crucial MX300. Additional information for
the attributes decoding is in attached Micron Technical Note.
Attachments (3)
Change History (5)
by , 9 years ago
| Attachment: | smartctl-Crucial-MX300.txt added |
|---|
by , 9 years ago
| Attachment: | tnfd22_client_ssd_smart_attributes.pdf added |
|---|
Micron's technical note to be used for attribute decoding
by , 9 years ago
| Attachment: | smartctl_mx300 added |
|---|
Simple wrapper shell script for proper attribute decoding when using existing smartctl binary
comment:1 by , 9 years ago
| Keywords: | Crucial MX300 removed |
|---|---|
| Milestone: | → Release 6.6 |
| Resolution: | → worksforme |
| Status: | new → closed |
comment:2 by , 9 years ago
Simple wrapper shell script for proper attribute decoding when using existing smartctl binary
Note that you could add a local drive database file (e.g. /etc/smart_drivedb.h) for missing entries. See -B, --drivedb option on smartctl man page for further info.
The local entries could also be passed inline in a wrapper script, for example:
#!/bin/bash
db='
{ "Crucial MX300 SSDs",
"Crucial_CT(275|525|1050|2050)MX300SSD[14]",
"", "",
"-v 5,raw48,Reallocate_NAND_Blk_Cnt "
// ...
},
// ...
'
exec /usr/sbin/smartctl -B +<(echo "$db") "$@"
(requires bash due to <(...) redirection, does not work with other shells)

smartctl -A output for Crucial MX300