Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

smartctl-a.txt (3.1 KB ) - added by leres 13 years ago.
SSDSC2MH120A2.csv (18.8 KB ) - added by leres 13 years ago.
.csv from Intel's SSD toolbox windows app
smartctl-x.txt (7.2 KB ) - added by leres 13 years ago.
smartctl -x output
smartctl-i-A.txt (1.6 KB ) - added by leres 13 years ago.
smartctl -A -i output

Download all attachments as: .zip

Change History (11)

by leres, 13 years ago

Attachment: smartctl-a.txt added

in reply to:  description comment:1 by Christian Franke, 13 years ago

Component: alldrivedb
Owner: changed from somebody to Christian Franke
Priority: majorminor
Status: newaccepted

May 3 17:35:27 tim.ee.lbl.gov kernel: ad8: FAILURE - SMART status=51<READY,DSC,ERROR> error=4<ABORTED> LBA=12734209

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.

I've run the intel ssd toolbox under windows and it finds no issues with the drive.

Please provide the attribute names listed by the Intel tool and an output of "smartctl -x".

comment:2 by leres, 13 years ago

Please see the following attachments.

by leres, 13 years ago

Attachment: SSDSC2MH120A2.csv added

.csv from Intel's SSD toolbox windows app

by leres, 13 years ago

Attachment: smartctl-x.txt added

smartctl -x output

comment:3 by Christian Franke, 13 years ago

Milestone: Release 5.41

comment:4 by Christian Franke, 13 years ago

Resolution: fixed
Status: acceptedclosed

comment:5 by Christian Franke, 13 years ago

Please run "/usr/sbin/update-smart-drivedb" and retry. Attach "smartctl -i -A" output if possible.

comment:6 by leres, 13 years ago

Please see the newest attachment.

by leres, 13 years ago

Attachment: smartctl-i-A.txt added

smartctl -A -i output

comment:7 by Christian Franke, 13 years ago

Looks as expected - Thanks.

Note: See TracTickets for help on using tickets.