Wipe disk: Difference between revisions
From DWIKI
Created page with "=Links= *https://linuxhint.com/completely_wipe_hard_drive_ubuntu/ *wipe *srm *shred *scrub" |
m →Links Tag: wikieditor |
||
| Line 2: | Line 2: | ||
*https://linuxhint.com/completely_wipe_hard_drive_ubuntu/ | *https://linuxhint.com/completely_wipe_hard_drive_ubuntu/ | ||
=Commands= | |||
dd status=progress if=/dev/urandom of=/dev/sdd bs=1M | |||
=Tools= | |||
==wipe== | |||
*srm | *srm | ||
*shred | *shred | ||
*scrub | *scrub | ||
Revision as of 15:10, 28 February 2025
Links
Commands
dd status=progress if=/dev/urandom of=/dev/sdd bs=1M
Tools
wipe
- srm
- shred
- scrub
