Festplattenpartition sichern
dd if=/dev/hda1 | gzip > /tmp/partitionsimage.gz oder gzip -c < /dev/hda1 > /tmp/partitionsimage.gz
gzip -dc /tmp/partitionsimage.gz | dd of=/dev/hda1 MBR sichern dd if=dev/hda bs=512 count=1 of=mbr-backup.bin Restore dd if=mbr-backup.bin of=/dev/hda
grub find /boot/grub/stage1 root (hd0,0) setup (hd0) quit
Festplatte löschen
Festplatte loeschen dd if=/dev/zero /dev/hdX beschleunigen bs=10240 trotz defekter sektoren weitermachen conv=noerror strings anzeigen cat /dev/hdX | strings