Wipe disk: Difference between revisions
From DWIKI
Created page with "=Links= *https://linuxhint.com/completely_wipe_hard_drive_ubuntu/ *wipe *srm *shred *scrub" |
m →Tools Tag: wikieditor |
||
| (One intermediate revision by the same user not shown) | |||
| 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== | |||
==blkdiscard== | |||
*srm | *srm | ||
*shred | *shred | ||
*scrub | *scrub | ||
Latest revision as of 08:34, 23 January 2026
Links
Commands
dd status=progress if=/dev/urandom of=/dev/sdd bs=1M
Tools
wipe
blkdiscard
- srm
- shred
- scrub
