Changes between Initial Version and Version 1 of Ticket #618
- Timestamp:
- Nov 1, 2015, 6:39:50 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #618
- Property Milestone → Release 6.5
- Property Priority major → minor
- Property Summary Attribute for SSD → Add Crucial_CT960M500SSD1 to database
-
Ticket #618 – Description
initial v1 1 1 Hi, 2 2 I've a disk that is not in the smart database: 3 {{{ 3 4 Device Model: Crucial_CT960M500SSD1 4 5 Serial Number: 14010960553B … … 10 11 Form Factor: 2.5 inches 11 12 Device is: Not in smartctl database [for details use: -P showall] 12 13 }}} 13 14 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. 14 15 Here is the current report of smartctl (with smartmontools 6.3+svn4002 as in the Debian package): 16 {{{ 15 17 Vendor Specific SMART Attributes with Thresholds: 16 18 ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE … … 38 40 247 Unknown_Attribute 0x0032 100 100 --- Old_age Always - 696996831 39 41 248 Unknown_Attribute 0x0032 100 100 --- Old_age Always - 3912597374 40 42 }}} 41 43 The 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]: 43 45 [...] 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 }}} 46 50 [...] 47 51