CoderSupreme@programming.dev to Linux@lemmy.ml · edit-22 年前Which tool could I use to scan all drives and find where I have a file even when the drives are disconnected?message-squaremessage-square17fedilinkarrow-up135arrow-down11
arrow-up134arrow-down1message-squareWhich tool could I use to scan all drives and find where I have a file even when the drives are disconnected?CoderSupreme@programming.dev to Linux@lemmy.ml · edit-22 年前message-square17fedilink
minus-squared3Xt3r@lemmy.nzMlinkfedilinkarrow-up6·edit-22 年前This. By default, the locate command does not check whether the files found in the database still exist, so you could use it even if the indexed filesystem or path is offline.
This. By default, the locate command does not check whether the files found in the database still exist, so you could use it even if the indexed filesystem or path is offline.