thanks for the ever improving documentation.
https://rclone.org/commands/rclone_mount/
Chunked reading will only work with --vfs-cache-mode < full, as the file will always be copied to the vfs cache before opening with --vfs-cache-mode full.
i thought that starting with v1.53.0, using sparse files, that for --vfs-cache-mode=full
,
- the file is
not
copied to the vfs cache before opening - that chunking works.