Created attachment 174431 [details] print Dolphin's Info Panel doesn't show the BTRFS file system, but it does show other file systems normally. Print attached Terminal Dolphin: ➜ teste dolphin . QGestureManager::deliverEvent: could not find the target for gesture QGestureManager::deliverEvent: could not find the target for gesture kf.kio.widgets: Could not find mount point for QUrl("file:///home/joserafael/teste") qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x0 Operating System: Fedora Linux 40 KDE Plasma Version: 6.1.5 KDE Frameworks Version: 6.6.0 Qt Version: 6.7.2 Kernel Version: 6.10.11-200.fc40.x86_64 (64-bit) Graphics Platform: Wayland Processors: 4 × Intel® Core™ i5-4200U CPU @ 1.60GHz Memory: 7.7 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 4400
Partially confirmed: On my installation the free space is shown for a btrfs volume, but the file system type and mount information that is shown on an ext4 volume is not shown for a btrfs volume. Operating System: Arch Linux KDE Plasma Version: 6.1.90 KDE Frameworks Version: 6.6.0 Qt Version: 6.8.0 Graphics Platform: Wayland
Seems to be a problem with libmount and the way that btrfs subvolumes are bind mounts: https://invent.kde.org/frameworks/kio/-/merge_requests/1778 worked around it by just using `lstat` for bind mounts
Git commit 35e575eb7d457c6e972ca373e2c408c31e4a7358 by Thomas Duckworth. Committed on 29/01/2025 at 05:11. Pushed by tduck into branch 'master'. kmountpoint: Handle device IDs for bind mounts M +9 -1 src/core/kmountpoint.cpp https://invent.kde.org/frameworks/kio/-/commit/35e575eb7d457c6e972ca373e2c408c31e4a7358