Issues with "No Space left on device" messages after a couple days

What is the problem you are having with rclone?

Screenshot attached-

Issues with "No Space left on device" messages after a couple days

I am not sure if this is an issue with my rclone configuration or not but it feels like something is filling up somewhere because of it.

What is your rclone version (output from rclone version)

rclone v1.52.2

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu 18.02

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

Google Drive / Team Drive

What rclone command are you running?

Can you post a log from rclone showing the message?

Its at the bottom of my screenshot there .. as just a general system wide message .. for example there I was trying to restart the service because I noticed my plex deployment had stopped being able to play videos.

The mount was still active.

I unfortunately just rebooted prior to submitting this to clear it back out again so I won't be able to reproduce until its been running a couple days.

Can you post your systemd file please?

Yeah it is

/etc/systemd/system/rclone@.service
[Unit]
Description=Google Drive (rclone)
AssertPathIsDirectory=/home/%I/rclone/gdrive
Wants=network-online.target
After=network-online.target

[Service]
Type=notify
KillMode=none
RestartSec=5
ExecStart=/usr/bin/rclone mount crypt: /home/%I/rclone/gdrive
--config=/home/%I/.config/rclone/rclone.conf
--rc-addr=localhost:5575
--allow-other
--async-read=false
--fast-list
--rc
--rc-no-auth
--drive-skip-gdocs
--dir-cache-time=72h
--poll-interval 15s
--umask=002
--read-only
--vfs-read-chunk-size 32M

ExecStop=/bin/fusermount -uz /home/%I/rclone/gdrive
Restart=always
RestartSec=10

[Install]
WantedBy=multi-user.target

You've got --read-only and aren't setting --vfs-cache-mode so there should be really no reason for rclone to fill your disk up :confused:

That's what I figured but thanks for the help.

I will keep digging around but what seems to be the strange part is even those it says that the outputs I shows above for disk space and inodes all seem fine.

Let me know if you find anything

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