Open llamafilm opened 4 years ago
I was able to get this working by disabling SIP and manually installing it to my home folder, then copying to the Data volume.
csrutil disable
, then rebootinstaller -verbose -pkg SATSMARTDriver-0.8-Release.pkg -target CurrentUserHomeDirectory
sudo cp -r ~/System/Library/Extensions/SATSMART* /System/Volumes/Data/Library/Extensions/
I would love to be able to run this with SIP enabled.
If memory serves, the install script is written to target /System/Library
— which it shouldn't, and never should have, as everything under /System
is reserved for official macOS stuff. The correct install target is /Library
— that's where third-party stuff belongs. The install script needs to be corrected.
The driver, including the installer is no longer being supported here by the original developer, so you need to use the one that has been so modified by the folks at Binary Fruit to install in the correct location:
https://binaryfruit.com/drivedx/usb-drive-support
-Al-
On Sep 20, 2020, at 11:56, jdm0 notifications@github.com wrote:
If memory serves, the install script is written to target /System/Library — which it shouldn't, and never should have, as everything under /System is reserved for official macOS stuff. The correct install target is /Library — that's where third-party stuff belongs. The install script needs to be corrected.
As of today the newest version at BinaryFruit is version 0.10.2 with the KEXT files built on 2019-09-11 and the PKG file wrapping them being built on 2020-10-27.
I am trying to install on macOS 10.15.6 and I get the error, "This package is not compatible with this version of macOS. The package is trying to install content to the system volume."