osxfuse unter MacOSX High Sierra installieren

  1. Install MacPorts for High Sierra (10.3)
  2. Install Xcode 9.2
  3. Install Command line tools for MacOSX 10.3 and Xcode 9.2 

Auf dem Terminal dann folgende Befehle

  • sudo port install autoconf automake libtool gettext
  • cd /Applications/Xcode.app/Contents/Developer/Toolchains
  • sudo ln -s XcodeDefault.xctoolchain OSX10.13.xctoolchain
  • sudo port install sshfs

Zu guter letzt noch der Hinweis, dass vor einem Upgrade alle Volumes getrennt und osxfuse deaktiviert werden muss:

osxfuse has the following notes:
When upgrading, unmount all FUSE filesystems and then unload the kernel extension.
Unloading can be done via: sudo kextunload -b com.github.osxfuse.filesystems.osxfuse
Alternatively (or if this fails), just reboot your computer now.