summaryrefslogtreecommitdiff
path: root/pkg/sshfs/sshfs.1
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-11-04 17:42:19 -0800
committerMichael Forney <mforney@mforney.org>2019-11-04 17:42:19 -0800
commit887f731a75aff6a8671d8215d133894893f1d150 (patch)
tree3f2952e8aecf848827d9cdf186a3cb5f3ff441fa /pkg/sshfs/sshfs.1
parentb1c40f5ba1902a9524966cd6de9709486d895039 (diff)
sshfs: Update to 3.6.0
Diffstat (limited to 'pkg/sshfs/sshfs.1')
-rw-r--r--pkg/sshfs/sshfs.124
1 files changed, 24 insertions, 0 deletions
diff --git a/pkg/sshfs/sshfs.1 b/pkg/sshfs/sshfs.1
index 20d3d827..a3bea875 100644
--- a/pkg/sshfs/sshfs.1
+++ b/pkg/sshfs/sshfs.1
@@ -264,6 +264,30 @@ sets the interval for automatic cleaning of the directory cache.
sets the interval for forced cleaning of the directory cache
when full.
.UNINDENT
+.INDENT 0.0
+.TP
+.BI \-o \ direct_io
+This option disables the use of page cache (file content cache) in
+the kernel for this filesystem.
+This has several affects:
+1. Each read() or write() system call will initiate one or more read or
+.IP "System Message: ERROR/3 (sshfs.rst:, line 210)"
+Unexpected indentation.
+.INDENT 7.0
+.INDENT 3.5
+write operations, data will not be cached in the kernel.
+.UNINDENT
+.UNINDENT
+.IP "System Message: WARNING/2 (sshfs.rst:, line 211)"
+Block quote ends without a blank line; unexpected unindent.
+.INDENT 7.0
+.IP 2. 3
+The return value of the read() and write() system calls will correspond
+to the return values of the read and write operations. This is useful
+for example if the file size is not known in advance (before reading it).
+e.g. /proc filesystem
+.UNINDENT
+.UNINDENT
.sp
In addition, SSHFS accepts several options common to all FUSE file
systems. These are described in the \fImount.fuse\fP manpage (look