Issues with Rclone Mount - >Root: node=/, err=<nil>

Hey Guys!

Got an issue with my rclone mount drive not mounting correctly. I’m using this command: rclone mount --allow-non-empty --allow-other -vv dec-m:/ /home/plexadmin/mounts/m/m-gd and the scripts starts running but never finishes.

Trying to check the mount directory /home/plexadmin/mounts/m/m-gd just freezes bash on ls.

I was getting this error on 1.43 to 1.43.1 but still get this error:

2018/09/09 07:03:40 DEBUG : rclone: Version "v1.43.1" starting with parameters ["rclone" "mount" "-v                                                                                                                                         v" "dec-m:/" "/home/plexadmin/mounts/m/m-gd"]
2018/09/09 07:03:40 DEBUG : Using config file from "/home/plexadmin/.config/rclone/rclone.conf"
2018/09/09 07:03:40 DEBUG : Encrypted drive 'dec-m:/': Mounting on "/home/plexadmin/mounts/m/m-gd"
2018/09/09 07:03:40 INFO  : Encrypted drive 'dec-m:/': poll-interval is not supported by this remote
2018/09/09 07:03:40 DEBUG : Adding path "vfs/forget" to remote control registry
2018/09/09 07:03:40 DEBUG : Adding path "vfs/refresh" to remote control registry
2018/09/09 07:03:40 DEBUG : : Root:
2018/09/09 07:03:40 DEBUG : : >Root: node=/, err=<nil>

Any help would be immensely great! Thank you. :slight_smile:

The mount command doesn’t finish - it needs to stay running in order to access the mount. You can run it in the background with the --daemon flag.

Otherwise I don’t see an obvious problem in your log.

1 Like