Opened 5 years ago

Closed 5 years ago

#1229 closed patch (fixed)

Transcend TS256GMTS430S

Reported by: 5kft Owned by: Christian Franke
Priority: minor Milestone: Release 7.1
Component: drivedb Version:
Keywords: ssd Cc:

Description

I have a Transcend TS256GMTS430S, which is an M.2 2242 SATA SSD. This drive is not yet supported in the smartmontools drive database. I will attach the output of "smartctl -x" to this ticket.

From what I can determine through testing and research, the SMART data for this drive is the same as for other Transcend SSDs (e.g., see ticket #869 - https://www.smartmontools.org/ticket/869). I found some datasheets on the Internet that show that the SMART attributes are consistent across the various Transcend SSDs.

I did locate a Transcend datasheet for the S400 SSD series as well (of which I'm guessing the S430 is a member of) - see http://transcend-info.com/products/images/modelpic/645/TSXGMTS400_V1.9%20DATASHEET.pdf - the SMART attributes are provided on page 13 of this PDF.

Attachments (1)

smartctl-Transcend-TS256GMTS430S.txt (7.7 KB ) - added by 5kft 5 years ago.
smartctl -x output for a Transcend TS256GMTS430S SSD

Download all attachments as: .zip

Change History (5)

by 5kft, 5 years ago

smartctl -x output for a Transcend TS256GMTS430S SSD

comment:1 by 5kft, 5 years ago

This change to drivedb.h appears to properly enable support for this drive:

--- drivedb.h-original  2019-08-15 08:38:17.235602065 -0700
+++ drivedb.h-new   2019-08-15 08:39:00.998043989 -0700
@@ -1767,7 +1767,7 @@
       // tested with TS32GMSA370/20140402, TS16GMSA370/20140516, TS64GSSD370/20140516,
       // TS256GSSD370/N0815B, TS256GSSD370S/N1114H, TS512GSSD370S/N1114H, TS32GSSD420I/N1114H,
       // TS32GSSD420K/P1225CE
-    "TS(16|32|64|128|512|256)GMTS400S?|" // TS256GMTS400
+    "TS(16|32|64|128|512|256)GMTS4(0|3)0S?|" // TS256GMTS400, TS256GMTS430S
     "TS(120|240)GMTS420|" // Transcend MTS420
     "TS(128G|256G|512G|1T)SSD230S|" // TS128GSSD230S/P1025F8
     "TS(120|240|480|960)GSSD220S|" // TS480GSSD220S/P0520AA

comment:2 by Christian Franke, 5 years ago

Keywords: ssd added
Milestone: Release 7.1
Type: defectpatch

This change to drivedb.h appears to properly enable support for this drive:...

Thanks!

comment:3 by Christian Franke, 5 years ago

Owner: set to Christian Franke
Status: newaccepted

comment:4 by Christian Franke, 5 years ago

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