September 27, 20232 yr Hello, I've setup a webdav auto-mount on my unraid using rclone and user-script My script is setup to run on array-startup, here is the command I use: rclone mount webdav-seedbox: /mnt/user/data/seedbox --no-check-certificate --vfs-cache-mode full --daemon --uid 99 --gid 100 --allow-other --log-level INFO I then start my sonarr docker which uses the `/mnt/user/data/seedbox` to monitor the downloads. When launching copy from `/mnt/user/data/seedbox` to `/mnt/user/data/media/tv/series/` it does copy correctly but after some time my WebGUI is just not working anymore as per the image. I can still access my unraid server using ssh, I've tried running the `diagnostics` command and here is the zip Thanks for your help tower-diagnostics-20230927-0253.zip Edited September 27, 20232 yr by snare94
September 28, 20232 yr Author After some experience I've changed my rclone command to the one below and the bug stopped happening rclone mount \ --no-check-certificate \ --vfs-cache-mode off \ --uid 99 \ --gid 100 \ --allow-other \ --read-only \ --log-level INFO \ webdav-seedbox: /mnt/user/data/seedbox &
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.