Fuse error, Unable to Start Rclone

What is the problem you are having with rclone?

I am no longer able to start clone service, it stopped working and it won't properly unmount the drive.
I also cannot run the command without --allow-non-empty

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

root@Sheldon:~# rclone version
rclone v1.60.0

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

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)

systemctl restart rclone.service

The rclone config contents with secrets removed.

root@Sheldon:~# cat .config/rclone/rclone.conf
[gdrive]
type = drive
client_id = 780644407811-33j8falnmd1dg7aeuabcm3a1hct192oh.apps.googleusercontent.com
client_secret = xxxxxxxxxx
scope = drive
root_folder_id = 1MFK0o6yo8FBVi-H4ivjnrogN8Zhg-EL9
token = xxxxxxx
team_drive = 

A log from the command with the -vv flag

root@Sheldon:~# /usr/bin/rclone mount gdrive: /mnt/remote --dir-cache-time 5000h --poll-interval 10s --umask 002 --user-agent someappname101 --cache-dir=/tmp/cache --drive-pacer-min-sleep 10ms --drive-pacer-burst 200 --vfs-cache-mode full --vfs-cache-max-size 50G --vfs-cache-max-age 5000h --vfs-cache-poll-interval 5m --vfs-read-ahead 2G --bwlimit-file 32M -vv
2022/11/11 09:26:51 DEBUG : rclone: Version "v1.60.0" starting with parameters ["/usr/bin/rclone" "mount" "gdrive:" "/mnt/remote" "--dir-cache-time" "5000h" "--poll-interval" "10s" "--umask" "002" "--user-agent" "someappname101" "--cache-dir=/tmp/cache" "--drive-pacer-min-sleep" "10ms" "--drive-pacer-burst" "200" "--vfs-cache-mode" "full" "--vfs-cache-max-size" "50G" "--vfs-cache-max-age" "5000h" "--vfs-cache-poll-interval" "5m" "--vfs-read-ahead" "2G" "--bwlimit-file" "32M" "-vv"]
2022/11/11 09:26:51 DEBUG : Creating backend with remote "gdrive:"
2022/11/11 09:26:51 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/11/11 09:26:51 DEBUG : gdrive: detected overridden config - adding "{cHldw}" suffix to name
2022/11/11 09:26:51 DEBUG : fs cache: renaming cache item "gdrive:" to be canonical "gdrive{cHldw}:"
2022/11/11 09:26:51 Fatal error: directory already mounted, use --allow-non-empty to mount anyway: /mnt/remote

the second error

root@Sheldon:~# /usr/bin/rclone mount gdrive: /mnt/remote --dir-cache-time 5000h --poll-interval 10s --umask 002 --user-agent someappname101 --cache-dir=/tmp/cache --drive-pacer-min-sleep 10ms --drive-pacer-burst 200 --vfs-cache-mode full --vfs-cache-max-size 50G --vfs-cache-max-age 5000h --vfs-cache-poll-interval 5m --vfs-read-ahead 2G --allow-non-empty --bwlimit-file 32M -vv
2022/11/11 09:27:45 DEBUG : rclone: Version "v1.60.0" starting with parameters ["/usr/bin/rclone" "mount" "gdrive:" "/mnt/remote" "--dir-cache-time" "5000h" "--poll-interval" "10s" "--umask" "002" "--user-agent" "someappname101" "--cache-dir=/tmp/cache" "--drive-pacer-min-sleep" "10ms" "--drive-pacer-burst" "200" "--vfs-cache-mode" "full" "--vfs-cache-max-size" "50G" "--vfs-cache-max-age" "5000h" "--vfs-cache-poll-interval" "5m" "--vfs-read-ahead" "2G" "--allow-non-empty" "--bwlimit-file" "32M" "-vv"]
2022/11/11 09:27:45 DEBUG : Creating backend with remote "gdrive:"
2022/11/11 09:27:45 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/11/11 09:27:45 DEBUG : gdrive: detected overridden config - adding "{cHldw}" suffix to name
2022/11/11 09:27:45 DEBUG : fs cache: renaming cache item "gdrive:" to be canonical "gdrive{cHldw}:"
2022/11/11 09:27:46 DEBUG : vfs cache: root is "/tmp/cache"
2022/11/11 09:27:46 DEBUG : vfs cache: data root is "/tmp/cache/vfs/gdrive{cHldw}"
2022/11/11 09:27:46 DEBUG : vfs cache: metadata root is "/tmp/cache/vfsMeta/gdrive{cHldw}"
2022/11/11 09:27:46 DEBUG : Creating backend with remote "/tmp/cache/vfs/gdrive{cHldw}/"
2022/11/11 09:27:46 DEBUG : Creating backend with remote "/tmp/cache/vfsMeta/gdrive{cHldw}/"
2022/11/11 09:27:46 DEBUG : Google drive root '': Mounting on "/mnt/remote"
2022/11/11 09:27:46 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2022/11/11 09:27:46 mount helper error: fusermount: failed to access mountpoint /mnt/remote: Transport endpoint is not connected
2022/11/11 09:27:46 Fatal error: failed to mount FUSE fs: fusermount: exit status 1

fusermount command

root@Sheldon:~# fusermount -uz /mnt/remoteroot@Sheldon:~# ls /mnt/remote ls: cannot access '/mnt/remote': Transport endpoint is not connected

rclone service file: [Unit]Description=RClone ServiceWants=network-online.targetAfter=network-o - Pastebin.com

root@Sheldon:~# cat -vet /etc/systemd/system/rclone.service
[Unit]$
Description=RClone Service$
Wants=network-online.target$
After=network-online.target$
$
[Service]$
Type=notify$
Environment=RCLONE_CONFIG=/root/.config/rclone/rclone.conf$
KillMode=none$
RestartSec=1$
ExecStart=/usr/bin/rclone mount gdrive: /mnt/remote \$
--dir-cache-time 5000h \$
--log-level INFO \$
--allow-non-empty \$
--poll-interval 10s \$
--umask 002 \$
--user-agent someappname101 \$
--cache-dir=/tmp/cache \$
--drive-pacer-min-sleep 10ms \$
--drive-pacer-burst 200 \$
--vfs-cache-mode full \$
--vfs-cache-max-size 50G \$
--vfs-cache-max-age 5000h \$
--vfs-cache-poll-interval 5m \$
--vfs-read-ahead 2G \$
--bwlimit-file 32M$
StandardOutput=file:/root/scripts/rclone_mount.log$
ExecStop=/bin/fusermount -uz /mnt/remote$
ExecStartPost=/usr/bin/rclone vfs/refresh recursive=true _async=true$
Restart=always$
User=root$
Group=root$
$
[Install]$
WantedBy=multi-user.target$

rclone service mount log:

root@Sheldon:~# cat scripts/rclone_mount.log <6>INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
mount helper error: fusermount: failed to access mountpoint /mnt/remote: Transport endpoint is not connectedFatal error: failed to mount FUSE fs: fusermount: exit status 1

Please also note this was working perfectly fine yesterday SAST time but now today it isn't working

This is a dedicated seedbox server running Ubuntu

That means the folder has some data in it and it should be empty. Generally that's because something else started in there prior and wrote something to the mount point.

Non empty is generally bad as your situation fits that as something else wrote to the mount point before rclone started and if you use non empty, you are going to overmount on top of it and hide whatever has started.

Ensure rclone has stopped by systemctl stop the service. Check if it's still running with something like a ps -ef | grep rclone

If it still is, that generally means something is using the mount point already.

As root, you can fuser -cu and see what process is using it.

If you can't figure it out, disable rclone, reboot, see what items are written in the mount point as that should give you a clue what's writing there.

I use two rclone mounts these days and I tie all my systemd service to them so if rclone stops, any service that requires that mount stops.

After=rclone-movies.service rclone-tv.service
Requires=rclone-movies.service rclone-tv.service

I'll have to check again but the only three things that use rclone Mount is mergerfs, Plex and docker

I made sure all is stopped and I run pgrep rclone and nothing shows up. I will disable it and see what happens.

I also tried adding "after" on Plex service to start after rclone and mergerfs but it didn't work

Before I started getting the fuse errors the Mount was empty but it kept giving the error when restarting the service saying I must use allow non empty tag

That's because the directory is not empty as something is writing there before you do your mount. That's the bit to fix so it's empty.

It doesn't show anything useful

root@Sheldon:~# ps -ef | grep rclone
root       14984   14664  0 13:50 pts/0    00:00:00 grep --color=auto rclone

After disabling all services that use rclone I rebooted and it showed the below output for ls /mnt/remote

root@Sheldon:~# ls /mnt/remote
root@Sheldon:~# 

So after presuming it is now empty and not in use I enabled rclone.service and started the service but it is still doing the same thing

root@Sheldon:~# systemctl restart rclone.service
Job for rclone.service failed because the control process exited with error code.
See "systemctl status rclone.service" and "journalctl -xeu rclone.service" for details.

The logs show the same error

root@Sheldon:~# cat scripts/rclone_mount.log 
Fatal error: directory already mounted, use --allow-non-empty to mount anyway: /mnt/remote

Use

ls -al /mnt/remote
root@Sheldon:~# ls -al /mnt/remote
total 8
drwxrwxrwx 2 root root 4096 Nov  6 17:39 .
drwxrwxrwx 9 root root 4096 Nov  9 11:25 ..
root@Sheldon:~#

So run:

systemctl start rclone.service

and

journalctl -u rclone.service -b

(fixed typo on the command above)

Share the output.

root@Sheldon:~# systemctl start rclone.service
Job for rclone.service failed because the control process exited with error code.
See "systemctl status rclone.service" and "journalctl -xeu rclone.service" for details.
root@Sheldon:~# journalctl -u systemctl restart rclone.service -b
Failed to add match 'restart': Invalid argument

Typo on my part.

journalctl -u rclone.service -b

root@Sheldon:~# journalctl -u rclone.service -b
Nov 11 14:00:16 Sheldon systemd[1]: /etc/systemd/system/rclone.service:9: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's pr>
Nov 11 14:01:06 Sheldon systemd[1]: Starting RClone Service...
Nov 11 14:01:08 Sheldon systemd[1]: rclone.service: Control process exited, code=exited, status=1/FAILURE
Nov 11 14:01:08 Sheldon systemd[1]: rclone.service: Failed with result 'exit-code'.
Nov 11 14:01:08 Sheldon systemd[1]: rclone.service: Unit process 1539 (rclone) remains running after unit stopped.
Nov 11 14:01:08 Sheldon systemd[1]: Failed to start RClone Service.
Nov 11 14:01:09 Sheldon systemd[1]: rclone.service: Scheduled restart job, restart counter is at 1.
Nov 11 14:01:09 Sheldon systemd[1]: Stopped RClone Service.
Nov 11 14:01:09 Sheldon systemd[1]: rclone.service: Found left-over process 1539 (rclone) in control group while starting unit. Ignoring.
Nov 11 14:01:09 Sheldon systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Nov 11 14:01:09 Sheldon systemd[1]: Starting RClone Service...
Nov 11 14:01:10 Sheldon systemd[1]: rclone.service: Main process exited, code=exited, status=1/FAILURE
Nov 11 14:01:10 Sheldon systemd[1]: rclone.service: Failed with result 'exit-code'.
Nov 11 14:01:10 Sheldon systemd[1]: rclone.service: Unit process 1539 (rclone) remains running after unit stopped.
Nov 11 14:01:08 Sheldon systemd[1]: Failed to start RClone Service.
Nov 11 14:01:09 Sheldon systemd[1]: rclone.service: Scheduled restart job, restart counter is at 1.
Nov 11 14:01:09 Sheldon systemd[1]: Stopped RClone Service.
Nov 11 14:01:09 Sheldon systemd[1]: rclone.service: Found left-over process 1539 (rclone) in control group while starting unit. Ignoring.
Nov 11 14:01:09 Sheldon systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Nov 11 14:01:09 Sheldon systemd[1]: Starting RClone Service...
Nov 11 14:01:10 Sheldon systemd[1]: rclone.service: Main process exited, code=exited, status=1/FAILURE
Nov 11 14:01:10 Sheldon systemd[1]: rclone.service: Failed with result 'exit-code'.
Nov 11 14:01:10 Sheldon systemd[1]: rclone.service: Unit process 1539 (rclone) remains running after unit stopped.
Nov 11 14:01:10 Sheldon systemd[1]: Failed to start RClone Service.
Nov 11 14:01:11 Sheldon systemd[1]: rclone.service: Scheduled restart job, restart counter is at 2.
Nov 11 14:23:21 Sheldon systemd[1]: rclone.service: Found left-over process 1886 (rclone) in control group while starting unit. Ignoring.
Nov 11 14:23:21 Sheldon systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Nov 11 14:23:21 Sheldon systemd[1]: Starting RClone Service...
Nov 11 14:23:22 Sheldon systemd[1]: rclone.service: Main process exited, code=exited, status=1/FAILURE
Nov 11 14:23:22 Sheldon systemd[1]: rclone.service: Failed with result 'exit-code'.
Nov 11 14:23:22 Sheldon systemd[1]: rclone.service: Unit process 1886 (rclone) remains running after unit stopped.
Nov 11 14:23:22 Sheldon systemd[1]: Failed to start RClone Service.
Nov 11 14:23:23 Sheldon systemd[1]: rclone.service: Scheduled restart job, restart counter is at 5.
Nov 11 14:23:23 Sheldon systemd[1]: Stopped RClone Service.
Nov 11 14:23:23 Sheldon systemd[1]: rclone.service: Start request repeated too quickly.
Nov 11 14:23:23 Sheldon systemd[1]: rclone.service: Failed with result 'exit-code'.
Nov 11 14:23:23 Sheldon systemd[1]: rclone.service: Unit process 1886 (rclone) remains running after unit stopped.
Nov 11 14:23:23 Sheldon systemd[1]: Failed to start RClone Service.
Nov 11 14:28:16 Sheldon systemd[1]: rclone.service: Got notification message from PID 1886, but reception only permitted for main PID which is currently no>
lines 183-196/196 (END)

You'd want to remove that and add

--log-file /root/scripts/rclone_mount.log

in the service file instead and change INFO to DEBUG and start it up and share the full log please.

If you can paste the updated service file once you've made the changes, that would be great as well.


root@Sheldon:~# systemctl restart  rclone
Job for rclone.service failed because the control process exited with error code.
See "systemctl status rclone.service" and "journalctl -xeu rclone.service" for details.
root@Sheldon:~# cat scripts/rclone_mount.log
Fatal error: directory already mounted, use --allow-non-empty to mount anyway: /mnt/remote
use 'rclone sel<6>INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
<6>INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
<6>INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2022/11/11 14:42:39 DEBUG : rclone: Version "v1.60.0" starting with parameters ["/usr/bin/rclone" "mount" "gdrive:" "/mnt/remote" "--dir-cache-time" "5000h" "--log-level" "DEBUG" "--poll-interval" "10s" "--umask" "002" "--user-agent" "someappname101" "--cache-dir=/tmp/cache" "--drive-pacer-min-sleep" "10ms" "--drive-pacer-burst" "200" "--vfs-cache-mode" "full" "--vfs-cache-max-size" "50G" "--vfs-cache-max-age" "5000h" "--vfs-cache-poll-interval" "5m" "--vfs-read-ahead" "2G" "--bwlimit-file" "32M" "--log-file" "/root/scripts/rclone_mount.log"]
2022/11/11 14:42:39 DEBUG : Creating backend with remote "gdrive:"
2022/11/11 14:42:39 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/11/11 14:42:39 DEBUG : gdrive: detected overridden config - adding "{cHldw}" suffix to name
2022/11/11 14:42:39 DEBUG : fs cache: renaming cache item "gdrive:" to be canonical "gdrive{cHldw}:"
2022/11/11 14:42:39 Fatal error: directory already mounted, use --allow-non-empty to mount anyway: /mnt/remote
2022/11/11 14:42:40 DEBUG : rclone: Version "v1.60.0" starting with parameters ["/usr/bin/rclone" "mount" "gdrive:" "/mnt/remote" "--dir-cache-time" "5000h" "--log-level" "DEBUG" "--poll-interval" "10s" "--umask" "002" "--user-agent" "someappname101" "--cache-dir=/tmp/cache" "--drive-pacer-min-sleep" "10ms" "--drive-pacer-burst" "200" "--vfs-cache-mode" "full" "--vfs-cache-max-size" "50G" "--vfs-cache-max-age" "5000h" "--vfs-cache-poll-interval" "5m" "--vfs-read-ahead" "2G" "--bwlimit-file" "32M" "--log-file" "/root/scripts/rclone_mount.log"]
2022/11/11 14:42:40 DEBUG : Creating backend with remote "gdrive:"
2022/11/11 14:42:40 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/11/11 14:42:40 DEBUG : gdrive: detected overridden config - adding "{cHldw}" suffix to name
2022/11/11 14:42:40 DEBUG : fs cache: renaming cache item "gdrive:" to be canonical "gdrive{cHldw}:"
2022/11/11 14:42:40 Fatal error: directory already mounted, use --allow-non-empty to mount anyway: /mnt/remote
2022/11/11 14:42:41 DEBUG : rclone: Version "v1.60.0" starting with parameters ["/usr/bin/rclone" "mount" "gdrive:" "/mnt/remote" "--dir-cache-time" "5000h" "--log-level" "DEBUG" "--poll-interval" "10s" "--umask" "002" "--user-agent" "someappname101" "--cache-dir=/tmp/cache" "--drive-pacer-min-sleep" "10ms" "--drive-pacer-burst" "200" "--vfs-cache-mode" "full" "--vfs-cache-max-size" "50G" "--vfs-cache-max-age" "5000h" "--vfs-cache-poll-interval" "5m" "--vfs-read-ahead" "2G" "--bwlimit-file" "32M" "--log-file" "/root/scripts/rclone_mount.log"]
2022/11/11 14:42:41 DEBUG : Creating backend with remote "gdrive:"
2022/11/11 14:42:41 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/11/11 14:42:41 DEBUG : gdrive: detected overridden config - adding "{cHldw}" suffix to name
2022/11/11 14:42:41 DEBUG : fs cache: renaming cache item "gdrive:" to be canonical "gdrive{cHldw}:"
2022/11/11 14:42:41 Fatal error: directory already mounted, use --allow-non-empty to mount anyway: /mnt/remote
2022/11/11 14:42:43 DEBUG : rclone: Version "v1.60.0" starting with parameters ["/usr/bin/rclone" "mount" "gdrive:" "/mnt/remote" "--dir-cache-time" "5000h" "--log-level" "DEBUG" "--poll-interval" "10s" "--umask" "002" "--user-agent" "someappname101" "--cache-dir=/tmp/cache" "--drive-pacer-min-sleep" "10ms" "--drive-pacer-burst" "200" "--vfs-cache-mode" "full" "--vfs-cache-max-size" "50G" "--vfs-cache-max-age" "5000h" "--vfs-cache-poll-interval" "5m" "--vfs-read-ahead" "2G" "--bwlimit-file" "32M" "--log-file" "/root/scripts/rclone_mount.log"]
2022/11/11 14:42:43 DEBUG : Creating backend with remote "gdrive:"
2022/11/11 14:42:43 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/11/11 14:42:43 DEBUG : gdrive: detected overridden config - adding "{cHldw}" suffix to name
2022/11/11 14:42:43 DEBUG : fs cache: renaming cache item "gdrive:" to be canonical "gdrive{cHldw}:"
2022/11/11 14:42:43 Fatal error: directory already mounted, use --allow-non-empty to mount anyway: /mnt/remote
2022/11/11 14:42:44 DEBUG : rclone: Version "v1.60.0" starting with parameters ["/usr/bin/rclone" "mount" "gdrive:" "/mnt/remote" "--dir-cache-time" "5000h" "--log-level" "DEBUG" "--poll-interval" "10s" "--umask" "002" "--user-agent" "someappname101" "--cache-dir=/tmp/cache" "--drive-pacer-min-sleep" "10ms" "--drive-pacer-burst" "200" "--vfs-cache-mode" "full" "--vfs-cache-max-size" "50G" "--vfs-cache-max-age" "5000h" "--vfs-cache-poll-interval" "5m" "--vfs-read-ahead" "2G" "--bwlimit-file" "32M" "--log-file" "/root/scripts/rclone_mount.log"]
2022/11/11 14:42:44 DEBUG : Creating backend with remote "gdrive:"
2022/11/11 14:42:44 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/11/11 14:42:44 DEBUG : gdrive: detected overridden config - adding "{cHldw}" suffix to name
2022/11/11 14:42:44 DEBUG : fs cache: renaming cache item "gdrive:" to be canonical "gdrive{cHldw}:"
2022/11/11 14:42:44 Fatal error: directory already mounted, use --allow-non-empty to mount anyway: /mnt/remote
root@Sheldon:~# 

^^^

ps -ef | grep rclone

share the output.

I initially setup the drive incorrectly by using the wrong account so I deleted the config and re-added it again

root@Sheldon:~# cat -vet /etc/systemd/system/rclone.service
[Unit]$
Description=RClone Service$
Wants=network-online.target$
After=network-online.target$
$
[Service]$
Type=notify$
Environment=RCLONE_CONFIG=/root/.config/rclone/rclone.conf$
KillMode=none$
RestartSec=1$
ExecStart=/usr/bin/rclone mount gdrive: /mnt/remote \$
--dir-cache-time 5000h \$
--log-level DEBUG \$
#--allow-non-empty \$
--poll-interval 10s \$
--umask 002 \$
--user-agent someappname101 \$
--cache-dir=/tmp/cache \$
--drive-pacer-min-sleep 10ms \$
--drive-pacer-burst 200 \$
--vfs-cache-mode full \$
--vfs-cache-max-size 50G \$
--vfs-cache-max-age 5000h \$
--vfs-cache-poll-interval 5m \$
--vfs-read-ahead 2G \$
--bwlimit-file 32M \$
--log-file /root/scripts/rclone_mount.log$
ExecStop=/bin/fusermount -uz /mnt/remote$
ExecStartPost=/usr/bin/rclone vfs/refresh recursive=true _async=true$
Restart=always$
User=root$
Group=root$
$
[Install]$
WantedBy=multi-user.target$
root@Sheldon:~#
root@Sheldon:~# ps -ef | grep rclone
root        1886       1  0 14:23 ?        00:00:00 /usr/bin/rclone mount gdrive: /mnt/remote --dir-cache-time 5000h --log-level INFO --poll-interval 10s --umask 002 --user-agent someappname101 --cache-dir=/tmp/cache --drive-pacer-min-sleep 10ms --drive-pacer-burst 200 --vfs-cache-mode full --vfs-cache-max-size 50G --vfs-cache-max-age 5000h --vfs-cache-poll-interval 5m --vfs-read-ahead 2G --bwlimit-file 32M
root        2413    2214  0 14:48 pts/0    00:00:00 grep --color=auto rclone
root@Sheldon:~#

You can't start the service because there already is a process of rclone running.

kill 1886

validate it's gone by checking

ps -ef | grep rclone

Once you are sure no rclone is running, then do a systemctl start rclone.

root@Sheldon:~# kill 1886
root@Sheldon:~# ps -ef | grep rclone
root        2539    2522  0 14:54 pts/0    00:00:00 grep --color=auto rclone
root@Sheldon:~# ls -al /mnt/remote
total 8
drwxrwxrwx 2 root root 4096 Nov  6 17:39 .
drwxrwxrwx 9 root root 4096 Nov  9 11:25 ..
root@Sheldon:~# systemctl start rclone
Job for rclone.service failed because the control process exited with error code.
See "systemctl status rclone.service" and "journalctl -xeu rclone.service" for details.
root@Sheldon:~#