Indexing Software

Joined
Jan 8, 2005
Messages
6,188
Reaction score
254
Points
83
Location
New Jersey
Your Mac's Specs
Mac Pro 8x3.0ghz 12gb ram 8800GT , MBP 2.16 2GB Ram 17 inch.
Is there any indexing software for files on drives not plugged in. A program like spotlight, but when searching you find a file and you click on it and it tells you which of your externals it is on..

I have quite a few externals and try to keep organized but would like a program where I could search an index and it would tell me which drive to plug in. This way I do not need to have all the drives plugged in at all times, causing unnecessary wear causing possible data loss, or needlessly using electricity.
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
I don't know how well this will work but bear with me.

You can use the locate tool. I just tried it and it listed files on my external with it both plugged in and not plugged in. Now, if you can't plug in all your externals, this isn't going to work.

Nonetheless, in Terminal, run:
Code:
sudo /usr/libexec/locate.updatedb
Once that's done, you can just type:
Code:
locate <filename>
The downsides to this are that you have to manually update the db and AFAIK, it will only update the database with files that it has access to at the moment (ie. drives plugged in).

This might also be a worthy read (for spotlight) as well but as the document says, the, "only requirement is that the volume needs to be mounted to perform a search."
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top