Often I go looking for something and resort to running find / -name ...
But when there are multiple network drives mounted it can take forever.
There doesn't appear to be any parameter to restrict it to a physical disc/volume. Is there any way to do this?
/proc
is a differencet file system. For others, runfindmnt
could print out useful filesystem and mount info. E.g.findmnt
output of my kUbuntu – Rick Jun 04 '22 at 09:15