rclone/cmd/cmount
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
..
arch.go selfupdate: abort if updating would discard fuse semantics 2021-03-22 22:55:24 +03:00
fs.go mount,cmount,mount2: add --direct-io flag to force uncached access 2024-03-26 17:32:11 +00:00
mount_brew.go mount: clarify rclone mount error when installed via homebrew 2023-03-29 13:59:27 +01: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 mount,cmount,mount2: add --direct-io flag to force uncached access 2024-03-26 17:32:11 +00:00
mountpoint_other.go mount: avoid incorrect or premature overlap check on windows 2023-01-24 22:27:02 +01:00
mountpoint_windows.go mount: avoid incorrect or premature overlap check on windows 2023-01-24 22:27:02 +01:00