-
Notifications
You must be signed in to change notification settings - Fork 75
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
Print elapsed time and estimated time to completion #46
Comments
This is actually a very useful suggestion, thank you. |
The dirty hack for a progress bar is using
Of course that is just the first pass... |
@thinrope thank you for your suggestion. The plan for the future is to implement a progress bar with |
For dirty hack mentioned above, if you use
Otherwise, you'll see this message
|
Although it doesn't produce a progress bar, I found that adding tqdm to feed_all's main loop is still quite helpful. If the code cannot find anything for a while, it at least gives some feedback to the user that the program isn't frozen (side note: I'm currently running it on a clone of a bad drive and I hope that this isn't a bad sign...). Also, it gives you an estimate of the number of iterations/second, which can still be useful if you know how many sectors are on the hard drive. |
I can confirm. I am experimenting with |
When trying to recover large drives, it helps to know how much time you need to wait.
For example,
photorec
displays this:P.S. Thank you for this tool, looks promising! Although I'm still waiting for it to scan the whole drive…
Edit: It worked! I recovered the files when both testdisk and photorec didn't help at all. Amazing.
The text was updated successfully, but these errors were encountered: