Delete GPT Partition
Sometimes we find that after mounting another system’s hard disk, we can’t do any action with him by the mmc. This is because the HDD has been marked with a special protected partition named “GPT”.
This partitions are often created when the disks have been part of some RAID configuration. It’s like the signature and does not matter whether software RAID or hardware controller. The fact is that in order to reuse them we need to invoke the always dreaded CLI.
From here we’ll use the diskpart command. The new fdisk. The follwing steps will help us to ‘zeroize’ the head of the HDD.
Open the CLI:
Now run:
we’ll see the prompt change:
now we need to know which hdd we want to clean. So:
From the list, we choose the correct id:
and clean it:
Once finished, we can use the disk from the mmc.