back to notes

[SOLVED] How do you remove a GPT disk label/partition?

Re: How do you remove a GPT disk label/partition?

That is actually not an error message, just a warning that those tools don't work with gpt disks (or don't work correctly which is worse).

If you want to create msdos table, simply do:
sudo parted /dev/sdX
mklabel msdos
quit


last updated february 2014