Mount error on GUI unraid

What is the problem you are having with rclone?

I got this error when running GUI docker

2023/03/13 12:05:51 INFO : Local file system at /run/s6/services/rclone-mount/gdrive: poll-interval is not supported by this remote
2023/03/13 12:05:51 ERROR : Local file system at /run/s6/services/rclone-mount/gdrive: Statfs failed: failed to read disk usage: no such file or directory

Run the command 'rclone version' and share the full output of the command.

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads

Nacho--Rclone-Native-GUI docker as Rclone
Rclone-mount docker as Rclone mount

Which cloud storage system are you using? (eg Google Drive)

Google Drive Read only access

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount --config=/config/.rclone.conf --allow-other --allow-non-empty --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v gdrive /data

The rclone config contents with secrets removed.

[gdrive]
type = drive
client_id = XXXX
client_secret = XXXX
scope = drive.readonly
token = {"access_token":"XXXX","expiry":"2023-03-13T20:23:04.951968168+08:00"}
team_drive = XXXX
root_folder_id = XXXX

A log from the command with the -vv flag

2023/03/13 12:05:51 INFO  : Local file system at /run/s6/services/rclone-mount/gdrive: poll-interval is not supported by this remote
2023/03/13 12:05:51 ERROR : Local file system at /run/s6/services/rclone-mount/gdrive: Statfs failed: failed to read disk usage: no such file or directory
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 10-adduser: executing... 

GID/UID
-------------------------------------
User uid:    911
User gid:    911
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 40-config: executing... 
[cont-init.d] 40-config: exited 0.
[cont-init.d] done.
[services.d] starting services
Executing => rclone mount --config=/config/.rclone.conf --allow-other --allow-non-empty --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v gdrive /data
[services.d] done.

hello and welcome to the forum,

tl;dir - need to use rclone mount gdrive:, not rclone mount gdrive
since you used gdrive, rclone thinks the remote is a local subfolder, not google drive

notice Local file system. you told rclone to use local subdir gdrive, under /run/s6/services/rclone-mount/

this is expected, as local file system does not support poll-interval.

thank you for the information and you are correct

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.