First time rclone user. Trying to mount my personal DropBox account on my Mac filesystem. Got the following message:
$ rclone mount Personal\ Dropbox:/ ~/DropBox --allow-non-empty
2018/02/08 10:53:57 NOTICE: Dropbox root '': poll-interval is not supported by this remote
I can see that it mounts the remote filesystem properly, but i don’t get my command prompt back. When i break out of rclone (CTRL-C) i get my command prompt back, but my mounted FS is gone.
This is the intended behavior. The rlcone mount will only work while it is running. If you want it to run in the background you have to setup a script or service that runs rclone mount (I'm not familiar how this is done on MacOS).
The poll-interval notice is intended and does not stop rclone from working. It just informs you that Dropbox does not have this optional feature.