Opened 5 years ago

Closed 5 years ago

#1177 closed patch (fixed)

DB entry for Swissbit X-600m Series Industrial mSATA SSD (SFSA016GU1AA2TO-I-DB-216-STD)

Reported by: blkeller Owned by: Christian Franke
Priority: minor Milestone: Release 7.1
Component: drivedb Version: 7.0
Keywords: ssd Cc:

Description

Attached is a patch for supporting this family of drives and a full smartmontools report for model SFSA016GU1AA2TO-I-DB-216-STD.

One noteworthy thing about this drive is that it splits the reporting of some values between two SMART attributes. For example, "Total LBAs Read" is split between attributes 242 and 244, with the lower 7 bytes of the total number of LBAs stored in 242, and the upper 5 bytes of this value stored in 244.

I didn't see any obvious way to tell smartctl to report two attributes as one value (like raw96(244) maybe??). I also couldn't find any precedent for handling split values like this in any existing drivedb entries. Given that, I decided it was probably best to format those attributes as hex so that a user, if interested, could easily concatenate the attribute values and get the actual reported value by converting that concatenation to decimal manually.

Please let me know if I can provide any further information to assist with adding support for this drive. Thanks.

Attachments (3)

smartctl-WDC-WD121KRYZ-01W0RB0.txt (11.0 KB ) - added by blkeller 5 years ago.
ignore this attachment -- wrong drive -- sorry
smartctl-Swissbit-SFSA016GU1AA2TO-I-DB-216-STD.txt (7.5 KB ) - added by blkeller 5 years ago.
Output of "smartctl -q noserial -x"
drivedb-Swissbit_X-600m_Series.patch (2.0 KB ) - added by blkeller 5 years ago.
Patch to add drive family to drivedb.h

Download all attachments as: .zip

Change History (6)

by blkeller, 5 years ago

ignore this attachment -- wrong drive -- sorry

by blkeller, 5 years ago

Output of "smartctl -q noserial -x"

by blkeller, 5 years ago

Patch to add drive family to drivedb.h

comment:1 by Christian Franke, 5 years ago

Keywords: ssd added
Milestone: Release 7.1

comment:2 by Christian Franke, 5 years ago

Owner: set to Christian Franke
Status: newaccepted

comment:3 by Christian Franke, 5 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.