Change GPT partition number
I eventually found the solution by using gdisk
(gdisk - Interactive GUID partition table (GPT) manipulator). This what I did:
- Run
sudo gdisk /dev/sdc
- Option
s
to sort the partitions - Review changes by using option
p
- And finally write the changes to the disk with option
w