On Mon, 26 Nov 2012, Andrew Greig <pushin.linux@gmail.com> wrote:
> I have 2 x identical Lenovo IdeaPads each 160Gb storage.
Are the drives identical? If they aren't does the target of the clone
operation have a disk that is bigger than the source or which is bigger than
the used part of the source?
If so then you don't need to worry about partition tables etc, just copy the
raw data from the disk. You can do that safely by booting both systems from a
recovery CD or USB stick. You can even copy the raw disk if the source is
running in multi-user mode as long as there are few disk writes in progress
and you run fsck on the target afterwards.
Thanks Russell, Matthew and Michael,