Opened 6 years ago

Closed 6 years ago

#882 closed enhancement (fixed)

Please add ST2000LM015-2E8174 to the Database

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

Description

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

Attachments (1)

smartctl-Seagate-ST2000LM015-2E8174.txt (12.2 KB ) - added by Cmdr_Zod 6 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Alex Samorukov, 6 years ago

Milestone: Release 6.6
Resolution: fixed
Status: newclosed

fixed in r4444.

comment:2 by Cmdr_Zod, 6 years ago

Resolution: fixed
Status: closedreopened

That did not catch it, shouldn't there be some wildcard at the end?
The following patch fixed the problem for me, but I can't tell if it breaks things for other drives:
Maybe the "-" in front of ".*" causes problem and should be omitted, I can't tell for sure if there are drives without a dash and characters at the end of the name.

--- drivedb.h.4487      2017-09-25 09:41:00.000000000 +0200
+++ drivedb.h   2017-09-25 17:24:30.040982945 +0200
@@ -3233,7 +3233,7 @@
     "", "", ""
   },
   { "Seagate Barracuda 2.5 5400", // ST2000LM015-2E8174/SDM1
-    "ST(100|500|2000)LM0(15|48|30)",
+   "ST(100|500|2000)LM0(15|48|30)-.*",
     "", "", ""
   },
   { "Seagate Barracuda ES.2", // fixed firmware

Last edited 6 years ago by Cmdr_Zod (previous) (diff)

comment:3 by Christian Franke, 6 years ago

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