rclone/cmd/cmount
Nick Craig-Wood 0baafb158f mount: allow files of unkown size to be read properly
Before this change, files of unknown size (eg Google Docs) would
appear in file listings with 0 size and would only allow 0 bytes to be
read.

This change sets the direct_io flag in the FUSE return which bypasses
the cache for these files.  This means that they can be read properly.

This is compatible with some, but not all applications.
2019-09-14 13:22:33 +01:00
..
fs.go mount: allow files of unkown size to be read properly 2019-09-14 13:22:33 +01:00
mount_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
mount_unsupported.go Use build tags to control when and where cmount is built 2017-05-19 17:08:04 +01:00
mount.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00