rclone/cmd/mount2
Nick Craig-Wood a67688dcc7 mount,cmount,mount2: add --direct-io flag to force uncached access
This change adds the --direct-io flag to the mount. This means the
page cache is completely bypassed for reads and writes. No read-ahead
takes place. Shared mmap is disabled.

This is useful to accurately read files which may change length
frequently on the source.
2024-03-26 17:32:11 +00:00
..
file.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
fs.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
mount_test.go nfsmount: New mount command to provide mount mechanism on macOS without FUSE 2023-10-06 14:08:20 +01:00
mount_unsupported.go build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
mount.go docs: fix typos found by codespell in docs and code comments 2023-09-23 12:20:01 +01:00
node.go mount,cmount,mount2: add --direct-io flag to force uncached access 2024-03-26 17:32:11 +00:00