Opened 9 years ago
Closed 9 years ago
#776 closed defect (invalid)
Self-test log differences between "-a" and "-x" options
| Reported by: | Sam | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | smartctl | Version: | 6.5 |
| Keywords: | Cc: |
Description
Hi,
My SSD provide a different self-test log output when using "-x" option instead "-a": with "-a" smartctl said that device doesn't support this feature, instead with "-x" the self-test log appear, but with several running tests and mixed lifetime hours.
Attached you can find the two outputs (generated also with -r ataioctl,2 option) of device.
Let me know if more data is needed.
Greetings,
Sam
Attachments (2)
Change History (3)
by , 9 years ago
| Attachment: | dev_sda-a_ataioctl.txt added |
|---|
by , 9 years ago
| Attachment: | dev_sda-x_ataioctl.txt added |
|---|
comment:1 by , 9 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

The output is as expected: According to Log Directory, this device does not support the old SMART Self-test log (address 0x06,
-l selftest). It only supports the newer Extended Self-test log (address 0x07,-l xselftest).The Extended Self-test log is included in
-xoutput, but not in legacy-aoutput. See smartctl man page for details.The bogus info in the log is likely a harmless SSD firmware problem.