Custom Query (1469 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (346 - 348 of 1469)

Ticket Resolution Summary Owner Reporter
#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
#786 fixed new usb bridges 0x0bc2:0x3322 (0x100) and 0x0bc2:0xab38 (0x100) Christian Franke yingted
Description
$ sudo smartctl /dev/sdc # Seagate Backup Plus 5 TB
smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.8.8-300.fc25.x86_64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sdc: Unknown USB bridge [0x0bc2:0x3322 (0x100)]
Please specify device type with the -d option.

Use smartctl -h to get a usage summary

$ sudo smartctl -d sat /dev/sdc
smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.8.8-300.fc25.x86_64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

ATA device successfully opened

Use 'smartctl -a' (or '-x') to print SMART (and more) information

$ sudo smartctl /dev/sdf # Seagate Backup Plus 8 TB
smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.8.8-300.fc25.x86_64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sdf: Unknown USB bridge [0x0bc2:0xab38 (0x100)]
Please specify device type with the -d option.

Use smartctl -h to get a usage summary

$ sudo smartctl -d sat /dev/sdf
smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.8.8-300.fc25.x86_64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

ATA device successfully opened

Use 'smartctl -a' (or '-x') to print SMART (and more) information

$
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.