macfusion-ng / macfusion2

Macfusion2
226 stars 28 forks source link

High Sierra #35

Open jcrbloch opened 6 years ago

jcrbloch commented 6 years ago

Since installing High Sierra I can no longer use Macfusion. I upgraded to the newest Fuse for OSX version (3.7.1) but am getting an error when starting Macfusion: OSXFUSE Runtime Version Mismatch. The OSXFUSE library version this program is using is incompatible with the loaded OSXFUSE kernel extension. Is or will High Sierra be supported?

jcrbloch commented 6 years ago

I found the solution to the problem on High Sierra, which strangely enough I had not needed on Sierra. I followed the suggestions on the SSHFS github repository https://github.com/osxfuse/osxfuse/wiki/SSHFS and entered the following commands in a terminal window: cd /Applications/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/Contents/Resources mv sshfs-static sshfs-static.orig ln -s /usr/local/bin/sshfs sshfs-static

Everything works fine again now!

zmonteca commented 6 years ago

@jcrbloch I'm using this build on High Sierra: https://github.com/ElDeveloper/macfusion2/releases/tag/2.1.1-dev.3

I'm also on 3.7.1 OSXFUSE

This is what my sshfs files look like:

screen shot 2017-11-07 at 10 40 54 am

Lastly, open your log viewer in MacFusion and then proceed to look closely at your log. I'd also post your log file here to provide more information.