Bootsektor mittels dd sichern
Sicherung des Bootsektors
dd if/dev/hds of=mbr.bin bs=512 count=1
Wiederherstellung des Bootsektors
dd if/dev/hds if=mbr.bin bs=512
Zuletzt aktualisiert: 14. Juli 2007 — 02:02
Sicherung des Bootsektors
dd if/dev/hds of=mbr.bin bs=512 count=1
Wiederherstellung des Bootsektors
dd if/dev/hds if=mbr.bin bs=512