Opened 4 years ago

Closed 4 years ago

#1366 closed patch (fixed)

Please Add ATP SATA III aMLC M.2 2242 Embedded SSD to database

Reported by: ATPElectronics Owned by: Christian Franke
Priority: minor Milestone: Release 7.2
Component: drivedb Version:
Keywords: ssd Cc:

Description (last modified by Christian Franke)

please help to add ATP SATA III aMLC M.2 2242 Embedded SSD smart attribute details into database. Thank you!

===================================================================================================

SSD Model name: ATP SATA III aMLC M.2 2242 Embedded SSD
{ "ATP SATA III aMLC M.2 2242 Embedded SSD",
   "ATP I-Temp M.2 2242",
  "","",
  "-v 1,raw48,Raw_Read_Error_Count "
    "-v 5,raw48,Reallocated_Sector_Count "
    "-v 9,raw24(raw8),Power_On_Hours "
    "-v 12,raw48,Power_Cycle_Count "
    "-v 14,raw48,Device_Physical_Capacity "
    "-v 15,raw48,Device_User_Capacity "
    "-v 16,raw48,Initial_Spare_Blocks "
    "-v 17,raw48,Remaining_Spare_Blocks_Current "
    "-v 100,raw48,Total_Erease_Count "
    "-v 160,raw48,Uncorrectable_Sector_Count_RW "
    "-v 172,raw48,Total_Block_Erase_Count "
    "-v 173,raw48,Max_Erase_Count "
    "-v 174,raw48,Pwr_Cycle_Ct_Unexpected "
    "-v 175,raw48,Average_Erase_Count "
    "-v 181,raw48,Total_Block_Program_Failure "
    "-v 187,raw48,Reported_Uncorrectable_Errors "
    "-v 194,raw48,Device_Temperature "
    "-v 195,raw48,Hardware_ECC_Recovered "
    "-v 197,raw48,Current_Pending_Block_Count "
    "-v 198,raw48,Offline_Surface_Scan "
    "-v 199,raw48,SATA_FIS_CRC_Errors "
    "-v 202,raw48,PCT_Drive_Life_Used "
    "-v 205,raw48,Thermal_Asperity_Rate_TAR "
    "-v 231,raw48,Controller_Temperature "
    "-v 234,raw48,Total_Sector_Read_from_NAND "
    "-v 235,raw48,Total_Sector_Write_to_Device "
    "-v 241,raw48,Total_Sector_Write_to_NAND "
    "-v 242,raw48,Total_Sector_Read_from_Device "
    "-v 248,raw48,PCT_Drive_Life_Remaining "
    "-v 249,raw48,Spare_Block_Remaining "
},

Attachments (3)

drivedb.h (215.2 KB ) - added by ATPElectronics 4 years ago.
smartctl-ATP-SATAIII_aMLC_M.2_SSD.txt (9.6 KB ) - added by ATPElectronics 4 years ago.
smartctl-ATP-SATAIII_aMLC_M.2_SSD.patch (1.6 KB ) - added by ATPElectronics 4 years ago.

Download all attachments as: .zip

Change History (12)

by ATPElectronics, 4 years ago

Attachment: drivedb.h added

comment:1 by Christian Franke, 4 years ago

Description: modified (diff)

comment:2 by Christian Franke, 4 years ago

Keywords: ssd added
Milestone: undecided
Type: defectpatch

Issues:

  • Please always provide a sample smartctl -x output of at least one affected drive. See the FAQ for further info.
  • TESTING IS MANDATORY. The new entry contains syntax errors:
    $ smartctl -B ./drivedb-ticket1366.h -P showall
    ...
    MODEL REGEXP:       ATP I-Temp M.2 2242
    FIRMWARE REGEXP:    .*
    MODEL FAMILY:       ATP SATA III aMLC M.2 2242 Embedded SSD
    ATTRIBUTE OPTIONS:  001 Raw_Read_Error_Count
                        005 Reallocated_Sector_Count
              Error: Attribute name too long ------^
                        009 Power_On_Hours
                        012 Power_Cycle_Count
                        014 Device_Physical_Capacity
              Error: Attribute name too long ------^
    ...
                        242 Total_Sector_Read_from_Device
              Error: Attribute name too long ------^
                        248 PCT_Drive_Life_Remaining
              Error: Attribute name too long ------^
                        249 Spare_Block_Remaining
    ...
    Found 13 syntax error(s) in database.
    ...
    
  • -v options with are already covered by the DEFAULT entry should be commented-out (see various other SSD entries for examples).
  • Provide the new entry as a patch (svn diff or diff -u outputs) instead of a full drivedb.h file.

by ATPElectronics, 4 years ago

by ATPElectronics, 4 years ago

comment:3 by ATPElectronics, 4 years ago

Hi Christian,

Thanks for your feedback, attached please find the full smartmontools report and the patch file for the additional smart information we would like to add into the database. Let me know if the information provided is sufficient, thanks for your help again!

comment:4 by Christian Franke, 4 years ago

Milestone: undecidedunscheduled

Looks better. Note that I will change and/or comment out-entries to unify attribute naming.

PS: The patch is in the reverse direction, but this does not matter in this case.

comment:5 by ATPElectronics, 4 years ago

Hi Christine, thanks for reply! I ran a test today but wasn't able to find the updated information yet. Since one of our customer is waiting to see the updated information, may you kindly share the timeframe when we could expect to see the updated data?

Thanks for your help :)

in reply to:  5 comment:6 by Christian Franke, 4 years ago

I ran a test today but wasn't able to find the updated information yet.

Of course, therefore this ticket is still open.

.. our customer is waiting to see the updated information...

Send your customer a file with the single entry to install it as a local drive database file. See -B option on smartctl man page for the configured default path.

... may you kindly share the timeframe when we could expect to see the updated data?

When it's done :-) We are a very small team maintaining smartmontools in unpaid spare time. Nobody pays for a SLA, so there is none.

comment:7 by Christian Franke, 4 years ago

Milestone: unscheduledRelease 7.2

comment:8 by Christian Franke, 4 years ago

Owner: set to Christian Franke
Status: newaccepted

comment:9 by Christian Franke, 4 years ago

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