[PLUG] backup/restore; more questions

2009-04-20 Thread Word Wizard
I used 'dd' to backup the MBR of my primary hard disk thus: dd if=/dev/sda of=/media/disk/sda.boot.mbr bs=512 count=1 Upon restore I should have received: /dev/sda1 * 1 996 8000338+ 82 Linux swap / Solaris /dev/sda2 997 14593 109217902+ 5

Re: [PLUG] backup/restore; more questions

2009-04-20 Thread Larry Brigman
On Mon, Apr 20, 2009 at 1:14 PM, Word Wizard word.wiz...@comcast.net wrote: I used 'dd' to backup the MBR of my primary hard disk thus: dd if=/dev/sda of=/media/disk/sda.boot.mbr bs=512 count=1 Upon restore I should have received: /dev/sda1   *           1         996     8000338+  82  

Re: [PLUG] backup/restore; more questions

2009-04-20 Thread Word Wizard
I thought the partition information resided on the MBR and backing that up would cover it all. I guess I misinterpreted the MBR reference materials. Thanks for the help, Word Wizard On Mon, 2009-04-20 at 14:55 -0700, Larry Brigman wrote: sfdisk /dev/sda -O sda-partition-sectors.sav