Skip to main content
  1. Posts/

Fix MacFusion on Snow Leopard

··131 words·1 min·

Running OS X 10.6.3? William Fennie found a fix on Google Groups.

First off, credit for this fix on OS X 10.6.2 goes to Geoff Watts from his two tweets.

If you’re using Snow Leopard, you’ll find that the current version of MacFusion refuses to complete a connection to a remote server. You can fix this in two steps:

First, quit MacFusion.

Second, open System Preferences and then open the MacFUSE pane. Check the “Show Beta Versions” box and click “Check For Updates”. Go ahead and update MacFUSE.

Third, open up a terminal and do the following:

rm /Applications/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/Contents/Resources/sshnodelay.so

Your MacFusion installation should now be working on Snow Leopard. I’ve tested SSH and FTP connectivity so far, and they both appear to be working. Thanks again to Geoff for the fix!