Change MBR to GPT on external hard drive with data:
I found a way for the internal one here. However the External drive is a Data drive only, I dont't need to care about any bootloaders etc. So is there an easy way to do it? It is a 3TB external drive, the setup in Gpartet looks like that:
| 8MB unallocated space|1,36TB ntfs with ca 300GB of data|1,36 of unallocated space|
Found invalid GPT and valid MBR; converting MBR to GPT format. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by typing 'q' if you don't want to convert your MBR partitions to GPT format!
Command (? for help): do I have to pu a "w" here?
– miceterminator Jul 26 '12 at 20:14p
, and then write it withw
-- that should do it... – ish Jul 26 '12 at 20:17