Tools to manipulate with GPT (clone disks, change partition size, move partitions) for linux
Usage: gpt_tool [-f|-v] Where cmd is di|disk_info : print disk info (size, partition infor) pi|part_info <partition_idx> : print GPT partition info ct|copy_table <drive_src> <drive_dst> : install partition table from drive_src to drive_dst ep|expand_partition idx extra_size_lba : add _extra_size (in sectors) to partition idx sp|shift_partition idx shift_lba : move partition idx and further to shift_lba blocks se|set_entry idx first_lba last_lba : set partition's first and last lba guid|set_partition_guid idx new_guid : set partition's guid (to keep both drives) dd|part_copy <drive_src> <drive_dst> part_number : copy partition from src to dst
-v : turn verbose mode on (more details) -f : force (perform actions, not "simulation"). This option should be used if you want to manipulate with partitions.