rclone/cmd/mountlib
Nick Craig-Wood fc32fee4ad mount, cmount: add --attr-timeout to control attribute caching in kernel
This flag allows the attribute caching in the kernel to be controlled.
The default is 0s - no caching - which is recommended for filesystems
which can change outside the control of the kernel.

Previously this was at the default meaning it was 60s for mount and 1s
for cmount.  This showed strange effects when files changed on the
remote not via the kernel.  For instance Caddy would serve corrupted
files for a while when serving from an rclone mount when a file
changed on the remote.
2018-03-04 11:20:22 +00:00
..
mounttest Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
daemon_unix.go mount: run rclone mount in the background - fixes #723 2018-03-04 14:06:07 +03:00
daemon.go mount: run rclone mount in the background - fixes #723 2018-03-04 14:06:07 +03:00
mount.go mount, cmount: add --attr-timeout to control attribute caching in kernel 2018-03-04 11:20:22 +00:00