Page 1 of 1

EFUtool v1.0 published - Fast EFU update tool

Posted: Fri Mar 08, 2019 3:18 pm
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

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

Posted: Mon Apr 22, 2019 2:17 am
by pharra
and how do you do it on local disks? help me!

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

Posted: Mon Apr 22, 2019 10:39 am
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.

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

Posted: Mon Apr 22, 2019 5:11 pm
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 ...

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

Posted: Mon Apr 22, 2019 8:15 pm
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

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

Posted: Mon Apr 22, 2019 8:41 pm
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