Custom Query (1560 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (418 - 420 of 1560)

Ticket Resolution Summary Owner Reporter
#892 fixed Please add HGST HUS722T2TALA604 (Ultrastar 7K2) to the Database Dmitry Nosachev
#893 fixed Please add support for Corsair Voyager GTX (partial patch included) Cmdr_Zod
Description

The USB Flash drive Corsair Voyager GTX is missing in the database. Following patch against revision 4487 fixes the USB detection (and a typo in the Lacie D2 USB3)

--- drivedb.h.4487      2017-09-25 09:41:00.000000000 +0200
+++ drivedb.h   2017-09-25 12:51:20.772967612 +0200
@@ -4112,7 +4112,7 @@
     "",
     "-d usbjmicron,x"
   },
-  { "USB: LaCie D2 USB2; LucidPort USB300 ",
+  { "USB: LaCie D2 USB3; LucidPort USB300 ",
     "0x059f:0x103d",
     "",
     "",
@@ -4895,6 +4895,13 @@
     "",
     "" // unsupported
   },
+  // Corsair
+  { "USB: Voyager GTX; ",
+    "0x1b1c:0x1a0e",
+    "",
+    "",
+    "-d sat"
+  },
   // SunplusIT
   { "USB: ; SunplusIT",
     "0x1bcf:0x0c31",

I attached smartctl output of 'smartctl -q noserial -x /dev/sdX' for the SSD part, I don't feel confident in patching this myself.

#894 fixed Support NVMe self-tests in smartctl Christian Franke Alex Samorukov
Description

NVMe specification 1.3 adds support for a self-test, bootstrap, full wipe of data and virtualization. We should integrate self test functionality with a smartmontools

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