SUMMARY Dolphin wrongly reports free disk space on fuse mount (davfs2, mounted via fstab) as 0B and subsequently does not allow copying any files into it STEPS TO REPRODUCE 1. Mount davfs2 fuse mount to user home 2. try to copy a file into that mount OBSERVED RESULT Getting error "There is not enough space on the disk to write file:///<path>". This aligns with the reported free disk space in the properties dialogue on that mountpoint / folder: 0B free, 100% used EXPECTED RESULT I expect to be able to copy files into that mount as long as there actually is free disk space. This is the case since df -h reports: https://webdav:443/remote.php/dav/files/<user> 16E 2.6T 16E 1% /home/user/Nextcloud-webdav SOFTWARE/OS VERSIONS Operating System: NixOS 24.05 KDE Plasma Version: 6.0.5 KDE Frameworks Version: 6.2.0 Qt Version: 6.7.2 Kernel Version: 6.6.45 (64-bit) Graphics Platform: Wayland ADDITIONAL INFORMATION -