Open wq9578 opened 1 year ago
Note that OS X SAT SMART Driver has appeared to be unsupported here for many years now. Binary Fruit provides signature support, but as far as I can determine, that is the extent of their effort.
Error message "'SATSMARTLib' not valid for use in process: mapping process is a platform binary, but mapped file is not" is pretty self-explanatory. DiskUtility is an integral part of macOS ("platform binary") but any third-party driver (kext) is not. This is part of Apple System Integrity Protection since High Sierra 10.13.6. Why does nobody bother to check FAQs before posting something? Please check the online FAQ - https://binaryfruit.com/drivedx/kb#apple-disk-utility-does-not-use-sat-smart-driver
The driver works well, but now (maybe after reboot)
hdiutil info
returns an empty list, not showing the attached devices:Also, entering
diskutil info -all
produces the following error messages in between the regular output before each line starting withSMART Status: Not Supported
(similar to https://github.com/kasbert/OS-X-SAT-SMART-Driver/issues/71 and https://github.com/kasbert/OS-X-SAT-SMART-Driver/issues/77):Nevertheless the devices supports SMART (e.g.,
smartctl -H /dev/disk2
):Used the installer from https://binaryfruit.com/download/mac/satsmartdriver/SATSMARTDriver-0.10.3.macOS11_and_AppleSilicon.zip, linked at https://binaryfruit.com/drivedx/usb-drive-support.
Apple M1 chip, recent macOS.