Custom Query (1359 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 1359)

Ticket Resolution Summary Owner Reporter
#887 fixed Please add Toshiba MK1032GSX to the Database Cmdr_Zod
Description

Please find attached the output of smartctl -q noserial -x /dev/sdX

#888 fixed Please add Western Digital WD3200BEVS-08VAT2 to the Database Christian Franke Cmdr_Zod
Description

Please find attached the output of smartctl -q noserial -x /dev/sdX

#889 fixed Patch for syntax error in drivedb.h revision 4474 Alex Samorukov Cmdr_Zod
Description

Just wanted to try out the newest revision of the drivedb.h and failed with a syntax error on line 3168: /var/lib/smartmontools/drivedb/drivedb.h(3168): Syntax error, ',' expected

This patch should fix the bug:

--- drivedb.h.4474      2017-09-23 15:40:30.000000000 +0200
+++ drivedb.h.fixed     2017-09-24 01:52:55.064034496 +0200
@@ -3162,7 +3162,7 @@
   // should be ST4000DM005, ST3000DM008,ST3000DM009,ST2000DM006,ST2000DM007
   // ST1000DM010, ST500DM009
   { "Seagate Barracuda 3.5", // tested on ST1000DM010-2EP102/Z9ACZM97
-    "ST(4000DM005|3000DM008|3000DM009|2000DM006|2000DM007)-"
+    "ST(4000DM005|3000DM008|3000DM009|2000DM006|2000DM007)-",
     "", "",
     "-v 188,raw16 -v 240,msec24hour32"
   },
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.