Unix: Difference between revisions

From RoggeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
And restore your primary partition table without overwriting the MBR type:
And restore your primary partition table without overwriting the MBR type:
dd if=mbr of=/dev/hda bs=1 count=64 skip=446 seek=446
dd if=mbr of=/dev/hda bs=1 count=64 skip=446 seek=446
Dit klopt natuurlijk niet!!

Revision as of 10:54, 29 December 2008

Software Update Available

We have detected you are using a previous release of our client software. Please upgrade the software in order to make use of its enhanced features.

Backup and Recovery

Save your primary partition table and MBR with: dd if=/dev/hda of=mbr bs=512 count=1

And restore your primary partition table without overwriting the MBR type: dd if=mbr of=/dev/hda bs=1 count=64 skip=446 seek=446


Dit klopt natuurlijk niet!!