Rclone mount under Debian 10.0 Buster

What is the problem you are having with rclone?

got an new vps with debian buster.
copied my old rclone.conf + systemd mount units.

Error

Mount Command:
--read-only
--allow-non-empty
--allow-other
--umask 0007
--use-mmap
--buffer-size 2G
--dir-cache-time 96h
--transfers 16
--fast-list
--vfs-cache-mode writes
--vfs-read-chunk-size 128M
--vfs-read-chunk-size-limit off \

Any other early adaptor with this problem here?

You might want to check the output of journalctl -u rclone_mount1.service to see the full output. systemctl status only shows the last few lines. And maybe also provide the full unit file.

no problem... here we go

And the unit file?

Both of those do nothing a mount.

Is just a bad one to use as it allows for over mounting and hiding things. Definitely should be removed.

You'd have to share your service file as you have something off in there like the \ at the end of the commands.

And you purposely didn't include things like the version. Any reason why you removed that part?

Hi,
here is the (new) unit file.
image

Rclone Version is 1.48.0

just for info: I found this stupid error!
It was this useless Backslash "" followed by an emply line.

image

This thead can be closed

Yep, that would be it.

Always best to try on the command line and you can find the errors that way too.

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