Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
''' rclone config redacted
[Alldebrid]
type = webdav
url = https://webdav.debrid.it/
vendor = other
user = XXX
pass = XXX
### Double check the config for sensitive info before posting publicly
'''
#### A log from the command that you were trying to run with the `-vv` flag
<!-- You should use 3 backticks to begin and end your paste to make it readable. Or use a service such as https://pastebin.com or https://gist.github.com/ -->
clone lsd Alldebrid: -vv
2024/12/12 14:40:48 DEBUG : rclone: Version "v1.69.0-beta.8430.6a983d601" starting with parameters ["rclone" "lsd" "Alldebrid:" "-vv"]
2024/12/12 14:40:48 DEBUG : Creating backend with remote "Alldebrid:"
2024/12/12 14:40:48 DEBUG : Using config file from "/home/glennpm/.config/rclone/rclone.conf"
2024/12/12 14:40:48 DEBUG : found headers:
-1 2024-12-12 14:40:48 -1 history
-1 2024-12-12 14:40:48 -1 links
-1 2024-12-12 14:40:48 -1 magnets
2024/12/12 14:40:48 DEBUG : 5 go routines active
... and it seems to work:
This is from the end of "mount"
/var/lib/snapd/snaps/plexmediaserver_460.snap on /snap/plexmediaserver/460 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide,x-gvfs-hide)
nsfs on /run/snapd/ns/firmware-updater.mnt type nsfs (rw)
Alldebrid:links on /media/PlexMovies type fuse.rclone (ro,nosuid,nodev,relatime,user_id=1000,group_id=989)
--network-mode what it is for? Have you bothered to look into documentation? You should:)
--allow-non-empty avoid using it. Can't you make sure that directory you mount something is empty? This is dirty way to force mount over non empty dirs. Perfect way to lose some files one day.
--vfs-cache-mode minimal - what you want to achieve by using it? especially that you also use --read-only
Do not try to change all content but only focus on your mount point.
Regarding '--allow-non-empty', I mount /media/PlexMovies in my fstab. This folder contains Movies and TV shows. 'links' is a sub-directory to it. Is this wrong?
I have no idea what Alldebrid is unfortunately. So hard to suggest anything as I am not sure what you need. Maybe others know this software and its requirements.