Bug 492108 - Dolphin wrongly reports free disk space on fuse mount (davfs2) as 0B and subsequently does not allow copying any files into it
Summary: Dolphin wrongly reports free disk space on fuse mount (davfs2) as 0B and subs...
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 24.02.2
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-23 22:29 UTC by Julian Dannenberg
Modified: 2024-08-23 22:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Dannenberg 2024-08-23 22:29:08 UTC
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
-