CoderSupreme@programming.dev to Linux@lemmy.ml · edit-21 year agoWhich tool could I use to scan all drives and find where I have a file even when the drives are disconnected?message-squaremessage-square18fedilinkarrow-up132arrow-down11
arrow-up131arrow-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-21 year agomessage-square18fedilink
minus-squared3Xt3r@lemmy.nzMlinkfedilinkarrow-up6·edit-21 year agoThis. 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.