How can I access the list of indexed files?

General discussion related to "Everything".
Post Reply
telamon
Posts: 5
Joined: Sat Apr 18, 2020 7:42 pm

How can I access the list of indexed files?

Post by telamon »

I don't really know how to word this properly, but a little backstory to better get at what I'm searching for.

One of my drives (probably) died a couple of days ago and I'm wondering if there's a list I can get with the indexed files for the particular drive? I'm gonna send it to see if the data can be saved, but in the instance it can't, I'd like to know if I can see what was on it through Everythings index-ing if it hasn't been wiped when I disconnected it.
NotNull
Posts: 5294
Joined: Wed May 24, 2017 9:22 pm

Re: How can I access the list of indexed files?

Post by NotNull »

Start by making a copy of your Everything.db:
  • Keep Everything running; don't close it as that may overwrite/delete data in the database.
  • In File Explorer's address bar, type or paste the following and press ENTER:

    Code: Select all

    %LOCALAPPDATA%\Everything
  • If there is no Everything.db in this folder, browse to the program folder of Everything.
  • Copy Everything.db to a save location.
To open this database:
  • Copy Everything.exe to the folder where you just put a copy of Everything.db
  • In File Explorer, browse to this folder
  • In File Explorer's address bar, type or paste the following and press ENTER:

    Code: Select all

    cmd.exe
  • In the Command Prompt, type or paste the following and press ENTER:

    Code: Select all

    Everything.exe -instance ReadOnly -db Everything.db -readonly
  • You can now inspect content of your drive and/or export them to a textfile (Menu:File > Export)

When done, close this session (Menu:File > Exit)
telamon
Posts: 5
Joined: Sat Apr 18, 2020 7:42 pm

Re: How can I access the list of indexed files?

Post by telamon »

Okay, I'm seeing the drive there. Is there an option to export only that drive, because I have several other drives?

Edit: The exported files are also over 350mgb as well.
NotNull
Posts: 5294
Joined: Wed May 24, 2017 9:22 pm

Re: How can I access the list of indexed files?

Post by NotNull »

Yes, sure. Type
X:
in the search bar to limit the results to drive X:
telamon
Posts: 5
Joined: Sat Apr 18, 2020 7:42 pm

Re: How can I access the list of indexed files?

Post by telamon »

Thank you, that worked beautifully!
Post Reply