#874 closed patch (fixed)
SK hynix SC210, SC300, SC308, SC313 HFS256G32TNF-N3A0A
Reported by: | Brij Kishore Rai | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Release 6.6 |
Component: | drivedb | Version: | 6.5 |
Keywords: | Cc: |
Description
Hello Smartctl Drive Database Team,
I found that my companies SSD drive (Project Name: SC313) has some attribute with different definition then default so I created a new entry for them. Please find attached my modified drivedb.h and output file.
Please update the current database.
Thanks,
Brij
Attachments (9)
Change History (22)
by , 7 years ago
Attachment: | smartctl-SK hynix SC313 HFS256G32TNF-N3A0A.txt added |
---|
comment:1 by , 7 years ago
Component: | all → drivedb |
---|---|
Keywords: | SK hynix removed |
Milestone: | → Release 6.6 |
Type: | defect → enhancement |
comment:2 by , 7 years ago
comment:3 by , 7 years ago
comment:6 by , 7 years ago
comment:7 by , 7 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Hi Chris,
I re-opened the ticket and also provided suggested patch. Please help getting this fixed.
Thanks,
Brij
comment:8 by , 7 years ago
Thank you for the feedback.
(.*SK hynix SC.*|" ".*SKhynix SC.*)",
Could be replaces with
.*SK ?hynix SC.*
But what really makes me unhappy is that if your company will ever release disk with a different SMART but same model name - it will fail. So let me check why original patch was not working.
comment:10 by , 7 years ago
Hi Chris,
Patch r4490 didn't worked on SC313 drive due to the missing space as 3rd character (space) in the model number. and also it creates a partial match with drives model number.
instead of
"SKhynix SC(300|313)"
it needs to be
"SK hynix SC(300|313).*"
and also can be merged with another string
"SK hynix SC(210|308)|"
as
"SK ?hynix SC(210|300|308|313).*"
and may another concern was all the attribute wherein SK hynix drive differs where not included int r4490 patch.
So, I update my working code based on your suggestion and what I found missing.
Let me know your thought.
Regards,
Brij
comment:11 by , 7 years ago
Summary: | SK hynix SC313 HFS256G32TNF-N3A0A → SK hynix SC210, SC300, SC308, SC313 HFS256G32TNF-N3A0A |
---|---|
Type: | enhancement → patch |
Updated Database file