Hi Terry,

> I think I can overcome that, because the plan is to restore the image
> to a 12 GB partition on the replaced disk, to recreate the original
> recovery  partition.

Right.  In case the recovery code is finicky about its partition size
and location you may want to record the drive's partition table to aid
re-creating it.  On the basis of not knowing what'll be needed then I
normally save the commands and output of

    sudo parted /dev/sda unit B print
    sudo sfdisk -l -uS /dev/sda

The sfdisk is only really used for the partitions' IDs;  parted doesn't
give them.  I get parted to work in bytes out of habit;  IIRC some other
commands work in bigger blocks and discard fractions!

Cheers, Ralph.

--
Next meeting:  Bournemouth, Tuesday 2012-03-06 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
New thread on mailing list:  mailto:dorset@mailman.lug.org.uk
How to Report Bugs Effectively:  http://goo.gl/4Xue

Reply via email to