mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[core] add alternate cheat mode for fast zeroing
* Ctrl-Alt-Z can now be used to zero a drive, while skipping blocks that are detected empty * Depending on your hardware, as well as the existing drive content, this strategy can greatly speed up zeroing operations, especially if the flash memory's read speed is much higher than its write speed. * Closes #1174
This commit is contained in:
parent
a394b9731a
commit
77bf5c8a49
5 changed files with 91 additions and 16 deletions
|
@ -19,6 +19,7 @@ o Version 1.0.24 (2018.??.??)
|
|||
- *NEW* MSG_087
|
||||
- *NEW* MSG_172
|
||||
- *NEW* MSG_199
|
||||
- *NEW* MSG_306
|
||||
|
||||
o Version 1.0.23 (2018.03.27)
|
||||
- All positioning ('m', 's') has now been removed as well as some controls, for the 3.0 UI redesign
|
||||
|
|
|
@ -567,6 +567,7 @@ t MSG_303 "Show the log"
|
|||
t MSG_304 "Create a disk image of the selected device"
|
||||
t MSG_305 "Use this option to indicate whether you want to use this device to install Windows on another disk, "
|
||||
"or if you want to run Windows directly from this drive (Windows To Go)."
|
||||
t MSG_306 "Fast-zeroing drive: %0.1f%% completed"
|
||||
|
||||
################################################################################
|
||||
############################# TRANSLATOR END COPY ##############################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue