Custom Query (1468 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (286 - 288 of 1468)

Ticket Resolution Summary Owner Reporter
#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"
#935 fixed add to drivedb: HGST HDN726040ALE614 Christian Franke Gabriele Pohl
Description

Vedran Miletić reported via database mailing list:

I would like to contribute an entry for the smartctl/smartd database. The drive is HGST HDN726040ALE614 and the datasheet is here: https://www.hgst.com/sites/default/files/resources/DS_NAS_ds.pdf

The requested information is attached.

#936 fixed add to drivedb: SSD Drevo X1 Pro 64 GB Christian Franke Gabriele Pohl
Description

Glauco Chiyaki Sesta reported via database mailing list:

https://www.amazon.it/gp/product/B074GXGV9P/ref=oh_aui_detailpage_o04_s00?ie=UTF8&psc=1

[smartctl-Drevo-X1_Pro_64GB.txt text/plain (10374 bytes)]

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