aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-08-06 11:06:42 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-08-06 11:07:23 +0200
commitd141ea44c1d901c27f61865808e8c5f9801b2606 (patch)
tree790fbd2e8aeb01426edb9bb2ed9c04f62f78aafe /README.rst
parent6ac4046bee1763081d78fab555dc8c4ecd24078d (diff)
downloadsshfs-d141ea44c1d901c27f61865808e8c5f9801b2606.tar
sshfs-d141ea44c1d901c27f61865808e8c5f9801b2606.tar.gz
sshfs-d141ea44c1d901c27f61865808e8c5f9801b2606.tar.bz2
sshfs-d141ea44c1d901c27f61865808e8c5f9801b2606.zip
Re-enabled writeback cache.
Fixes: #72.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 91c3ef5..1ec2d72 100644
--- a/README.rst
+++ b/README.rst
@@ -116,6 +116,16 @@ individual files when seen through an SSHFS mount, i.e. they will
appear to have different inodes and an *st_nlink* value of 1.
+O_APPEND
+~~~~~~~~
+
+When writeback caching is enabled, SSHFS cannot reliably support the
+``O_APPEND`` open flag and thus signals an error on open. To enable
+support for unreliable ``O_APPEND`` (which may overwrite data if the
+file changes on the server at a bad time), mount the file system with
+``-o unreliable_append``.
+
+
Getting Help
------------