Changes between Initial Version and Version 1 of Ticket #1870
- Timestamp:
- Sep 3, 2024, 2:54:12 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1870 – Description
initial v1 1 1 The Transcend TS32GSSD340K (FW SVN118B) is currently detected as "JMicron based SSDs": 2 2 {{{ 3 3 === START OF INFORMATION SECTION === 4 4 Model Family: JMicron/Maxiotek based SSDs … … 31 31 241 Total_LBAs_Written 0x0032 100 100 000 Old_age Always - 272859697 32 32 242 Total_LBAs_Read 0x0032 100 100 000 Old_age Always - 46118640 33 33 }}} 34 34 When using the Transcend SSD Scope Software (windows) it gives us: 35 35 {{{ 36 36 [0x09], Power-On Hour Count, 17 37 37 [0x0C], Power Cycle Count, 6 … … 46 46 [], Minimum Temperature, 25 47 47 [], Maximum Temperature, 25 48 48 }}} 49 49 So for this SSD we could simply add: 50 "-v 169,raw16(raw16),Bad_Block_Count "50 `"-v 169,raw16(raw16),Bad_Block_Count "` 51 51 52 52 For 173 it seems that 53 "-v 173,raw16(raw16),Erase_count "53 `"-v 173,raw16(raw16),Erase_count "` 54 54 would be more appropriate than 55 "-v 173,raw16,Erase_Count " // JMF661: different?55 `"-v 173,raw16,Erase_Count " // JMF661: different?` 56 56 57 57 And for 175 58 "-v 175,raw48,ECC_Fail_Count "58 `"-v 175,raw48,ECC_Fail_Count "` 59 59 instead of 60 "-v 175,raw48,Bad_Cluster_Table_Count "60 `"-v 175,raw48,Bad_Cluster_Table_Count "` 61 61 62 62 The 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 one63 `"TS(32|64|128|256)G(SSD|MSA)[37]40K?"` drives or just one 64 64 for the TS32GSSD340K or simply add/change the attributes 65 65 in the current "JMicron/Maxiotek based SSDs" section?