Opened 7 years ago

Closed 7 years ago

#885 closed enhancement (fixed)

Please add Hitachi HDS724040ALE640 to the Database

Reported by: Cmdr_Zod Owned by:
Priority: minor Milestone: Release 6.6
Component: drivedb Version: 6.5
Keywords: drivedb Cc:

Description

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

Attachments (1)

smartctl-Hitachi-HDS724040ALE640.txt (10.6 KB ) - added by Cmdr_Zod 7 years ago.

Download all attachments as: .zip

Change History (4)

by Cmdr_Zod, 7 years ago

comment:1 by Alex Samorukov, 7 years ago

Keywords: drivedb added
Milestone: Release 6.6
Resolution: fixed
Status: newclosed

Thank you, fixed in r4441.

comment:2 by Cmdr_Zod, 7 years ago

Resolution: fixed
Status: closedreopened

Unfortunately, it still doesn't get recognized.
I suggest the following patch to catch both the Hitachi and HGST-names:

--- drivedb.h.4487      2017-09-25 09:41:00.000000000 +0200
+++ drivedb.h   2017-09-25 17:32:57.568675282 +0200
@@ -2655,7 +2655,7 @@
     "", "", ""
   },
   { "Hitachi/HGST Deskstar 7K4000", // tested with Hitachi HDS724040ALE640/MJAOA250
-    "(Hitachi )?HDS724040ALE640",
+    "(Hitachi|HGST) HDS724040ALE640",
     "", "", ""
   },
   { "HGST Deskstar NAS", // tested with HGST HDN724040ALE640/MJAOA5E0,

comment:3 by Christian Franke, 7 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.