Custom Query (1458 matches)
Results (16 - 18 of 1458)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1914 | worksforme | Inconsistency between human-readable and json output for SMART Support | ||
Description |
Querying the info for a physical device using: $ smartctl --info /dev/bus/0 -d megaraid,7 # OR $ smartctl --info /dev/bus/0 -d megaraid,7 --json yields different results - specifically, the JSON output lacks the following object: "smart_support": { "available": true, "enabled": true } even though the human-readable output reports the support is available: $ smartctl --info /dev/bus/0 -d megaraid,7 smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.15.0-130-generic] (local build) Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Family: Samsung based SSDs Device Model: SAMSUNG MZ7KM960HAHP-000FU Serial Number: S2TLNX0H700401 LU WWN Device Id: 5 002538 c40374a84 Firmware Version: CSLB User Capacity: 960,197,124,096 bytes [960 GB] Sector Size: 512 bytes logical/physical Rotation Rate: Solid State Device Form Factor: 2.5 inches TRIM Command: Available, deterministic, zeroed Device is: In smartctl database [for details use: -P show] ATA Version is: ACS-2, ATA8-ACS T13/1699-D revision 4c SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s) Local Time is: Fri Dec 20 03:00:18 2024 UTC SMART support is: Available - device has SMART capability. SMART support is: Enabled
Might be due to the following error produced by using "local_time": { "time_t": 1734663658, "asctime": "Fri Dec 20 03:00:58 2024 UTC" }, "ata_smart_error_log": { "summary": { "revision": 1, "count": 0 } } Additionally, there is an inconsistency the other way around: $ sudo smartctl /dev/nvme0 --info smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.11.0-12-generic] (local build) Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === ... [no SMART availability lines] $ sudo smartctl /dev/nvme0 --info -j { ... "smart_support": { "available": true, "enabled": true } } |
|||
#1913 | invalid | Add unknown usb adapters to smartmontools-db (0x152d:0xa581, 0x2109:0x0561) | ||
Description |
Hi, I hope this is the right place to send this to. I've got one usb c m2 adapter and a unionsine drive bay. The information is attached in the text files along with the ASIN and the AliExpress Product ID to get all the information. Thanks! smartctl-AliExpressID-1005005813827051 smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.6.44-production+truenas] (local build) Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org /dev/sdc: Unknown USB bridge [0x2109:0x0561 (0x9128)] Please specify device type with the -d option. Use smartctl -h to get a usage summary smartctl-ASIN-B0CMZC8YQN smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.6.44-production+truenas] (local build) Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org /dev/sdb: Unknown USB bridge [0x152d:0xa581 (0x1004)] Please specify device type with the -d option. Use smartctl -h to get a usage summary |
|||
#1912 | duplicate | How can get useful output about S.M.A.R.T on esxi | ||
Description |
I was read follow doc about check S.M.A.R.T disk on esxi now It can just show follow output and cannot show most items also most of output value are 0 Can smartmoontools help me about it on esxi or just work for windows and linux ? [root@host1:~] esxcli storage core device smart get -d naa.58ce38ee20251dc1 Parameter Value Threshold Worst Raw ------------------------ ----------- --------- ----- --- Health Status OK N/A N/A N/A Media Wearout Indicator 98 100 N/A N/A Write Error Count 0 N/A N/A N/A Read Error Count 0 N/A N/A N/A Power Cycle Count 0 N/A N/A N/A Reallocated Sector Count 0 N/A N/A N/A Drive Temperature 38 N/A N/A N/A Write Sectors TOT Count 32778578237 N/A N/A N/A Read Sectors TOT Count 58761868455 N/A N/A N/A Program Fail Count 0 N/A N/A N/A Erase Fail Count 0 N/A N/A N/A |