Lines Matching full:usable
233 cout << "\nProblem: main GPT header's first usable LBA pointer (" << mainHeader.firstUsableLBA
234 << ") doesn't\nmatch the backup GPT header's first usable LBA pointer ("
239 cout << "\nProblem: main GPT header's last usable LBA pointer (" << mainHeader.lastUsableLBA
240 << ") doesn't\nmatch the backup GPT header's last usable LBA pointer ("
281 cout << "\nProblem: GPT claims the disk is larger than it is! (Claimed last usable\n"
1072 cout << "Warning! The claimed last usable sector is incorrect! Do you want to correct\n"
1076 cout << "Have adjusted the second header and last usable sector value.\n";
1204 << "It may not be usable!\n";
1439 cout << "First usable sector is " << mainHeader.firstUsableLBA
1440 << ", last usable sector is " << mainHeader.lastUsableLBA << "\n";
2092 // Begin from the specified starting point or from the first usable
2147 // Start by assuming the last usable LBA is available....