aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-18 21:26:40 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-20 15:22:05 -0700
commitcb8fa961dcfddc0fa7ed864161b74de0b66ee5c0 (patch)
tree5f35dc0a35e80f7b10c8e12f1b0f1a650d14a86d /doc
parent6c66dac9f229d0035f83ae63d9033e4f51d9c5c8 (diff)
Document -o remember= mount option.
Diffstat (limited to 'doc')
-rw-r--r--doc/mount.fuse.89
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/mount.fuse.8 b/doc/mount.fuse.8
index ffe86bc..69206e7 100644
--- a/doc/mount.fuse.8
+++ b/doc/mount.fuse.8
@@ -118,10 +118,13 @@ Allow requests to be interrupted. Turning on this option may result in unexpect
Specify which signal number to send to the filesystem when a request
is interrupted. The default is hardcoded to USR1.
.TP
-\fBnoforget\fF
+\fBnoforget\fP
+.TP
+\fBremember=T\fP
Normally, FUSE assigns inodes to paths only for as long as the kernel
-is aware of them. With this option inodes are instead assigned permanently for
-the life-time of the file-system process. This will require more
+is aware of them. With this option inodes are instead assigned
+for at least \fBT\fP seconds (or, in the case of \fBnoforget\fP,
+the life-time of the file-system process). This will require more
memory, but may be necessary when using applications that make use of
inode numbers.
.TP