Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:gpt

10 // Based on C++ classes originally created for GPT fdisk (gdisk and sgdisk)
52 // This switch() statement weeds out disks with GPT signatures and non-MBR
55 case hybrid: case gpt:
56 cerr << "\nThis disk appears to be a GPT disk. Use GNU Parted or GPT fdisk on it!\n";
77 // GPT data (note this is different from the earlier check; this one only
78 // looks for the GPT signatures in the main and backup GPT area, not for
88 cout << "\nNOTICE: GPT signatures detected on the disk, but no 0xEE protective "
89 << "partition!\nThe GPT signatures are probably left over from a previous "
93 cout << "Erasing GPT data!\n";
95 cerr << "GPT signature erasure failed!\n";