Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: leading slash #8339

Open
jehon opened this issue Jan 27, 2025 · 0 comments
Open

Docs: leading slash #8339

jehon opened this issue Jan 27, 2025 · 0 comments

Comments

@jehon
Copy link

jehon commented Jan 27, 2025

Hello dear great developers of this great product!

In the "mount" manual page (here: https://rclone.org/commands/rclone_mount/), it didn't say that we can not use a leading slash.

So in systemd, the mount unit:

[Mount]
Type=rclone
What=cloud:Photos
Where=/mnt/cloud/photos

will work, while

[Mount]
Type=rclone
What=cloud:/Photos                   # Mind the / in /Photos
Where=/mnt/cloud/photos

Will not.

I took me 6 months to figure that out (yes, I am a bit stubborn) :-)

Could we implement the test somewhere? For example, in the PCloud helper? Or perhaps more globally?

Thanks in advance...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant