Given a disk layout like this
Disk: /dev/sdc
Size: 119.9 GiB, 127865454592 bytes, 249737216 sectors
Label: dos, identifier: 0x000efb19
Device Boot Start End Sectors Size Id Type
>> Free space 2048 8191 6144 3M
/dev/sdc1 8192 4615234 4607043 2.2G e W95 FAT16 (LBA)
/dev/sdc2 4615235 29985858 25370624 12.1G 5 Extended
├─Free space 4618240 4620288 2049 1M
├─/dev/sdc5 4620288 4685821 65534 32M 83 Linux
├─/dev/sdc6 4685824 5210109 524286 256M c W95 FAT32 (LBA)
└─/dev/sdc7 5210112 29983811 24773700 11.8G 83 Linux
/dev/sdc3 * 29986816 92901375 62914560 30G 83 Linux
Free space 92901376 249737215 156835840 74.8G
If I wanted to move sdc3 into sdc2 (thus making it sdc8), how would I do that?
Note: The end of sdc7 is the start of sdc3, so there's no need to actually MOVE any data. This question is just how to change the partition table such that sdc3 is in sdc2
tl;dr How do I change the partition table without actually editing the data in the partitions?