mgorbach / macfusion2

Macfusion2
568 stars 129 forks source link

Migrate macfusion to Fuse4X #15

Open anatol opened 13 years ago

anatol commented 13 years ago

Fuse4X is a fork of MacFUSE that aims to unblock macfuse development http://fuse4x.org

It might be a good idea to migrate to it. The only issue is that Fuse4X currently supports only macosx 10.6.

tristan-k commented 13 years ago

Is there any development?

joeauty commented 13 years ago

There is also development of osxfuse, which is a continuation of MacFUSE that will not require recompilation and/or code changes. In fact, I'm using OSXFuse with Macfusion as we speak :)

joeauty commented 13 years ago

Macfusion works with Fuse4X 0.8.7 simply by symlinking the included sshfs-static binary to the 2.3 version provided by Fuse4X. Fuse4X supports FUSE 2.8.5, so both the upgraded sshfs and underlying FUSE system might amount to several Macfusion improvements.

Instead of making users choose between the embedded MacFUSE built sshfs or the Fuse4X one, maybe a GUI option for referencing sshfs outside of the Macfusion Application directory would be nice?

anatol commented 13 years ago

+1 to what Joe Auty said. Even better if MacFusion use sshfs binary from PATH. There are a plenty of ways to install sshfs - from *.zip file, by compiling it locally or by using your favorite package manager.

And only in case if sshfs is not available in PATH then macfusion should use embedded sshfs binary.

joeauty commented 13 years ago

Macports is another example of how some users install sshfs...

anatol commented 12 years ago

Actually the latest version of fuse4x has "macfuse compatibility layer" and it works with macfusion natively. https://groups.google.com/forum/#!topic/fuse4x/-yoJktPdwvc

Although I still think that ability to allow configure path to ssh binaries is a good thing. Current macfusion contains ancient version of sshfs, while macports/homebrew has the latest version (2.3). It would be great if people were able to use it.