Home | History | Annotate | Download | only in gptfdisk

Lines Matching full:disk

4 // Description: Class to handle low-level disk I/O for GPT fdisk
87 // Close the disk, in case it's already open for reading only....
114 // Close the disk device. Note that this does NOT erase the stored filenames,
124 // returns an error condition, assume it's a disk file and return a value of
125 // SECTOR_SIZE (512). If the disk can't be opened at all, return a value of 0.
130 // If disk isn't open, try to open it....
159 // Resync disk caches so the OS uses the new partition table. This code varies
167 // If disk isn't open, try to open it....
174 cout << "Disk synchronization failed! The computer may use the old partition table\n"
175 << "until you reboot or remove and re-insert the disk!\n";
177 cout << "Disk synchronization succeeded! The computer should now use the new\n"
182 cout << "Unable to open the disk for synchronization operation! The computer will\n"
184 << "re-insert the disk!\n";
194 // If disk isn't open, try to open it....
220 // If disk isn't open, try to open it....
264 // If disk isn't open, try to open it....
304 // Returns the size of the disk in blocks.
311 // If disk isn't open, try to open it....
325 } else { // doesn't seem to be a disk device; assume it's an image file....