say that OSXFUSE doesn't work; deemphasize Tuxera fork

[Imported from Trac: page SftpFrontend, version 83]
davidsarah 2012-04-02 20:59:53 +00:00
parent 9f1500505e
commit 1ef881b945

@ -76,9 +76,11 @@ If you encounter problems, please use the debugging options `-o debug,sshfs_debu
## sshfs on Mac OS X
There are currently three major forks of the deceased MacFUSE: [Fuse4X](http://fuse4x.org/), [OSXFUSE](http://osxfuse.github.com/), and [Tuxera](https://github.com/tuxera/macfuse). Fuse4X has the advantage of compatibility with the [upstream FUSE project](http://fuse.sourceforge.net/), meaning that existing FUSE filesystems (such as sshfs) do not require patching in order to work. Fuse4X ([v0.8.14](https://github.com/downloads/fuse4x/fuse4x/Fuse4X-0.8.14.pkg)) along with sshfs ([v2.3.0](https://github.com/fuse4x/sshfs/zipball/master)) have been tested and confirmed to work on Lion (Mac OS X 10.7) - results for older versions of OS X would be appreciated.
There are currently two major forks of the deceased MacFUSE: [Fuse4X](http://fuse4x.org/) and [OSXFUSE](http://osxfuse.github.com/). (There was also a [Tuxera](https://github.com/tuxera/macfuse) fork, but that is not maintained and did not work with Tahoe-LAFS.)
The Tuxera fork (v2.2.1) does not work with Tahoe-LAFS, possibly due to issue (2) in [this post](http://osdir.com/ml/macfuse/2011-08/msg00052.html). OSXFUSE has not been tested.
Fuse4X has the advantage of compatibility with the [upstream FUSE project](http://fuse.sourceforge.net/), meaning that existing FUSE filesystems (such as sshfs) do not require patching in order to work. Fuse4X ([v0.8.14](https://github.com/downloads/fuse4x/fuse4x/Fuse4X-0.8.14.pkg)) along with sshfs ([v2.3.0](https://github.com/fuse4x/sshfs/zipball/master)) have been tested and confirmed to work on Lion (Mac OS X 10.7). Results for older versions of OS X would be appreciated.
OSXFUSE seems to work less well -- tarcieri on IRC reported: "last time I tried to use OSXFUSE with Tahoe+sshfs it just wigged out and crashed and unmounted the volume whenever I tried to read a file."
If for legacy support reasons you wish to use MacFUSE - development of which stalled at version 2.0.3 - you will need to use the patched sshfs included with the download. Version 2.0.3 *does* work on Leopard (Mac OS X 10.5.8). On Snow Leopard and Lion it might work if you use a 32-bit kernel (but this has not been tested).