Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support other file systems? #4

Closed
dufferzafar opened this issue Feb 19, 2019 · 2 comments
Closed

Support other file systems? #4

dufferzafar opened this issue Feb 19, 2019 · 2 comments

Comments

@dufferzafar
Copy link

This is not really a "issue", and I realise that it's not even a feature request, but I still wanted to discuss the possibilities.

Is it possible to add support for other file systems?

Are there any other file systems which have Catalog of files? I guess NTFS does. (as Everything uses it for search)

But do you know if ext3/4 or any other linux file systems have this?

@dufferzafar
Copy link
Author

There are a lot of tools that try to improve upon search times in Linux land, locate is the most famous of them. Which just crawls the entire disk, builds a single database, on which future searches can happen. Updating the database takes ~40 seconds on my machine (and is done at every boot i think.)

If it is even possible, a faster way would be to sift through the file catalog to build a database (this is what Everything does on NTFS.)

@sveinbjornt
Copy link
Owner

searchfs is intended for use on macOS systems, which typically use either HFS+ or AFPS. The entire point is that it does not perform indexing but rather a live search of the filesystem catalogue. Building a locate-style database and searching it would be a different project altogether, though such a catalogue could certainly be built quickly using searchfs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants