From 8681059b4f2d9dd579123efd424cb958feb97383 Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Mon, 26 Sep 2011 19:00:24 +0000 Subject: [PATCH] say how to unmount an sshfs filesystem [Imported from Trac: page SftpFrontend, version 74] --- SftpFrontend.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SftpFrontend.md b/SftpFrontend.md index c59e66f..577fb00 100644 --- a/SftpFrontend.md +++ b/SftpFrontend.md @@ -70,6 +70,7 @@ A POSIX application might assume that deleting a non-empty directory will fail, To avoid potential bugs with rekeying, either use the `-o [RekeyLimit](RekeyLimit)=0` option to `sshfs`, or add the line `RekeyLimit=0` to `~/.ssh/config`. +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`". ## sshfs on Mac OS X