Custom Query (1434 matches)
Results (301 - 303 of 1434)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#802 | fixed | DB entry for SMART Modular Technologies mSATA XL+ SLC SSDs (SH9MST6D16GJSI01) | ||
Description |
Attached a patch for supporting this family of drives and a full smartmontools report for model SH9MST6D16GJSI01. Note that even though I see entries for other models by "Smart Storage Systems" in the DB, I went with "SMART Modular Technologies" for the vendor name because this appears to be the current name they use on their own website. Please let me know if I can provide any further information to assist with adding support for this drive. Thanks. |
|||
#1177 | fixed | DB entry for Swissbit X-600m Series Industrial mSATA SSD (SFSA016GU1AA2TO-I-DB-216-STD) | ||
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. |
|||
#846 | fixed | DB entry for WDC Sata products | ||
Description |
Attached a patch for supporting WDC sata drives. Please let me know if I can provide any further information for adding support for these drives. |