**Is your feature request related to a problem? Please describe.**
It would be …really useful to also see the test and error logs that SMART also reports. This could also help with https://github.com/AnalogJ/scrutiny/issues/757 where it is possible that the drive had an error that is not registered in any of the metrics.
The logs that I'm talking about:
Error log:
<img width="1403" height="915" alt="Image" src="https://github.com/user-attachments/assets/55be6f68-adbc-42f8-bc14-76951853484a" />
Test log:
<img width="1344" height="621" alt="Image" src="https://github.com/user-attachments/assets/c8133b23-87e6-4ac4-9091-8977d0d0a9ab" />
These can be found in the:
- `ata_smart_error_log`
- `ata_smart_self_test_log`
**Describe the solution you'd like**
I would like to see the list of historical errors as well as the list of historical results of the self tests that SMART does. Just a list/table would be enough to give me more context about the historical state of the disk.
**Additional context**
<details>
<summary>JSON file of the screenshots' drive</summary>
```json
{
"json_format_version": [
1,
0
],
"smartctl": {
"version": [
7,
3
],
"svn_revision": "5338",
"platform_info": "x86_64-linux-6.8.12-13-pve",
"build_info": "(local build)",
"argv": [
"smartctl",
"--xall",
"--json",
"--device",
"sat",
"/dev/sdaa"
],
"drive_database_version": {
"string": "7.3/5319"
},
"exit_status": 64
},
"local_time": {
"time_t": 1757665608,
"asctime": "Fri Sep 12 10:26:48 2025 CEST"
},
"device": {
"name": "/dev/sdaa",
"info_name": "/dev/sdaa [SAT]",
"type": "sat",
"protocol": "ATA"
},
"model_family": "Seagate Constellation CS",
"model_name": "ST2000NC001-1DY164",
"serial_number": "Z1E4P199",
"wwn": {
"naa": 5,
"oui": 3152,
"id": 1674060906
},
"firmware_version": "CN02",
"user_capacity": {
"blocks": 3907029168,
"bytes": 2000398934016
},
"logical_block_size": 512,
"physical_block_size": 4096,
"rotation_rate": 7200,
"form_factor": {
"ata_value": 2,
"name": "3.5 inches"
},
"trim": {
"supported": false
},
"in_smartctl_database": true,
"ata_version": {
"string": "ATA8-ACS T13/1699-D revision 4",
"major_value": 496,
"minor_value": 41
},
"sata_version": {
"string": "SATA 3.0",
"value": 32
},
"interface_speed": {
"max": {
"sata_value": 14,
"string": "6.0 Gb/s",
"units_per_second": 60,
"bits_per_unit": 100000000
},
"current": {
"sata_value": 3,
"string": "6.0 Gb/s",
"units_per_second": 60,
"bits_per_unit": 100000000
}
},
"smart_support": {
"available": true,
"enabled": true
},
"read_lookahead": {
"enabled": true
},
"write_cache": {
"enabled": true
},
"ata_security": {
"state": 33,
"string": "Disabled, NOT FROZEN [SEC1]",
"enabled": false,
"frozen": false
},
"smart_status": {
"passed": true
},
"ata_smart_data": {
"offline_data_collection": {
"status": {
"value": 130,
"string": "was completed without error",
"passed": true
},
"completion_seconds": 584
},
"self_test": {
"status": {
"value": 0,
"string": "completed without error",
"passed": true
},
"polling_minutes": {
"short": 1,
"extended": 222,
"conveyance": 2
}
},
"capabilities": {
"values": [
123,
3
],
"exec_offline_immediate_supported": true,
"offline_is_aborted_upon_new_cmd": false,
"offline_surface_scan_supported": true,
"self_tests_supported": true,
"conveyance_self_test_supported": true,
"selective_self_test_supported": true,
"attribute_autosave_enabled": true,
"error_logging_supported": true,
"gp_logging_supported": true
}
},
"ata_sct_capabilities": {
"value": 4285,
"error_recovery_control_supported": true,
"feature_control_supported": true,
"data_table_supported": true
},
"ata_smart_attributes": {
"revision": 10,
"table": [
{
"id": 1,
"name": "Raw_Read_Error_Rate",
"value": 72,
"worst": 62,
"thresh": 44,
"when_failed": "",
"flags": {
"value": 15,
"string": "POSR-- ",
"prefailure": true,
"updated_online": true,
"performance": true,
"error_rate": true,
"event_count": false,
"auto_keep": false
},
"raw": {
"value": 56909713,
"string": "56909713"
}
},
{
"id": 3,
"name": "Spin_Up_Time",
"value": 95,
"worst": 95,
"thresh": 0,
"when_failed": "",
"flags": {
"value": 3,
"string": "PO---- ",
"prefailure": true,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": false,
"auto_keep": false
},
"raw": {
"value": 0,
"string": "0"
}
},
{
"id": 4,
"name": "Start_Stop_Count",
"value": 100,
"worst": 100,
"thresh": 20,
"when_failed": "",
"flags": {
"value": 50,
"string": "-O--CK ",
"prefailure": false,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": true,
"auto_keep": true
},
"raw": {
"value": 143,
"string": "143"
}
},
{
"id": 5,
"name": "Reallocated_Sector_Ct",
"value": 100,
"worst": 100,
"thresh": 10,
"when_failed": "",
"flags": {
"value": 51,
"string": "PO--CK ",
"prefailure": true,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": true,
"auto_keep": true
},
"raw": {
"value": 392,
"string": "392"
}
},
{
"id": 7,
"name": "Seek_Error_Rate",
"value": 81,
"worst": 60,
"thresh": 30,
"when_failed": "",
"flags": {
"value": 15,
"string": "POSR-- ",
"prefailure": true,
"updated_online": true,
"performance": true,
"error_rate": true,
"event_count": false,
"auto_keep": false
},
"raw": {
"value": 26618815240,
"string": "26618815240"
}
},
{
"id": 9,
"name": "Power_On_Hours",
"value": 19,
"worst": 19,
"thresh": 0,
"when_failed": "",
"flags": {
"value": 50,
"string": "-O--CK ",
"prefailure": false,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": true,
"auto_keep": true
},
"raw": {
"value": 70979,
"string": "70979"
}
},
{
"id": 10,
"name": "Spin_Retry_Count",
"value": 100,
"worst": 100,
"thresh": 97,
"when_failed": "",
"flags": {
"value": 19,
"string": "PO--C- ",
"prefailure": true,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": true,
"auto_keep": false
},
"raw": {
"value": 0,
"string": "0"
}
},
{
"id": 12,
"name": "Power_Cycle_Count",
"value": 100,
"worst": 100,
"thresh": 20,
"when_failed": "",
"flags": {
"value": 50,
"string": "-O--CK ",
"prefailure": false,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": true,
"auto_keep": true
},
"raw": {
"value": 143,
"string": "143"
}
},
{
"id": 184,
"name": "End-to-End_Error",
"value": 100,
"worst": 100,
"thresh": 99,
"when_failed": "",
"flags": {
"value": 50,
"string": "-O--CK ",
"prefailure": false,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": true,
"auto_keep": true
},
"raw": {
"value": 0,
"string": "0"
}
},
{
"id": 187,
"name": "Reported_Uncorrect",
"value": 99,
"worst": 99,
"thresh": 0,
"when_failed": "",
"flags": {
"value": 50,
"string": "-O--CK ",
"prefailure": false,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": true,
"auto_keep": true
},
"raw": {
"value": 1,
"string": "1"
}
},
{
"id": 188,
"name": "Command_Timeout",
"value": 100,
"worst": 100,
"thresh": 0,
"when_failed": "",
"flags": {
"value": 50,
"string": "-O--CK ",
"prefailure": false,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": true,
"auto_keep": true
},
"raw": {
"value": 0,
"string": "0"
}
},
{
"id": 189,
"name": "High_Fly_Writes",
"value": 38,
"worst": 38,
"thresh": 0,
"when_failed": "",
"flags": {
"value": 58,
"string": "-O-RCK ",
"prefailure": false,
"updated_online": true,
"performance": false,
"error_rate": true,
"event_count": true,
"auto_keep": true
},
"raw": {
"value": 62,
"string": "62"
}
},
{
"id": 190,
"name": "Airflow_Temperature_Cel",
"value": 63,
"worst": 48,
"thresh": 45,
"when_failed": "",
"flags": {
"value": 34,
"string": "-O---K ",
"prefailure": false,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": false,
"auto_keep": true
},
"raw": {
"value": 673447973,
"string": "37 (Min/Max 36/40)"
}
},
{
"id": 191,
"name": "G-Sense_Error_Rate",
"value": 100,
"worst": 100,
"thresh": 0,
"when_failed": "",
"flags": {
"value": 50,
"string": "-O--CK ",
"prefailure": false,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": true,
"auto_keep": true
},
"raw": {
"value": 0,
"string": "0"
}
},
{
"id": 192,
"name": "Power-Off_Retract_Count",
"value": 100,
"worst": 100,
"thresh": 0,
"when_failed": "",
"flags": {
"value": 50,
"string": "-O--CK ",
"prefailure": false,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": true,
"auto_keep": true
},
"raw": {
"value": 143,
"string": "143"
}
},
{
"id": 193,
"name": "Load_Cycle_Count",
"value": 100,
"worst": 100,
"thresh": 0,
"when_failed": "",
"flags": {
"value": 50,
"string": "-O--CK ",
"prefailure": false,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": true,
"auto_keep": true
},
"raw": {
"value": 143,
"string": "143"
}
},
{
"id": 194,
"name": "Temperature_Celsius",
"value": 37,
"worst": 52,
"thresh": 0,
"when_failed": "",
"flags": {
"value": 34,
"string": "-O---K ",
"prefailure": false,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": false,
"auto_keep": true
},
"raw": {
"value": 60129542181,
"string": "37 (0 14 0 0 0)"
}
},
{
"id": 197,
"name": "Current_Pending_Sector",
"value": 92,
"worst": 91,
"thresh": 0,
"when_failed": "",
"flags": {
"value": 18,
"string": "-O--C- ",
"prefailure": false,
"updated_online": true,
"performance": false,
"error_rate": false,
"event_count": true,
"auto_keep": false
},
"raw": {
"value": 1448,
"string": "1448"
}
},
{
"id": 198,
"name": "Offline_Uncorrectable",
"value": 92,
"worst": 91,
"thresh": 0,
"when_failed": "",
"flags": {
"value": 16,
"string": "----C- ",
"prefailure": false,
"updated_online": false,
"performance": false,
"error_rate": false,
"event_count": true,
"auto_keep": false
},
"raw": {
"value": 1448,
"string": "1448"
}
},
{
"id": 199,
"name": "UDMA_CRC_Error_Count",
"value": 200,
"worst": 200,
"thresh": 0,
"when_failed": "",
"flags": {
"value": 62,
"string": "-OSRCK ",
"prefailure": false,
"updated_online": true,
"performance": true,
"error_rate": true,
"event_count": true,
"auto_keep": true
},
"raw": {
"value": 0,
"string": "0"
}
}
]
},
"power_on_time": {
"hours": 70979
},
"power_cycle_count": 143,
"temperature": {
"current": 37,
"power_cycle_min": 36,
"power_cycle_max": 40,
"lifetime_min": 14,
"lifetime_max": 52,
"op_limit_min": 0,
"op_limit_max": 0,
"limit_min": 0,
"limit_max": 0
},
"ata_log_directory": {
"gp_dir_version": 1,
"smart_dir_version": 1,
"smart_dir_multi_sector": true,
"table": [
{
"address": 0,
"name": "Log Directory",
"read": true,
"write": false,
"gp_sectors": 1,
"smart_sectors": 1
},
{
"address": 1,
"name": "Summary SMART error log",
"read": true,
"write": false,
"smart_sectors": 1
},
{
"address": 2,
"name": "Comprehensive SMART error log",
"read": true,
"write": false,
"smart_sectors": 5
},
{
"address": 3,
"name": "Ext. Comprehensive SMART error log",
"read": true,
"write": false,
"gp_sectors": 5
},
{
"address": 6,
"name": "SMART self-test log",
"read": true,
"write": false,
"smart_sectors": 1
},
{
"address": 7,
"name": "Extended self-test log",
"read": true,
"write": false,
"gp_sectors": 1
},
{
"address": 8,
"name": "Power Conditions log",
"read": true,
"write": false,
"gp_sectors": 2,
"smart_sectors": 2
},
{
"address": 9,
"name": "Selective self-test log",
"read": true,
"write": true,
"smart_sectors": 1
},
{
"address": 16,
"name": "NCQ Command Error log",
"read": true,
"write": false,
"gp_sectors": 1
},
{
"address": 17,
"name": "SATA Phy Event Counters log",
"read": true,
"write": false,
"gp_sectors": 1
},
{
"address": 33,
"name": "Write stream error log",
"read": true,
"write": false,
"gp_sectors": 1
},
{
"address": 34,
"name": "Read stream error log",
"read": true,
"write": false,
"gp_sectors": 1
},
{
"address": 128,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 129,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 130,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 131,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 132,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 133,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 134,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 135,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 136,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 137,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 138,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 139,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 140,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 141,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 142,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 143,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 144,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 145,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 146,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 147,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 148,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 149,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 150,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 151,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 152,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 153,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 154,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 155,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 156,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 157,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 158,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 159,
"name": "Host vendor specific log",
"read": true,
"write": true,
"gp_sectors": 16,
"smart_sectors": 16
},
{
"address": 161,
"name": "Device vendor specific log",
"gp_sectors": 20,
"smart_sectors": 20
},
{
"address": 162,
"name": "Device vendor specific log",
"gp_sectors": 4496
},
{
"address": 168,
"name": "Device vendor specific log",
"gp_sectors": 129,
"smart_sectors": 129
},
{
"address": 169,
"name": "Device vendor specific log",
"gp_sectors": 1,
"smart_sectors": 1
},
{
"address": 171,
"name": "Device vendor specific log",
"gp_sectors": 1
},
{
"address": 176,
"name": "Device vendor specific log",
"gp_sectors": 5176
},
{
"address": 190,
"name": "Device vendor specific log",
"gp_sectors": 65535
},
{
"address": 191,
"name": "Device vendor specific log",
"gp_sectors": 65535
},
{
"address": 193,
"name": "Device vendor specific log",
"gp_sectors": 10,
"smart_sectors": 10
},
{
"address": 196,
"name": "Device vendor specific log",
"gp_sectors": 5,
"smart_sectors": 5
},
{
"address": 224,
"name": "SCT Command/Status",
"read": true,
"write": true,
"gp_sectors": 1,
"smart_sectors": 1
},
{
"address": 225,
"name": "SCT Data Transfer",
"read": true,
"write": true,
"gp_sectors": 1,
"smart_sectors": 1
}
]
},
"ata_smart_error_log": {
"extended": {
"revision": 1,
"sectors": 5,
"count": 2,
"logged_count": 2,
"table": [
{
"error_number": 2,
"log_index": 1,
"lifetime_hours": 5435,
"device_state": {
"value": 4,
"string": "doing SMART Offline or Self-test"
},
"completion_registers": {
"error": 64,
"status": 81,
"count": 0,
"lba": 3231309416,
"device": 0,
"device_control": 0
},
"error_description": "Error: UNC at LBA = 0xc099de68 = 3231309416",
"previous_commands": [
{
"registers": {
"command": 96,
"features": 0,
"count": 40,
"lba": 2873561256,
"device": 64,
"device_control": 0
},
"powerup_milliseconds": 990001090,
"command_name": "READ FPDMA QUEUED"
},
{
"registers": {
"command": 96,
"features": 0,
"count": 88,
"lba": 2873540800,
"device": 64,
"device_control": 0
},
"powerup_milliseconds": 990001090,
"command_name": "READ FPDMA QUEUED"
},
{
"registers": {
"command": 97,
"features": 0,
"count": 8,
"lba": 3163060520,
"device": 64,
"device_control": 0
},
"powerup_milliseconds": 990001070,
"command_name": "WRITE FPDMA QUEUED"
},
{
"registers": {
"command": 97,
"features": 0,
"count": 8,
"lba": 3163060528,
"device": 64,
"device_control": 0
},
"powerup_milliseconds": 990001070,
"command_name": "WRITE FPDMA QUEUED"
},
{
"registers": {
"command": 97,
"features": 0,
"count": 8,
"lba": 3163060536,
"device": 64,
"device_control": 0
},
"powerup_milliseconds": 990001070,
"command_name": "WRITE FPDMA QUEUED"
}
]
},
{
"error_number": 1,
"log_index": 0,
"lifetime_hours": 5435,
"device_state": {
"value": 4,
"string": "doing SMART Offline or Self-test"
},
"completion_registers": {
"error": 64,
"status": 81,
"count": 0,
"lba": 3231309416,
"device": 0,
"device_control": 0
},
"error_description": "Error: UNC at LBA = 0xc099de68 = 3231309416",
"previous_commands": [
{
"registers": {
"command": 96,
"features": 0,
"count": 40,
"lba": 2873561256,
"device": 64,
"device_control": 0
},
"powerup_milliseconds": 990001090,
"command_name": "READ FPDMA QUEUED"
},
{
"registers": {
"command": 96,
"features": 0,
"count": 88,
"lba": 2873540800,
"device": 64,
"device_control": 0
},
"powerup_milliseconds": 990001090,
"command_name": "READ FPDMA QUEUED"
},
{
"registers": {
"command": 97,
"features": 0,
"count": 8,
"lba": 3163060520,
"device": 64,
"device_control": 0
},
"powerup_milliseconds": 990001070,
"command_name": "WRITE FPDMA QUEUED"
},
{
"registers": {
"command": 97,
"features": 0,
"count": 8,
"lba": 3163060528,
"device": 64,
"device_control": 0
},
"powerup_milliseconds": 990001070,
"command_name": "WRITE FPDMA QUEUED"
},
{
"registers": {
"command": 97,
"features": 0,
"count": 8,
"lba": 3163060536,
"device": 64,
"device_control": 0
},
"powerup_milliseconds": 990001070,
"command_name": "WRITE FPDMA QUEUED"
}
]
}
]
}
},
"ata_smart_self_test_log": {
"extended": {
"revision": 1,
"sectors": 1,
"table": [
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5435
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5410
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5386
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5362
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5338
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5314
},
{
"type": {
"value": 2,
"string": "Extended offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5296
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5290
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5266
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5242
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5218
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5194
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5170
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5146
},
{
"type": {
"value": 2,
"string": "Extended offline"
},
"status": {
"value": 115,
"string": "Completed: read failure",
"remaining_percent": 30,
"passed": false
},
"lifetime_hours": 5127,
"lba": 3209432544
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5122
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5098
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5074
},
{
"type": {
"value": 1,
"string": "Short offline"
},
"status": {
"value": 0,
"string": "Completed without error",
"passed": true
},
"lifetime_hours": 5050
}
],
"count": 19,
"error_count_total": 1,
"error_count_outdated": 1
}
},
"ata_smart_selective_self_test_log": {
"revision": 1,
"table": [
{
"lba_min": 0,
"lba_max": 0,
"status": {
"value": 0,
"string": "Not_testing"
}
},
{
"lba_min": 0,
"lba_max": 0,
"status": {
"value": 0,
"string": "Not_testing"
}
},
{
"lba_min": 0,
"lba_max": 0,
"status": {
"value": 0,
"string": "Not_testing"
}
},
{
"lba_min": 0,
"lba_max": 0,
"status": {
"value": 0,
"string": "Not_testing"
}
},
{
"lba_min": 0,
"lba_max": 0,
"status": {
"value": 0,
"string": "Not_testing"
}
}
],
"flags": {
"value": 0,
"remainder_scan_enabled": false
},
"power_up_scan_resume_minutes": 0
},
"ata_sct_status": {
"format_version": 3,
"sct_version": 522,
"device_state": {
"value": 0,
"string": "Active"
},
"temperature": {
"current": 37,
"power_cycle_min": 36,
"power_cycle_max": 40,
"lifetime_min": 14,
"lifetime_max": 52,
"under_limit_count": 0,
"over_limit_count": 1692
}
},
"ata_sct_temperature_history": {
"version": 2,
"sampling_period_minutes": 1,
"logging_interval_minutes": 10,
"temperature": {
"op_limit_min": 0,
"op_limit_max": 0,
"limit_min": 0,
"limit_max": 0
},
"size": 128,
"index": 66,
"table": [
37,
37,
37,
37,
37,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
38,
39,
39,
39,
39,
39,
39,
39,
39,
39,
39,
39,
39,
39,
39,
39,
39,
39,
38,
38,
38,
38,
38,
38,
39,
39,
39,
39,
39,
39,
39,
39,
39,
37,
37,
37,
37,
36,
36,
36,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37
]
},
"ata_sct_erc": {
"read": {
"enabled": true,
"deciseconds": 100
},
"write": {
"enabled": true,
"deciseconds": 100
}
},
"sata_phy_event_counters": {
"table": [
{
"id": 10,
"name": "Device-to-host register FISes sent due to a COMRESET",
"size": 2,
"value": 2,
"overflow": false
},
{
"id": 1,
"name": "Command failed due to ICRC error",
"size": 2,
"value": 0,
"overflow": false
},
{
"id": 3,
"name": "R_ERR response for device-to-host data FIS",
"size": 2,
"value": 0,
"overflow": false
},
{
"id": 4,
"name": "R_ERR response for host-to-device data FIS",
"size": 2,
"value": 0,
"overflow": false
},
{
"id": 6,
"name": "R_ERR response for device-to-host non-data FIS",
"size": 2,
"value": 0,
"overflow": false
},
{
"id": 7,
"name": "R_ERR response for host-to-device non-data FIS",
"size": 2,
"value": 0,
"overflow": false
}
],
"reset": false
}
}
```
</details>
I've tried searching for a similar issue, but I couldn't find it.
Also, congratulations to the team. This is an amazing software!