Opened 14 years ago
Closed 14 years ago
#200 closed defect (fixed)
syntax error in trunk/smartmontools/drivedb.h
| Reported by: | mkdesu | Owned by: | Christian Franke |
|---|---|---|---|
| Priority: | major | Milestone: | Release 5.42 |
| Component: | drivedb | Version: | 5.40 |
| Keywords: | Cc: |
Description
The latest drivedb.h (fetched by update-smart-drivedb) has a syntax error:
{ "SMART Xcel-10 2.5 SATA SSD", // based on http://www.smartm.com/files/salesLiterature/storage/xcel10.pdf
"SMART A25FD-(32|64|128)GI32N",
"",
"", // attributes info from http://www.adtron.com/pdf/SMART_Attributes_Xcel-10_810800014_RevB.pdf
"-v 1,raw48,Not_Supported"
"-v 2,raw48,Not_Supported"
"-v 191,raw48,Not_Supported"
"-v 197,raw48,ECC_Error_Count"
"-v 251,raw48,Minimum_Spares_Remaining_Pct" // percentage of the total number of spare blocks available
"-v 252,raw48,Added_Bad_Flash_Block_Count" // number of bad flash blocks
"-v 254,raw48,Total_Erase_Blocks_Count" // number of times the drive has erased any erase block
},
should be
{ "SMART Xcel-10 2.5 SATA SSD", // based on http://www.smartm.com/files/salesLiterature/storage/xcel10.pdf
"SMART A25FD-(32|64|128)GI32N",
"",
"", // attributes info from http://www.adtron.com/pdf/SMART_Attributes_Xcel-10_810800014_RevB.pdf
"-v 1,raw48,Not_Supported "
"-v 2,raw48,Not_Supported "
"-v 191,raw48,Not_Supported "
"-v 197,raw48,ECC_Error_Count "
"-v 251,raw48,Minimum_Spares_Remaining_Pct " // percentage of the total number of spare blocks available
"-v 252,raw48,Added_Bad_Flash_Block_Count " // number of bad flash blocks
"-v 254,raw48,Total_Erase_Blocks_Count" // number of times the drive has erased any erase block
},
(note the spaces).
Change History (2)
comment:1 by , 14 years ago
| Milestone: | → Release 5.42 |
|---|---|
| Owner: | changed from to |
| Status: | new → accepted |
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

r3433.