Custom Query (1438 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (250 - 252 of 1438)

Ticket Resolution Summary Owner Reporter
#783 fixed Micron 1100 SATA SSD Christian Franke Andrew
#784 fixed WD MyBook 4TB: WDC WD40EZRZ-00WN9B0 Christian Franke Jake
Description

-d sat works fine, but mustn't be registered in the drives db.

Self-test attached.

#785 fixed New WDC Red Pro drives: WDC WD6002FFWX Christian Franke Kai Harrekilde-Petersen
Description

I found that my new 6TB WDC Red Pro drive wasn't recognized by drivedb.h so I created a patch so all Red Pro's can be detected. I extracted model names from https://www.wdc.com/content/dam/wdc/website/downloadable_assets/eng/spec_data_sheet/2879-800022.pdf

--- drivedb.h.old  2016-10-23 17:17:15.000000000 +0200
+++ drivedb.h   2017-01-01 14:06:13.042894951 +0100
@@ -3406,7 +3406,11 @@
     "-v 22,raw48,Helium_Level" // WD80EFZX
   },
   { "Western Digital Red Pro", // tested with WDC WD2001FFSX-68JNUN0/81.00A81
-    "WDC WD[234]001FFSX-.*",
+    "WDC WD([234]001|2002)FFSX-.*",
+    "", "", ""
+  },
+  { "Western Digital Red Pro", // tested with WDC WD6002FFWX-68TZ4N0/83.H0A83
+    "WDC WD([568]001|[46]002)FFWX-.*",
     "", "", ""
   },
   { "Western Digital Purple", // tested with WDC WD40PURX-64GVNY0/80.00A80
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.