I run this command to mount a Google drive folder:
rclone mount drive:folder /mount_point --allow-other --allow-non-empty --log-file ~/rclone.log
After a few minutes, I can see the drive is mounted, however, It neither returns the prompt nor writes on ~/rclone.log. If I press CTRL-C, i get the prompt back, the drive is unmounted and this entry in ~/rclone.log:
2023/03/02 10:55:09 ERROR : /mount_point: Unmounted rclone mount
Run the command 'rclone version' and share the full output of the command.
rclone v1.61.1
os/version: ubuntu 18.04 (64 bit)
os/kernel: 4.15.0-204-generic (x86_64)
os/type: linux
os/arch: amd64
go/version: go1.19.4
go/linking: static
go/tags: none
Yes
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone mount googledrive:folder /mount_point --allow-other --allow-non-empty --log-file ~/rclone.log
that is expected behavior. if you want to access the files in the mount, rclone mount command has to be running.
can work around that with --daemon, cron, systemd, automount, tmux/screen
try --log-level=DEBUG
unless you are 1000% sure, i would remove that flag.