Changes between Initial Version and Version 1 of Ticket #1870


Ignore:
Timestamp:
Sep 3, 2024, 2:54:12 PM (2 weeks ago)
Author:
Christian Franke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1870 – Description

    initial v1  
    11The Transcend TS32GSSD340K (FW SVN118B) is currently detected as "JMicron based SSDs":
    2 
     2{{{
    33=== START OF INFORMATION SECTION ===
    44Model Family:     JMicron/Maxiotek based SSDs
     
    3131241 Total_LBAs_Written      0x0032   100   100   000    Old_age   Always       -       272859697
    3232242 Total_LBAs_Read         0x0032   100   100   000    Old_age   Always       -       46118640
    33 
     33}}}
    3434When using the Transcend SSD Scope Software (windows) it gives us:
    35 
     35{{{
    3636 [0x09],  Power-On Hour Count,  17
    3737 [0x0C],  Power Cycle Count,  6
     
    4646 [],  Minimum Temperature,  25
    4747 [],  Maximum Temperature,  25
    48 
     48}}}
    4949So for this SSD we could simply add:
    50     "-v 169,raw16(raw16),Bad_Block_Count "
     50    `"-v 169,raw16(raw16),Bad_Block_Count "`
    5151
    5252For 173 it seems that
    53     "-v 173,raw16(raw16),Erase_count "
     53    `"-v 173,raw16(raw16),Erase_count "`
    5454would be more appropriate than
    55    "-v 173,raw16,Erase_Count " // JMF661: different?
     55   `"-v 173,raw16,Erase_Count " // JMF661: different?`
    5656
    5757And for 175
    58     "-v 175,raw48,ECC_Fail_Count "
     58    `"-v 175,raw48,ECC_Fail_Count "`
    5959instead of
    60     "-v 175,raw48,Bad_Cluster_Table_Count "
     60    `"-v 175,raw48,Bad_Cluster_Table_Count "`
    6161
    6262The question is, if we should make a new entry for all
    63 "TS(32|64|128|256)G(SSD|MSA)[37]40K?" drives or just one
     63`"TS(32|64|128|256)G(SSD|MSA)[37]40K?"` drives or just one
    6464for the TS32GSSD340K or simply add/change the attributes
    6565in the current "JMicron/Maxiotek based SSDs" section?