TestDisk-QPhotoRec

MR ZenWiz mrzenwiz at gmail.com
Wed Oct 16 18:36:50 UTC 2024


On Wed, Oct 16, 2024 at 11:25 AM Grizzlly via ubuntu-users
<ubuntu-users at lists.ubuntu.com> wrote:
>
:
>
> Not here, maybe because it is a soft simlink ?
>
Find by name should locate it whether it is a file or a symlink. E.g.,
$find / -name "<YourFileName>".

Have you tried using locate (after an updatedb)? Unless you have
custom filters, that should find anything in any file system directly
mounted on your machine (again, symlink or file doesn't matter).
Locate is generally much faster than find. Also, sometimes you need to
run find with sudo; not needed with locate. Also, locate will find any
pattern that matches, whole file name or not. Find requires globbing
patterns in quotes to do that. There's also a '-i' flag for locate
(-iname for find) to eliminate case-sensitivity.

Just a thought.  HTH.

MRZ




More information about the ubuntu-users mailing list