Unix: Difference between revisions
Jump to navigation
Jump to search
(New page: '''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.) |
No edit summary |
||
| Line 2: | Line 2: | ||
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. | 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 with: | |||
dd if=mbr of=/dev/hda bs=1 count=64 skip=446 seek=446 | |||
Revision as of 01:11, 24 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 with: dd if=mbr of=/dev/hda bs=1 count=64 skip=446 seek=446