Wiping disks
Live systems
- Dban
- Shredos
- Live system that boots into
nwipe
- Issues: On a 4GB laptop: nwipe getting out of memory error
- Live system that boots into
- nwipe
- Ncurses UI
shred
Quick shed (seems to be much faster than a quick wipe
):
time shred -v -n1 /dev/sda
~1,5h for a 230 GB disk attached over USB.
Wipe
Gives an ETA
Quick wipe:
time wipe -q -Q 1 /dev/sda
ETA 2d for 230 GB disk attached over USB.