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
Zybex
EFUtool v1.0 published - Fast EFU update tool
Re: EFUtool v1.0 published - Fast EFU update tool
and how do you do it on local disks? help me!
Re: EFUtool v1.0 published - Fast EFU update tool
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.
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
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 ...
so I could reproduce the archives directly from this list again ...
Re: EFUtool v1.0 published - Fast EFU update tool
Have you read the instructions on the github page?
To create an EFU of C: drive:
To create an EFU of multiple drives:
To update an existing EFU file:
To create an EFU of C: drive:
Code: Select all
efutool myIndex.efu c:\
Code: Select all
efutool myIndex.efu c:\ d:\
Code: Select all
efutool myIndex.efu
Re: EFUtool v1.0 published - Fast EFU update tool
Sorry, I did not read the instructions on the page. then the: efutool myIndex.efuzybexXL wrote: ↑Mon Apr 22, 2019 8:15 pm Have you read the instructions on the github page?
To create an EFU of C: drive:To create an EFU of multiple drives:Code: Select all
efutool myIndex.efu c:\
To update an existing EFU file:Code: Select all
efutool myIndex.efu c:\ d:\
Code: Select all
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