Opened 7 years ago
Closed 7 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)
Change History (4)
by , 7 years ago
Attachment: | smartctl-Seagate-ST2000LM015-2E8174.txt added |
---|
comment:1 by , 7 years ago
Milestone: | → Release 6.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 7 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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.
--- 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
Version 0, edited 7 years ago by (next)
Note:
See TracTickets
for help on using tickets.
fixed in r4444.