kasbert / OS-X-SAT-SMART-Driver

Max OS X kernel driver for providing access to external drive SMART data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install on Catalina

llamafilm opened this issue · comments

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

I was able to get this working by disabling SIP and manually installing it to my home folder, then copying to the Data volume.

  • Reboot to Recovery mode with Cmd-R
  • From Recovery mode, open a Terminal and type csrutil disable, then reboot
  • installer -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.

commented

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.

commented

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.