ashaduri / gsmartcontrol

GSmartControl - Hard disk drive and SSD health inspection tool

Home Page:https://gsmartcontrol.shaduri.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't get SMART Values on MacOS

toomanyairmiles opened this issue · comments

Version and Environment

  • GSmartControl version: Freshly installed today on freshly installed homebrew
  • OS: Mac OS Ventura 13.5 (22G74)

Describe the Bug
On launch
[app] SmartctlParser::parse_section_info_property(): Unknown property "Model Number"
[app] SmartctlParser::parse_section_info_property(): Unknown property "PCI Vendor/Subsystem ID"
[app] SmartctlParser::parse_section_info_property(): Unknown property "IEEE OUI Identifier"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Controller ID"
[app] SmartctlParser::parse_section_info_property(): Unknown property "NVMe Version"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Number of Namespaces"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Firmware Updates (0x02)"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Optional Admin Commands (0x0004)"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Optional NVM Commands (0x0004)"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Maximum Data Transfer Size"
[app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
[app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
[app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
[app] SmartctlParser::parse_section(): Unknown section encountered.
[app] SmartctlParser::parse_section_info_property(): Unknown property "Model Number"
[app] SmartctlParser::parse_section_info_property(): Unknown property "PCI Vendor/Subsystem ID"
[app] SmartctlParser::parse_section_info_property(): Unknown property "IEEE OUI Identifier"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Controller ID"
[app] SmartctlParser::parse_section_info_property(): Unknown property "NVMe Version"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Number of Namespaces"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Firmware Updates (0x02)"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Optional Admin Commands (0x0004)"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Optional NVM Commands (0x0004)"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Maximum Data Transfer Size"
[app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
[app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
[app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
[app] SmartctlParser::parse_section(): Unknown section encountered.
[hz] Warning: exit: Device open failed, or device did not return an IDENTIFY DEVICE structure.
[app] SmartctlParser::parse_full(): No ATA sections could be parsed. Returning.
[hz] Warning: exit: Device open failed, or device did not return an IDENTIFY DEVICE structure.
[app] SmartctlParser::parse_full(): No ATA sections could be parsed. Returning.
[hz] FS warning: Unable to check if a path "/Users/anthonynm/.config/gsmartcontrol/gsmartcontrol.conf" points to directory: No such file or directory.
FOOLON-ContractorAE2021:~ anthonynm$ gsmartcontrol
[app] SmartctlParser::parse_section_info_property(): Unknown property "Model Number"
[app] SmartctlParser::parse_section_info_property(): Unknown property "PCI Vendor/Subsystem ID"
[app] SmartctlParser::parse_section_info_property(): Unknown property "IEEE OUI Identifier"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Controller ID"
[app] SmartctlParser::parse_section_info_property(): Unknown property "NVMe Version"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Number of Namespaces"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Firmware Updates (0x02)"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Optional Admin Commands (0x0004)"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Optional NVM Commands (0x0004)"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Maximum Data Transfer Size"
[app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
[app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
[app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
[app] SmartctlParser::parse_section(): Unknown section encountered.
[app] SmartctlParser::parse_section_info_property(): Unknown property "Model Number"
[app] SmartctlParser::parse_section_info_property(): Unknown property "PCI Vendor/Subsystem ID"
[app] SmartctlParser::parse_section_info_property(): Unknown property "IEEE OUI Identifier"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Controller ID"
[app] SmartctlParser::parse_section_info_property(): Unknown property "NVMe Version"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Number of Namespaces"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Firmware Updates (0x02)"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Optional Admin Commands (0x0004)"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Optional NVM Commands (0x0004)"
[app] SmartctlParser::parse_section_info_property(): Unknown property "Maximum Data Transfer Size"
[app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
[app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
[app] SmartctlParser::parse_section_info(): Unknown Info line encountered.
[app] SmartctlParser::parse_section(): Unknown section encountered.
[hz] Warning: exit: Device open failed, or device did not return an IDENTIFY DEVICE structure.
[app] SmartctlParser::parse_full(): No ATA sections could be parsed. Returning.
[hz] Warning: exit: Device open failed, or device did not return an IDENTIFY DEVICE structure.
[app] SmartctlParser::parse_full(): No ATA sections could be parsed. Returning.
[hz] Warning: exit: Device open failed, or device did not return an IDENTIFY DEVICE structure.
[app] SmartctlParser::parse_full(): No ATA sections could be parsed. Returning.
[hz] Warning: exit: Device open failed, or device did not return an IDENTIFY DEVICE structure.
[app] SmartctlParser::parse_full(): No ATA sections could be parsed. Returning.

All of the attached devices display SMART data in Unraid, DriveDX, and Disk Utility

To Reproduce
Steps to reproduce the behavior:
Install and open.

Duplicate of #4