rclone/cmd/mount
Nick Craig-Wood 341d880027 mount: remove nonseekable flag from write files - fixes #3461
Before this change rclone marked files opened for write without VFS
cache with the non seekable flag.

This caused problems with rclone mount layerd with mergerfs.

This change removes the hint and lets rclone do all the checking for
seekability.
2019-08-22 13:13:59 +01:00
..
test mount: print more things in seek_speed test 2019-02-02 11:30:49 +00:00
dir.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
file.go mount: remove nonseekable flag from write files - fixes #3461 2019-08-22 13:13:59 +01:00
fs.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
handle.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
mount_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
mount_unsupported.go Add mount command to implement FUSE mounting of remotes #494 2016-08-18 21:54:54 +01:00
mount.go mount: Fix typo in argument checking 2019-08-20 17:46:04 +01:00