-
Notifications
You must be signed in to change notification settings - Fork 886
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
webdav mounted via rclone doesn't show free space. when i mount it i see this:
❯ rclone mount --vfs-cache-mode writes --no-check-certificate --dir-cache-time 5s yobsonxyz-dav: /mnt/cpp
2025/07/29 16:23:12 ERROR : webdav root '': Statfs failed: <pre>authenticate
URL:: 401 Unauthorized
and if i try to use rclone about i see the same error
Screenshots


Server details (if you are using docker/podman)
- server OS / version: raspberry pi OS
Linux rpi 6.12.25+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.12.25-1+rpt1 (2025-04-30) aarch64 GNU/Linux
- how you're running copyparty: docker
- docker image: [ghcr.io/9001/copyparty-ac@sha256:75df3f6213dad93690c66f2825e300d02b9faff0284dcb522d0f0f46a0ffd131]
- copyparty arguments and/or config-file:
[global]
e2dsa # enable file indexing and filesystem scanning
e2ts # enable multimedia indexing
ansi # enable colors in log messages
# q, lo: /cfg/log/%Y-%m%d.log # log to file instead of docker
# p: 3939 # listen on another port
# ipa: 10.89. # only allow connections from 10.89.*
df: 8 # stop accepting uploads if less than 8 GB free disk space
ver # show copyparty version in the controlpanel
# grid # show thumbnails/grid-view by default
# theme: 2 # monokai
# stats, nos-dup # enable the prometheus endpoint, but disable the dupes counter (too slow)
no-robots, force-js # make it harder for search engines to read your server
hist: /cfg/hists/
xff-src: lan
dav-auth
[/priv] # private volume
/w/priv
accs:
rwmda: yobson # i get read-write-move-delete-admin
[/pub] # enitrely public read access
/w/pub
accs:
r: *
rwmda: yobson
[/u] # public but only with direct URLs to files, no browsing
/w/u
accs:
g: *
rwmda: yobson
Client details
arch linux - rclone and KDE dolphin
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working