-
Notifications
You must be signed in to change notification settings - Fork 87
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
Display summary of procedures, with confirmation, before exec #277
Comments
2'nd btw: This is for an SSD drive. I don't know if this makes any difference. (Regarding writing zeros/SSD trim?) |
Further to this issue... This is what is shown on screen after doing the following Load program (Top left): Rounds: 1 (plus blanking pass) I don't think this is what the program does, because as you can see below it says round 1 of 1, pass 1 of 1, and it states the progress is 50 % ish |
Basically it is confusing. I don't know if it does a final blanking pass or not. It doesn't seem to correspond to what is selected in the settings before running in some cases |
Yes, you're correct. For a zero fill it's confusing. Although it says on screen it's doing a blanking pass I don't think it does (as it's not necessary as it's already done a zero fill which is the same as a blanking pass). Basically for zero fill the blanking pass shown in the GUI needs to be removed for zero fill when verify is switched on. I'll allocate the fix to myself. |
@edbird wrote :
I also find that the presentation could be improved regarding the Final Blanking Pass. |
I also noted a problem between options when doing a PRNG stream wipe, with for example 2 rounds. When I choose not to have any Final Blanking Pass at all, Nwipe changes the verify parameter from "Verify All Passes" (which I have chosen) to "Verification Off". (I am using nwipe 0.29.006) |
Set drive to wipe. Change method to zero fill/quick erase. Select V, verify last pass. Select B. "Perform final blanking pass is selected by default. Wut? Why? Does this mean that after selecting quick erase mode, that another quick erase is done after the first quick erase? Fixed by #326 |
When selection options (method/verify/blanking) before run, it is not clear which of these options are actually exec'd.
Example:
Set drive to wipe. Change method to zero fill/quick erase. Select V, verify last pass. Select B. "Perform final blanking pass is selected by default. Wut? Why? Does this mean that after selecting quick erase mode, that another quick erase is done after the first quick erase?
I change it to "do not perform final blanking pass".
Go back to "V". It now defaults to "Verification Off".
That's not what I want.
I want to run a single (not two) zero fill pass (erase) on my drive, then verify that it is "zero'd".
How to do? Looks like this cannot be done because changing one option changed another.
Hence why I request a summary of actions to be performed so I can understand what it is actually "set to do" before running.
Btw... all these options suggest some sort of command line option can be used, but there is no info in man pages about how to use in command line mode. It just says, that "no gui" mode can only be used with autonuke, which is clearly not what I want, I don't want to nuke my server.
The text was updated successfully, but these errors were encountered: