diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2022-04-03 16:52:14 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2022-04-03 16:52:14 +0300 |
commit | 57d9c9407ec04d2c08323acda87597882f4901cf (patch) | |
tree | 0c0cbb8d0851f9aa8b464d7b304cbe545b064eb0 /src/bindfs.1 | |
parent | d7d0dc47f03762f5fcd92bbe8c2221ea6b3fa642 (diff) | |
download | bindfs-57d9c9407ec04d2c08323acda87597882f4901cf.tar.gz |
Made direct-io the default after all, and added --no-direct-io.
#110
Diffstat (limited to 'src/bindfs.1')
-rw-r--r-- | src/bindfs.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1 index db2e4fe..ea77cf8 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -11,9 +11,7 @@ bindfs \(hy mount \-\-bind in user\-space .SH DESCRIPTION A FUSE filesystem for mirroring the contents of a directory to another -directory. Additionally, one can change the permissions -of files in the mirrored directory. - +directory, with changes to permissions and other features. .SH FILE OWNERSHIP .TP @@ -389,9 +387,12 @@ otherwise thread-safe, there is currently a race condition that may pose a security risk for some use cases. See \fB\%BUGS\fP below. .TP -.B \-\-direct\-io, \-o direct\-io -Forces each read/write operation to be forwarded 1:1 to the underlying FS, -disabling batching and caching by the kernel. +.B \-\-no\-direct\-io, \-o no\-direct\-io + +By default, each read/write operation is forwarded 1:1 to the underlying FS, +disabling batching and caching by the kernel. Specify this option for default +FUSE behaviour, which may be more performant with some applications but +incompatible with others. .TP .B \-\-forward\-odirect=\fIalignment\fP, \-o forward\-odirect=\fIalignment\fP |