copy/clone GPT partition scheme from one hard disk to another

As we know, sfdisk doesn’t support gpt partition tables, instead sfdisk we can use gdisk tool.

yum install gdisk


[root@localhost ~]# sgdisk --backup=sdc.back /dev/sdc
The operation has completed successfully.

[root@localhost ~]# sgdisk --load-backup=sdc.back /dev/sde
The operation has completed successfully.

[root@localhost ~]# sgdisk -G /dev/sde

Cloning Mac OS X system to new hard drive using FireWire cable

firewire

First connect your Source and Target Mac’s with Firewire cable.
Power on the Target Mac and hold on T key to boot in FireWire target disk mode.
On the Source machine will appear the new hard drive, erase it from the Disk Utility tool.Now run the Carbon Copy Cloner tool
and select your source and destination drives, and clone :)) . Download the Carbon Copy Cloner from here.

carbon3

carbon2

carbon1