Lines Matching refs:mbr
2 // Program to fix certain types of damaged Master Boot Record (MBR) partition
46 cout << "\nLoading MBR data from " << device << "\n";
48 cerr << "\nUnable to read MBR data from '" << device << "'! Exiting!\n\n";
52 // This switch() statement weeds out disks with GPT signatures and non-MBR
61 cerr << "\nCannot find valid MBR data on '" << device << "'! Exiting!\n\n";
64 case mbr:
76 // Do the bulk of the processing on actual MBR disks. First checks for old
79 // a protective partition in the MBR, which we know is NOT present, since
82 // legal state; then presents the MBR menu and, if it returns a "1" value
103 cout << "\nFinal checks complete. About to write MBR data. THIS WILL OVERWRITE "