aboutsummaryrefslogtreecommitdiff
path: root/sshfs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sshfs.rst')
-rw-r--r--sshfs.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/sshfs.rst b/sshfs.rst
index 2553199..1239a21 100644
--- a/sshfs.rst
+++ b/sshfs.rst
@@ -242,6 +242,17 @@ someone (or something) recreates the destination file after SSHFS has
removed it, but before SSHFS had the time to rename the old file. In
this case, the rename will still fail.
+
+SSHFS hangs
+~~~~~~~~~~~
+
+In some cases, attempts to access the SSHFS mountpoint may freeze if
+no filesystem activity has occured for some time. This is typically
+caused by the SSH connection being dropped because of inactivity
+without SSHFS being informed about that. As a workaround, you can try
+to mount with ``-o ServerAliveInterval=15``. This will force the SSH
+connection to stay alive even if you have no activity.
+
See also
========