-
This issue describes inconsistencies between how the command line options work and how changing options via the GUI work.
If you use the following command:
```
sudo ./nwipe --method=quick --round…
-
@infrastation When selecting various methods, i.e Zero Fill, IS5, DoDShort with various blanking pass and verify settings, percentage completion is incorrect and exceeds 100% or does not reach 100%. …
-
If you select quick erase, verify, 1 round (blanking pass), I believe this simply wipes the disc once.
Checking the disc it does indeed wipe the disc fully however on the GUI progress is says Succe…
-
Recent commit #112 broke compilation.
Order of headers was changed from the correct order, i.e.
#include "nwipe.h"
#include "context.h"
#include "method.h"
#include "prng.h"
#include "options.…
-
In SchedOS if you CNTRL-ALT F2 to bring up a terminal (nwipe is running on F1) you can type nwipe --help, however the text is misaligned. It would look much better if the line length was limited to 80…
-
If I were to run a command like:
`nwipe --verify=last -m zero -r 1 --autonuke --nowait /dev/sda /dev/sdb /dev/sdx /dev/sde /dev/sdf`
If sdx isn't found (either it was a typo or if it died in the t…
-
> I could not find the original specification of this standard, although
>many proprietary implementations exist (or claim to exist). Also there
>are many 3rd-party descriptions of the method, which…
-
Not really an issue but I wanted to understand the code better.
In the Nwipe.c file lines 303-335 you get the sector size and block size and stores them in `c->sector_size` and `c->block_size`, the…
-
I think it would be useful to be able to check that a device has been blanked.
So I am adding a new method called "verify", it will not write to the disk but instead just read it and verify that it i…
-
Doing further tests, I found the segfault that occurs if you control-C out of the program **after** the wipes complete still occurs, maybe intermittently. The 'correct' way of exiting at least accordi…