# smartctl -a /dev/nvme5 -j { "json_format_version": [ 1, 0 ], "smartctl": { "version": [ 7, 3 ], "svn_revision": "5338", "platform_info": "x86_64-linux-6.11.0-8-generic", "build_info": "(local build)", "argv": [ "smartctl", "-a", "/dev/nvme5", "-j" ], "exit_status": 8 }, "local_time": { "time_t": 1760534174, "asctime": "Wed Oct 15 13:16:14 2025 UTC" }, "device": { "name": "/dev/nvme5", "info_name": "/dev/nvme5", "type": "nvme", "protocol": "NVMe" }, "model_name": "SAMSUNG MZVL22T0HBLB-00B00", "serial_number": "S677NX0T100244", "firmware_version": "GXB7401Q", "nvme_pci_vendor": { "id": 5197, "subsystem_id": 5197 }, "nvme_ieee_oui_identifier": 9528, "nvme_total_capacity": 2048408248320, "nvme_unallocated_capacity": 0, "nvme_controller_id": 6, "nvme_version": { "string": "1.3", "value": 66304 }, "nvme_number_of_namespaces": 1, "nvme_namespaces": [ { "id": 1, "size": { "blocks": 4000797360, "bytes": 2048408248320 }, "capacity": { "blocks": 4000797360, "bytes": 2048408248320 }, "utilization": { "blocks": 3986702864, "bytes": 2041191866368 }, "formatted_lba_size": 512, "eui64": { "oui": 9528, "ext_id": 760775762527 } } ], "user_capacity": { "blocks": 4000797360, "bytes": 2048408248320 }, "logical_block_size": 512, "smart_support": { "available": true, "enabled": true }, "smart_status": { "passed": false, "nvme": { "value": 4, "spare_below_threshold": false, "temperature_above_or_below_threshold": false, "reliability_degraded": true, "media_read_only": false, "volatile_memory_backup_failed": false, "persistent_memory_region_unreliable": false, "other": 0 } }, "nvme_smart_health_information_log": { "critical_warning": 4, "temperature": 35, "available_spare": 100, "available_spare_threshold": 10, "percentage_used": 102, "data_units_read": 211236224, "data_units_written": 1667210546, "host_reads": 10728640181, "host_writes": 68334763845, "controller_busy_time": 40476, "power_cycles": 25, "power_on_hours": 27965, "unsafe_shutdowns": 18, "media_errors": 0, "num_err_log_entries": 0, "warning_temp_time": 0, "critical_comp_time": 0, "temperature_sensors": [ 35, 42 ] }, "temperature": { "current": 35 }, "power_cycle_count": 25, "power_on_time": { "hours": 27965 } } # echo $? 8