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)
Change History (4)
by , 7 years ago
Attachment: | smartctl-Hitachi-HDS724040ALE640.txt added |
---|
comment:1 by , 7 years ago
Keywords: | drivedb added |
---|---|
Milestone: | → Release 6.6 |
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 7 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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,
Note:
See TracTickets
for help on using tickets.
Thank you, fixed in r4441.