rclone/cmd/mount
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
..
test Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
dir.go mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00
file.go mount,cmount,mount2: add --direct-io flag to force uncached access 2024-03-26 17:32:11 +00:00
fs.go mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00
handle.go mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00
mount_test.go mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00
mount_unsupported.go mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00
mount.go mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00