Custom Query (1560 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (439 - 441 of 1560)

Ticket Resolution Summary Owner Reporter
#923 fixed Please add SanDisk iSSD SDIS6BM 016G to the Database Cmdr_Zod
Description

I found this chip (seems to be an integrated controller & flash-solution) on a generic DOM-style board, markings on the chip itself: SAMSWEET SanDisk iSSD SDIS6BM 016G

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

#926 fixed New USB bridge for Seagate backup plus 4tb Christian Franke Gabriele Pohl
Description

Matt Coates reported via database mailing list:

Just got a device that wasn't in the database. If you need any more info, just let me know. Patch against Trunk is attached.

Drive: Seagate Backup Plus 4TB USB bridge: 0x0bc2:0xab43 (0x1404) Device model: ST4000DM004-2CV104

Seems to work with -d sat

===================================================================
--- smartmontools/ChangeLog	(revision 4550)
+++ smartmontools/ChangeLog	(working copy)
@@ -1,5 +1,10 @@
 $Id$
 
+2017-10-10  Matt Coates <me@mattjackets.com>
+
+	drivedb.h:
+	- Extended Seagate Backup Plus regex to support 4TB USB 3 drive.
+
 2017-10-10  Christian Franke  <franke@computer.org>
 
 	configure.ac, os_darwin.cpp: Align Darwin NVMe device scanning with
Index: smartmontools/drivedb.h
===================================================================
--- smartmontools/drivedb.h	(revision 4550)
+++ smartmontools/drivedb.h	(working copy)
@@ -4554,7 +4554,8 @@
     // 0xab24: Seagate Backup Plus Slim (0x0100) (ticket #443)
     // 0xab25: Seagate Backup Plus for Mac (0x0100)
     // 0xab38: Seagate Backup Plus 8TB (0x0100) (ticket #786)
-    "0x0bc2:0xab(2[01458]|38)",
+    // 0xab43: Seagate Backup Plus 4TB (0x1404)
+    "0x0bc2:0xab(2[01458]|38|43)",
     "",
     "",
     "-d sat"
#927 fixed add to drivedb: ST8000DM004-2CX188 Gabriele Pohl
Description

Alex b reported via database mailing list:

I kindly ask you to support my request about adding new device on drivedb.h.

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