Opened 6 years ago
Last modified 4 years ago
#1191 new patch
Add Support for Advantech-SQF-S25M4-128G-S9E
Reported by: | Brian Ober | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | unscheduled |
Component: | drivedb | Version: | |
Keywords: | ssd | Cc: |
Description
Add support for the 630 (current version nearing EOL), 830, 910, 640 (next-gen version) Series Advantech hard disks.
Attached are vendor SMART specifications, the output of smartctrl on a 630-series drive and a drivedb that I have been using in our system.
Attachments (4)
Change History (7)
by , 6 years ago
Attachment: | smartctl-Advantech-SQF-S25M4-128G-S9E.txt added |
---|
by , 6 years ago
Attachment: | SQFlash SMART ID Definition(630)_20170620.pdf added |
---|
630 Series Specification
by , 6 years ago
Attachment: | SQFlash SMART ID Definition(830 910 640)_20170620.pdf added |
---|
Next Gen Specification
comment:1 by , 6 years ago
Milestone: | → undecided |
---|---|
Type: | enhancement → patch |
Thanks.
For future submissions, please don't post the full drivedb.h file. Provide a patch (output of svn diff
or diff -u
) or a local drivedb.h file (see -B
option on smartctl man page).
Issues:
- None of the new entries match the
Device model
string from the sample output:$ smartctl -B ./drivedb.h -P showall 'SQF-S25M4-128G-S9E' No presets are defined for this drive. Its identity strings: MODEL: SQF-S25M4-128G-S9E FIRMWARE: (any) do not match any of the known regular expressions.
- The second new entry contains a syntax error:
$ smartctl -B ./drivedb.h -P showall ... 175 Power_Failure_Protection Error: Attribute name too long ------^ ... Found 1 syntax error(s) in database.
- Conclusion: PLEASE TEST an entry before submission.
- The
128GB
in the model family names do not make sense as the entries cover more capacities. - The attribute sets are identical except the extra attribute 175. Please merge both entries into one.
- If possible, please also provide sample outputs for the other series.
-v
options with are already covered by the DEFAULT entry should be commented-out (see various other SSD entries for examples).- Excess long lines should be avoided.
comment:2 by , 6 years ago
Keywords: | ssd added |
---|
Note:
See TracTickets
for help on using tickets.
smartctl output