I want to copy an internal Fusion Drive to an external LaCie with all partitions. I started from the boot stick and called up the terminal.
With “diskutil list” I got an overview of the partitions and drives. I see 3 partitions on the internal disk and my two external drives (LaCie + boot stick).
The names are disk0 to disk5; the external drives are disk0 and disk5.
I started the copying process via the terminal with
dd if=/dev/disk3 of=/dev/disk0 conv=noerror,sync
My problem
The Mac and the external drive go into standby mode after what feels like 5 minutes during the copying process. My questions:
1. Restarts the copying process when I switch to standby mode by pressing the space bar and the mouse or
2. It will continue where it left off before the standby mode and
3. How can I see what has been copied so far?
Thank you in advance.
With “diskutil list” I got an overview of the partitions and drives. I see 3 partitions on the internal disk and my two external drives (LaCie + boot stick).
The names are disk0 to disk5; the external drives are disk0 and disk5.
I started the copying process via the terminal with
dd if=/dev/disk3 of=/dev/disk0 conv=noerror,sync
My problem
The Mac and the external drive go into standby mode after what feels like 5 minutes during the copying process. My questions:
1. Restarts the copying process when I switch to standby mode by pressing the space bar and the mouse or
2. It will continue where it left off before the standby mode and
3. How can I see what has been copied so far?
Thank you in advance.