diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-09-20 14:12:48 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-09-20 14:43:34 +0100 |
commit | 848ff30d9074371fecc332e67848375700189d05 (patch) | |
tree | 0d32f3ae94833f8921a7dde03e1aa100b8ae79e3 /sshfs.rst | |
parent | 37c8c1c80b89127d5f876a193c5fdcc916e03b6c (diff) | |
download | sshfs-848ff30d9074371fecc332e67848375700189d05.tar sshfs-848ff30d9074371fecc332e67848375700189d05.tar.gz sshfs-848ff30d9074371fecc332e67848375700189d05.tar.bz2 sshfs-848ff30d9074371fecc332e67848375700189d05.zip |
Dropped FAQ file
Most entries were obsolete. Useful content has been moved to the man
page.
Diffstat (limited to 'sshfs.rst')
-rw-r--r-- | sshfs.rst | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 ======== |