Partition GPT disk
>parted -a optimal /dev/sdX # substitute with your drive (and you prolly need sudo)
> mklabel gpt # makes a new gpt partition table, afaik needed for >2TB
> mkpart primary 0 -1 # makes a new primary partition from start to end,
# note there are only primary partitions on gpt