Created attachment 154504 [details] Screenshot of a List of available media SUMMARY List of available media (Ctrl+M) as well as Mountman is a useful tool to show and manage the mounts of block devices. But now this dropdown list contains a heap of waste items such as snap, docker, AppImage volumes and so on. I guess the algorithm that forms the list of mounted devices has to be improved. STEPS TO REPRODUCE 1. Press Ctrl+M and be horrified. OBSERVED RESULT I see almost everything that was exhausted by the `mount` command EXPECTED RESULT What List of available media should contain: Short accurate sorted[!] list of: * Partitions of removable block devices [must have] * Unmountable partitions of stationary block devices (no "/", "/home", "/var/*", "/srv/*" partitions) [discussable] * MTP/PTP devices (like your mobile phone or camera internal storage) [desirably] What List of available media shouldn't contain: * Partitions of stationary block devices that can't be unmounted (like "/", "/home" ). * Underlining encrypted devices of the above partitions. * Docker's overlays * Snap's and AppImage's squashfs mounts Maybe we will need a Krusader's setting "Show only removable devices" (like Mountman has) with another called for example "Smart filter" that enables the filtering described above. This option is a good idea for Mountman as well. SOFTWARE/OS VERSIONS Operating System: Kubuntu 22.04 KDE Plasma Version: 5.24.7 KDE Frameworks Version: 5.92.0 Qt Version: 5.15.3 Kernel Version: 5.15.0-56-generic (64-bit) Graphics Platform: X11 ADDITIONAL INFORMATION I ❤ krusader
This should have a wishlist priority as it's not exactly a bug. Please adjust the "Importance" part (if you can). Just ran into a relevant option while exploring settings and I remembered bug report(s?) desiring such features. At least a SquashFS filter was already available at the time of report: https://invent.kde.org/utilities/krusader/-/commit/9d80bd9f4d8251550a1311c4851de7fa919a104e The reproducer is insufficient though, it's important to mention the use of Snap and Docker. The former is unwelcome on a lot of systems so I wouldn't take it granted to see it somewhere, and the later is less noisy and not everyone uses it. For example I don't have Snap, and I'm using Podman instead of Docker with multiple containers running even right now, and the list isn't that horrifying, even though it's surely strange for me too: - NFS mounts are shown 3 times each with each entry having a different icon, but only 1 working, the other 2 just showing errors when selected - LUKS entries, 1 showing an error on selection, the other one working, but being redundant Aside from the oddities I've mentioned which don't really make much sense as they are not even usable, generally the concern is not breaking others' workflow which is likely why the SquashFS filtering isn't enabled by default either.
(In reply to Pedro V from comment #1) > This should have a wishlist priority as it's not exactly a bug. Please > adjust the "Importance" part (if you can). Unfortunately, the "Importance" part is not editable for me.