Files
nwipe/README.md

15 lines
648 B
Markdown
Raw Normal View History

2017-02-12 22:30:00 +01:00
nwipe is a command that will securely erase disks using a variety of
recognised methods. It is a fork of the dwipe command used by
Darik's Boot and Nuke (dban). nwipe is included with partedmagic if you
want a quick and easy bootable CD version. nwipe was created out of
a need to run the DBAN dwipe command outside of DBAN, in order to
allow its use with any host distribution, thus giving better hardware
support.
To use from the git repository, first create all the autoconf files with
2019-11-02 18:33:36 -04:00
`./init.sh`
2017-02-12 22:30:00 +01:00
2019-11-02 18:33:36 -04:00
Then do the standard `./configure --prefix=/usr && make && make install`
2017-02-12 22:30:00 +01:00
2019-11-02 18:33:36 -04:00
For developers & release notes please see the [README file](README)