What is the problem you are having with rclone?
rclone mount not showing all directories, this is at random with random root directories.
Verifying with ls path | wc -l which will show a different count when compared to rclone lsd | wc -l or against the same mount on another server.
Having this issue with multiple versions of rclone beta against multiple version of min.io.
Tried the mount without VFS cache and issue is still there. Currently running a mount with --drive-disable-http2 in the service file but too early to conclude if that helps.
What is your rclone version (output from rclone version
)
rclone v1.54.0-beta.4977.a94e4d803
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Debian 10, 64 bit
Which cloud storage system are you using? (eg Google Drive)
Min.io / s3 compatible
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
ExecStart=/usr/bin/rclone mount \
--config /home/USER/.config/rclone/rclone.conf \
--async-read=false \
--read-only \
--allow-other \
--dir-cache-time=6000h \
--timeout 10m \
--rc \
--rc-no-auth \
--fast-list \
--low-level-retries 2 \
--vfs-read-ahead 128M \
--vfs-read-chunk-size-limit 2G \
--cache-dir=/home/USER/.config/rclone/.vfscache \
--vfs-cache-mode=full \
--vfs-cache-max-age=24h \
--vfs-cache-max-size=100G \
--umask=002 \
--log-level=DEBUG \
--log-file=LOGLocation \
minio:media /home/USER/mount
The rclone config contents with secrets removed.
[storage]
type = s3
provider = Minio
env_auth = false
region = eu
access_key_id = X
secret_access_key =X
endpoint = http://localhost
chunk_size = 50M
upload_concurrency = 16
list-chunk = 100000
disable_http2 = true
A log from the command with the -vv
flag
Not showing up in the logs