From b7d8b12d2906ddb93de87a7f61a71ceac74a226c Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Sun, 21 Aug 2011 22:04:27 +0000 Subject: [PATCH] don't know whether MacFUSE works on Snow Leopard (it uses a hybrid kernel by default, not a 64-bit one, so it *may* work) [Imported from Trac: page SftpFrontend, version 69] --- SftpFrontend.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SftpFrontend.md b/SftpFrontend.md index 29e809e..19db25f 100644 --- a/SftpFrontend.md +++ b/SftpFrontend.md @@ -75,9 +75,9 @@ To avoid potential bugs with rekeying, either use the `-o [RekeyLimit](RekeyLimi For Mac OS X, a patched version of sshfs is included as part of [MacFUSE](http://code.google.com/p/macfuse/). -However, development of MacFUSE stalled at version 2.0.3, which does not work on the 64-bit kernels used by default in Snow Leopard or Lion, and development has subsequently [splintered into several forks](@@http://www.mail-archive.com/macfuse@googlegroups.com/msg02517.html@@). The Tuxera fork (version 2.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). The Bryan Pahm, OSXFUSE, and FUSE4X forks have not been tested. +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 [splintered into several forks](@@http://www.mail-archive.com/macfuse@googlegroups.com/msg02517.html@@). The Tuxera fork (version 2.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). The Bryan Pahm, OSXFUSE, and FUSE4X forks have not been tested. -Version 2.0.3 *does* work on Leopard (Mac OS X 10.5.8), with all the caveats noted for Linux above, and the following additional ones: +Version 2.0.3 *does* work on Leopard (Mac OS X 10.5.8). It has not been tested with Snow Leopard. All of the caveats noted for Linux above apply, and the following additional ones: The MacFUSE version of sshfs stores "extended attributes" in files with names starting with "`._`". For example the attributes for "`foo.txt`" would be stored in a file called "`._foo.txt`". Since some Mac OS X applications may depend on these attributes (especially for their own file formats), if you need to copy or move the original file then you should copy or move the attribute file along with it. The OS X `cp` and `mv` commands will do this by default; operations using the Tahoe WUI or CLI will not (unless you are moving all files in a directory). Note that filenames beginning with "`.`" are not listed by default by `ls`.