Custom Query (1414 matches)
Results (160 - 162 of 1414)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#169 | fixed | smartctl man page outdated (SMART offline test ranges) | ||
Description |
The man page for smartctl(8) on version 5.40 states the following about vendor,N - [ATA only] issues the ATA command SMART EXECUTE OFF- LINE IMMEDIATE with subcommand N in LBA LOW register. The sub- command is specified as a hex value in the range 0x00 to 0xff. Subcommands 0x40-0x7f and 0x90-0xff are reserved for vendor spe- cific use, see table 61 of T13/1699-D Revision 6a (ATA8-ACS). This information has been deprecated per working draft of ATA-8 ACS, T13/2015-D Revision 3 (dated June 18, 2010), table 152, provides a more accurate portrait of what the current vendor and reserved SMART test ranges are for OFF-LINE IMMEDIATE: 00h = Execute SMART off-line routine immediately in off-line mode 01h = Execute SMART Short self-test routine immediately in off-line mode 02h = Execute SMART Extended self-test routine immediately in off-line mode 03h = Execute SMART Conveyance self-test routine immediately in off-line mode 04h = Execute SMART Selective self-test routine immediately in off-line mode 05h-3Fh = Reserved 40h-7Eh = Vendor specific 7Fh = Abort off-line mode self-test routine 80h = Reserved 81h = Execute SMART Short self-test routine immediately in captive mode 82h = Execute SMART Extended self-test routine immediately in captive mode 83h = Execute SMART Conveyance self-test routine immediately in captive mode 84h = Execute SMART Selective self-test routine immediately in captive mode 85h-8Fh = Reserved 90h-FFh = Vendor specific
Let me know and I can come up with a patch for |
|||
#170 | fixed | Support for Intel 510 Series SSDs | ||
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? |
|||
#171 | fixed | Kingston SSDNow V Series SSD attributes | ||
Description |
Hi, Here is some info on decoding some extra attributes reported by some SSD drives. Attribute 234 (0xEA): Average erase count, max erase count. Decoded as: byte 0-1-2 = average erase count (big endian) byte 3-4-5 = max erase count (big endian) Attribute 235 (0xEB): Good block count, system(free) block count decoded as: byte 0-1-2 = good block count (big endian) byte 3-4 = system(free) block count. |