Sono solo appunti…

Wiping the Master boot record (MBR)

dd if=/dev/zero of=/dev/hdX bs=446 count=1 *replace X with the target drive letter.

Wiping partitions

dd if=/dev/zero of=/dev/sdXY bs=1M *replace X with the target drive letter and Y with partition number.

Wiping Disk

dd if=/dev/zero of=/dev/sdX bs=1M *replace X with the target drive letter.

Wiping specific files

linux/wipe.txt · Ultima modifica: 2018/07/10 10:12 da apressato
Torna su
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0