Copy a GPT Partition Table to Another Disk

Command Syntax

To clone GPT partition table command syntax are as following.

sgdisk -R <New_Disk> <Existing_Disk>

Be sure to take note of the order of the disks. It looks like many commands with a <from> <to> ordering but actually New_Disk is an argument to the -R parameter.

source


Revision #3
Created 29 October 2020 00:35:05 by dustin@swigg.net
Updated 19 March 2021 03:43:45 by dustin@swigg.net