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-squarePseudoSpock@lemmy.dbzer0.comlinkfedilinkarrow-up4·1 year agomlocate, plocate, slocate Mount the drive, run updatedb, then unmount the db when that finishes. Then use the locate command.
mlocate, plocate, slocate
Mount the drive, run
updatedb
, then unmount the db when that finishes. Then use thelocate
command.