Changes between Version 74 and Version 75 of SftpFrontend
- Timestamp:
- 2011-11-21T18:24:00Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified SftpFrontend
v74 v75 73 73 To unmount an sshfs filesystem, make sure you are in the {{{fuse}}} group (if necessary use "{{{sudo adduser `whoami` fuse}}}"), and then do "{{{fusermount -u mountpoint}}}". 74 74 75 If you encounter problems, please use the debugging options {{{-o debug,sshfs_debug,loglevel=debug}}} and send the resulting log to the {{{tahoe-dev}}} list. Also the log output from the gateway, which can be captured as described at [source:docs/logging.rst], may be helpful. 76 75 77 == sshfs on Mac OS X == 76 78 77 79 For Mac OS X, a patched version of sshfs is included as part of [http://code.google.com/p/macfuse/ MacFUSE]. 78 80 79 However, development of MacFUSE stalled at version 2.0.3, which does not work on the 64-bit kernel used by default in Lion, and it has subsequently [http://www.mail-archive.com/macfuse@googlegroups.com/msg02517.html splintered into several forks]. The Tuxera fork (version 2.2.1) does not work with Tahoe-LAFS, possibly due to issue (2) in [http://osdir.com/ml/macfuse/2011-08/msg00052.html this post]. The [https://github.com/osxfuse/osxfuse OSXFUSE], and [http://fuse4x.org/ FUSE4X] forks have not been tested. 81 However, development of MacFUSE stalled at version 2.0.3, which does not work on the 64-bit kernel used by default in Lion, and it has subsequently [http://www.mail-archive.com/macfuse@googlegroups.com/msg02517.html splintered into several forks]. The Tuxera fork (version 2.2.1) does not work with Tahoe-LAFS, possibly due to issue (2) in [http://osdir.com/ml/macfuse/2011-08/msg00052.html this post]. The [https://github.com/osxfuse/osxfuse OSXFUSE], and [http://fuse4x.org/ FUSE4X] forks have not been tested. If you want to test this, we recommend starting with FUSE4X. 80 82 81 83 Version 2.0.3 ''does'' work on Leopard (Mac OS X 10.5.8). On Snow Leopard it will probably work only if you are using a 32-bit kernel (but this has not been tested). All of the caveats noted for Linux above apply, and the following additional ones: