Banging my head against the wall

Google drive will not mount on Ubuntu 22.04. I have had it running on 20.04 successfully for over a year and have copied my rclone.conf from the original to the new server and have configured the systemd the same. Other than OS version it is like for like so know the config is good. I have tried running it as my user and also root to no avail. Looking to understand if anyone else has stumbled across this? Thanks in advance.

rclone version output
rclone v1.63.1

  • os/version: ubuntu 22.04 (64 bit)
  • os/kernel: 5.15.0-76-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.20.6
  • go/linking: static
  • go/tags: none

rclone.service - Mount and cache Google drive
Loaded: loaded (/etc/systemd/system/rclone.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2023-07-24 12:52:42 CEST; 17s ago
Process: 7004 ExecStartPre=/bin/mkdir -p ${MOUNTTO} (code=exited, status=0/SUCCESS)
Process: 7005 ExecStartPre=/bin/mkdir -p ${LOGS} (code=exited, status=0/SUCCESS)
Process: 7006 ExecStartPre=/bin/mkdir -p ${UPLOADS} (code=exited, status=0/SUCCESS)
Process: 7007 ExecStart=/usr/bin/rclone mount --rc-addr=localhost:5572 --log-file ${LOGS}/rclone.log --log-level INFO --umask 022 --allow-non-empty --allow-other --fuse-flag sync_read --tpslimit 10 --tpslimit-burst 10 --dir-cache-time=160h --buffer-size=64M --attr-timeout=1s --vfs-read-chunk-size=2M --vfs-read-chunk-size-limit=2G --vfs-cache-max-age=5m --vfs-cache-mode=writes --cache-dir ${UPLOADS} --config ${RCLONEHOME}/rclone.conf GDriveCrypt: ${MOUNTTO} (code=exited, status=1/FAILURE)
Main PID: 7007 (code=exited, status=1/FAILURE)
CPU: 149ms

Jul 24 12:52:42 challenger systemd[1]: rclone.service: Scheduled restart job, restart counter is at 8.
Jul 24 12:52:42 challenger systemd[1]: Stopped Mount and cache Google drive.
Jul 24 12:52:42 challenger systemd[1]: rclone.service: Start request repeated too quickly.
Jul 24 12:52:42 challenger systemd[1]: rclone.service: Failed with result 'exit-code'.
Jul 24 12:52:42 challenger systemd[1]: Failed to start Mount and cache Google drive

Does:

/usr/bin/rclone mount GDriveCrypt: mountpoint -vv

work? if no post results here.

If yes than in your serviced:

change --log-level INFO to --log-level DEBUG and post here content of ${LOGS}/rclone.log

Seems as though I hit an issue with fuse3 which i've found in github.

running ```
sudo apt install fuse3

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