Opened 6 years ago

Last modified 5 years ago

#958 closed enhancement

Micron M500IT SSD to be included in the smartctl database — at Version 2

Reported by: gdigenov Owned by:
Priority: minor Milestone: Release 7.0
Component: drivedb Version: 6.6
Keywords: Cc:

Description (last modified by Alex Samorukov)

Hi,
could you add M500IT products family in the drivedb.h database?
In the structure used to store drive database entries

 struct drive_settings {
    const char * modelfamily;
    const char * modelregexp;
    const char * firmwareregexp;
    const char * warningmsg;
    const char * presets;
   };

as regular expression modelregexp the following one:

"(Micron[_ ])?M500IT[_ ]MTFDDA[KTY](032|050|060|064|120|128|240|256)[MS]BD"

should be able to manage all the products belonging to the M500IT family.
In attach you can find the log of the short test performed in one M500IT drive.

Please use the following names for the smart attributes showed as "unknown" in that report

ID# 	ATTRIBUTE_NAME
171	Program Fail Count
172	Erase Fail Count
173	Average Block-Erase Count
174	Unexpected Power Loss Count
202	Percent Lifetime Remaining
206	Write Error Rate
210	RAIN Successful Recovery Page Count
246	Cumulative Host Write Sector Count
247	Host Program Page Count
248	FTL Program Page Count

Thanks and regards,
Giuseppe Di Genova

Change History (3)

by gdigenov, 6 years ago

Short self-test of M500IT drive

comment:1 by Christian Franke, 6 years ago

Keywords: M500IT removed
Milestone: Release 6.7unscheduled
Priority: majorminor

comment:2 by Alex Samorukov, 6 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.