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

[Feature Request] Estimate time when flashing image. #2467

Closed
4 of 10 tasks
randompersononinternet69 opened this issue Apr 26, 2024 · 2 comments
Closed
4 of 10 tasks

[Feature Request] Estimate time when flashing image. #2467

randompersononinternet69 opened this issue Apr 26, 2024 · 2 comments

Comments

@randompersononinternet69

Checklist

  • I looked at https://github.com/pbatard/rufus/wiki/FAQ to see if my question has already been answered.
  • I performed a search in the issue tracker for similar issues using keywords relevant to my problem, such as the error message I got from the log.
  • I clicked the 'Log' button (🗒️) or pressed Ctrl-L in Rufus, or used DebugView, and copy/pasted the log into the section that says <FULL LOG> below.
  • The log I am copying is the FULL log, starting with the line Rufus version: x.y.z - I have NOT removed any part of it.

Additionally (if applicable):

  • I ran a bad blocks check, by clicking Show advanced format options then Check device for bad blocks, and confirmed that my USB is not defective.
  • I also tried one or more of the following:
    • Using a different USB drive.
    • Plugging the USB into a different port.
    • Running Rufus on a different computer.
  • If using an image, I clicked on the (✓) button to compute the MD5, SHA1 and SHA256 checksums, which are therefore present in the log I copied. I confirmed, by performing an internet search, that these values match the ones from the official image.

Issue description

I would like to see a estimated time until finished in Rufus 4.5. Could be useful.

Log

<FULL LOG>
@pbatard
Copy link
Owner

pbatard commented Apr 27, 2024

You can already get this when writing in DD mode if you press Alt.

On the other hand, this will never be implemented for ISO extraction, because there are operations (formatting, patching) that rely on Windows APIs where we simply cannot get any time estimation, and I will not go with a half-assed guess just to hear people then complain that the time estimate is wrong.

Please bear in mind that it's not because an application can provide a progress of its operations that it can produce a time estimate. You can get progress reports for "black box" Windows APIs, but, since these are black box, there is no possibility to get an estimate of how much time is left to completion, and the cost/benefit of trying to "guesstimate" a value is simply not worth it n an application that was never designed to be a benchmarking tool.

@pbatard pbatard closed this as completed Apr 27, 2024
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants