#170 closed enhancement (fixed)
Support for Intel 510 Series SSDs
| Reported by: | leres | Owned by: | Christian Franke |
|---|---|---|---|
| Priority: | minor | Milestone: | Release 5.41 |
| Component: | drivedb | Version: | 5.40 |
| Keywords: | Cc: |
Description
I have a 120GB Intel SSDSC2MH120A2 that is not in drivedb.h. Also, when I run smartctl -a on this drive, my FreeBSD 8.2-RELEASE kernel logs an error:
May 3 17:35:27 tim.ee.lbl.gov kernel: ad8: FAILURE - SMART status=51<READY,DSC,ERROR> error=4<ABORTED> LBA=12734209
It's always the same LBA. smartctl -a also displays other errors, e.g.:
Error SMART Error Log Read failed: Input/output error Smartctl: SMART Error Log Read Failed
I've run the intel ssd toolbox under windows and it finds no issues with the drive.
How can I learn more about these errors?
How can I create a drivedb.h entry for this drive?
Attachments (4)
Change History (11)
by , 15 years ago
| Attachment: | smartctl-a.txt added |
|---|
comment:1 by , 15 years ago
| Component: | all → drivedb |
|---|---|
| Owner: | changed from to |
| Priority: | major → minor |
| Status: | new → accepted |
comment:3 by , 15 years ago
| Milestone: | → Release 5.41 |
|---|
comment:5 by , 15 years ago
Please run "/usr/sbin/update-smart-drivedb" and retry. Attach "smartctl -i -A" output if possible.
Note:
See TracTickets
for help on using tickets.

This is likely because this drive does not longer support the old logs. See ticket #89 for further info.
The LBA (12734209=0xc2f401) is fixed and meaningless because all SMART commands require fixed values 0xc2 and 0xf4 in LBA registers.
Please provide the attribute names listed by the Intel tool and an output of "
smartctl -x".