pixelb / fslint

Linux file system lint checker/cleaner
315 stars 73 forks source link

fslint-gui does not seem to do anything on large file collections #124

Closed COLABORATI closed 7 years ago

COLABORATI commented 7 years ago

with some larger file collections (20GB and up) the gui, after clicking the find button, does seem to do absolutely nothing. It shows "searching..." but never seems to find anhything.

There should be some kind of indicator about what is going on.

The same is true for the findup tool - it just starts and does not produce any output.

BTW fdupes needs about 57 Minutes for that directory, however it still produces some progress indication.

Please implement some kind of progress indicator and also please test your software with lots of files - you would have seen this yourself if you would test with a big enough directory (and 20GB si not really big nowadays).

pixelb commented 7 years ago

Duplicate of #17

Jieiku commented 6 years ago

Thank you for this report, I tried fslint, and after waiting a couple hours on a 200gb directory of approximately 60k files, the only feedback I get from fslint is a spinning mouse cursor, indicating its doing something, a simple "im busy" type indicator is not good because many applications show those EVEN if they are hanging and not really working anymore.

Thanks to your comment I tried out fdupes, works like a charm :)

Tip: make sure to set your terminal to infite scrollback, or a very large buffer size, otherwise you won't be able to see all the results.