EFUtool v1.0 published - Fast EFU update tool

Plug-in and third party software discussion.
Post Reply
zybexXL
Posts: 31
Joined: Mon Mar 06, 2017 3:59 pm

EFUtool v1.0 published - Fast EFU update tool

Post by zybexXL »

Hi all,

I've published a tool to create and update EFU files, supporting a very fast folder re-scan method - about 7x faster than Everything scanning for network shares. The created EFU files are compatible with Everything and can be loaded into it.

Please see this thread for details:
viewtopic.php?f=6&t=7545

Github source, documentation and benchmarks:
https://github.com/zybexXL/EFUtool

Download:
https://github.com/zybexXL/EFUtool/releases

Note that this is only useful for network shares. For local disks just use Everything's native volume indexing.
Hopefully David will soon make this tool redundant 8-)

Zybex
pharra
Posts: 7
Joined: Sat Apr 20, 2019 7:12 am

Re: EFUtool v1.0 published - Fast EFU update tool

Post by pharra »

and how do you do it on local disks? help me!
zybexXL
Posts: 31
Joined: Mon Mar 06, 2017 3:59 pm

Re: EFUtool v1.0 published - Fast EFU update tool

Post by zybexXL »

Pharra, what do you want to do exactly?
To index local NTFS disks you don't need EFUs, just enable the disks in Everything's settings. For non-NTFS disks you can use EFUTool to index them - just read the intructions on the webpage to generate the EFUs, then load them into Everything.
pharra
Posts: 7
Joined: Sat Apr 20, 2019 7:12 am

Re: EFUtool v1.0 published - Fast EFU update tool

Post by pharra »

I want the changes made in file locations, which are in an efu list, to be recognized by the efu list and the paths are updated.
so I could reproduce the archives directly from this list again ...
zybexXL
Posts: 31
Joined: Mon Mar 06, 2017 3:59 pm

Re: EFUtool v1.0 published - Fast EFU update tool

Post by zybexXL »

Have you read the instructions on the github page?
To create an EFU of C: drive:

Code: Select all

efutool myIndex.efu c:\
To create an EFU of multiple drives:

Code: Select all

efutool myIndex.efu c:\ d:\
To update an existing EFU file:

Code: Select all

efutool myIndex.efu
pharra
Posts: 7
Joined: Sat Apr 20, 2019 7:12 am

Re: EFUtool v1.0 published - Fast EFU update tool

Post by pharra »

zybexXL wrote: Mon Apr 22, 2019 8:15 pm Have you read the instructions on the github page?
To create an EFU of C: drive:

Code: Select all

efutool myIndex.efu c:\
To create an EFU of multiple drives:

Code: Select all

efutool myIndex.efu c:\ d:\
To update an existing EFU file:

Code: Select all

efutool myIndex.efu
Sorry, I did not read the instructions on the page. then the: efutool myIndex.efu
Would that be the solution I need?
In this post I'll tell you more about what I need: viewtopic.php?f=7&t=7676&p=25979#p25979
thank you!

PS: I downloaded efutool and I do not know how to install
Post Reply