conaticus / FileExplorer

Fast file explorer written with Tauri and React.
GNU General Public License v2.0
926 stars 69 forks source link

Support for everything file indexer #78

Open AYA-123 opened 1 year ago

AYA-123 commented 1 year ago

Mostly when searching for files

LeoCatsune commented 1 year ago

Please elaborate further on this.

grayfallstown commented 1 year ago

The Everything search engine parses the Master File Table on NTFS drives and bypasses the windows file API almost completely for very fast indexing. Requires admin rights and one would need to find a way to access the MFT. There is a rust MFT parser for once you have it.

Pretty sure there were multiple issues for this already.