CoderSupreme@programming.dev to Linux@lemmy.ml · edit-22 years 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-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 years agomessage-square18fedilink
minus-squareShadow@lemmy.calinkfedilinkarrow-up13·2 years agoA slightly more polished version might be a locate db per disk
minus-squared3Xt3r@lemmy.nzMlinkfedilinkarrow-up6·edit-22 years 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.
A slightly more polished version might be a locate db per disk
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.