Hi,
My setup is an encrypted gdrive mount.
Moving entire files back and forth between the mount and the local disk works well and quickly.
However, seeking within a remote file quite often causes the entire mount to hang for an extended period of time (even unrelated uploads to the remote) and usually simply fails. What reason could there be for that?
My mount command looks like this:
/usr/bin/rclone mount \
--config=/home/user/.config/rclone/rclone.conf \
--allow-other \
--dir-cache-time 5m \
--buffer-size 256M \
--drive-chunk-size 32M \
--vfs-read-chunk-size 64M \
--vfs-read-chunk-size-limit off \
--vfs-cache-mode writes gdrive_encrypted:/ /home/media/gdrive/
I’d be happy to provide other debug info.