kasbert / OS-X-SAT-SMART-Driver

Max OS X kernel driver for providing access to external drive SMART data
574 stars 74 forks source link

Cannot install on Catalina #63

Open llamafilm opened 3 years ago

llamafilm commented 3 years ago

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."

Screen Shot 2020-09-20 at 10 39 27
llamafilm commented 3 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.

I would love to be able to run this with SIP enabled.

jdm0 commented 3 years ago

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.

alvarnell commented 3 years ago

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.

porg commented 3 years ago

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.