Opened 12 years ago

Closed 12 years ago

Last modified 12 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 12 years ago.
SSDSC2MH120A2.csv (18.8 KB) - added by leres 12 years ago.
.csv from Intel's SSD toolbox windows app
smartctl-x.txt (7.2 KB) - added by leres 12 years ago.
smartctl -x output
smartctl-i-A.txt (1.6 KB) - added by leres 12 years ago.
smartctl -A -i output

Download all attachments as: .zip

Change History (11)

Changed 12 years ago by leres

Attachment: smartctl-a.txt added

comment:1 in reply to:  description Changed 12 years ago by Christian Franke

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 Changed 12 years ago by leres

Please see the following attachments.

Changed 12 years ago by leres

Attachment: SSDSC2MH120A2.csv added

.csv from Intel's SSD toolbox windows app

Changed 12 years ago by leres

Attachment: smartctl-x.txt added

smartctl -x output

comment:3 Changed 12 years ago by Christian Franke

Milestone: Release 5.41

comment:4 Changed 12 years ago by Christian Franke

Resolution: fixed
Status: acceptedclosed

comment:5 Changed 12 years ago by Christian Franke

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

comment:6 Changed 12 years ago by leres

Please see the newest attachment.

Changed 12 years ago by leres

Attachment: smartctl-i-A.txt added

smartctl -A -i output

comment:7 Changed 12 years ago by Christian Franke

Looks as expected - Thanks.

Note: See TracTickets for help on using tickets.