Changes between Initial Version and Version 1 of Ticket #618


Ignore:
Timestamp:
Nov 1, 2015, 6:39:50 PM (9 years ago)
Author:
Christian Franke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #618

    • Property MilestoneRelease 6.5
    • Property Priority majorminor
    • Property Summary Attribute for SSDAdd Crucial_CT960M500SSD1 to database
  • Ticket #618 – Description

    initial v1  
    11  Hi,
    22  I've a disk that is not in the smart database:
     3{{{
    34Device Model:     Crucial_CT960M500SSD1
    45Serial Number:    14010960553B
     
    1011Form Factor:      2.5 inches
    1112Device is:        Not in smartctl database [for details use: -P showall]
    12 
     13}}}
    1314  Looking for information, I found #326 and referenced commits 3925 and 3926 that suggests me that I should be just needed to add the reference of my disk in smartctl database, hence this bug report.
    1415  Here is the current report of smartctl (with smartmontools 6.3+svn4002 as in the Debian package):
     16{{{
    1517Vendor Specific SMART Attributes with Thresholds:
    1618ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
     
    3840247 Unknown_Attribute       0x0032   100   100   ---    Old_age   Always       -       696996831
    3941248 Unknown_Attribute       0x0032   100   100   ---    Old_age   Always       -       3912597374
    40 
     42}}}
    4143The current drivedb.h does not seem to list my disk for now (I did not compile and test the last svn commit, I just looked at the sources) :
    42 https://www.smartmontools.org/browser/trunk/smartmontools/drivedb.h:
     44[source:trunk/smartmontools/drivedb.h]:
    4345[...]
    44     "Crucial_CT(120|240|480)M500SSD[13]", \/\/ Marvell 88SS9187 BLD2, tested with Crucial_CT120M500SSD3/MU02,
    45     \/\/ Crucial_CT120M500SSD1/MU02, Crucial_CT240M500SSD1/MU03, Crucial_CT480M500SSD1/MU03
     46{{{
     47    "Crucial_CT(120|240|480)M500SSD[13]", // Marvell 88SS9187 BLD2, tested with Crucial_CT120M500SSD3/MU02,
     48    // Crucial_CT120M500SSD1/MU02, Crucial_CT240M500SSD1/MU03, Crucial_CT480M500SSD1/MU03
     49}}}
    4650[...]
    4751