Bug 504949 - Add checkbox "Exclude mountpoints" in searches
Summary: Add checkbox "Exclude mountpoints" in searches
Status: REPORTED
Alias: None
Product: kfind
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-29 08:26 UTC by Nikoichu
Modified: 2025-05-29 08:26 UTC (History)
0 users

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 Nikoichu 2025-05-29 08:26:18 UTC
I often have to search my root "/" directory for files, but KFind goes off searching in my /home (that is mounted separately) and my other storage drives that are in "/run/media/..." which are huge and take a while to search through (especially if content search is enabled), and only muddy my search results.

I have not found any way to specify exclusions from the search (please let me know if there is some syntax or anything). A way to specify excluded directories would be nice to have, but is not within the scope of this feature request.

The solution I propose is to add a simple checkbox "Exclude mountpoints" that would detect when a directory is mounted as its own drive (if it matches any of the outputs from the command df-h for example?) and exclude searching in it. Obviously it would be greyed out if "Include subfolders" is not checked.