Lines Matching refs:disk
9 …(https://github.com/ceph/ceph/blob/9bcc42a3e6b08521694b5c0228b2c6ed7b3d312e/src/ceph-disk#L76-L81):
14 89C57F98-2FE5-4DC0-89C1-F3AD0CEFF2BE/0xf804 (Ceph disk in creation), and
15 89C57F98-2FE5-4DC0-89C1-5EC00CEFF2BE/0xf805 (Ceph dm-crypt disk in
65 mid-disk that might not be backup GPT data structures, which could
74 - If the GPT data seem to be damaged in some way or if the disk seems to
75 be a hybrid MBR and if the MBR partition(s) don't fit on the disk, the
76 verify (v) function now warns of this condition, and writing the disk if
108 on sector 1: Previously, a disk with multiple 0xEE partitions would
119 VirtualBox's EFI) to ignore the disk.
125 as /dev/disk* devices. The result is that, when using the /dev/rdisk*
127 the disk or rebooting.
134 "gdisk -l" operation will change an MBR disk to a GPT disk without
177 it at the start of the disk AND IF fewer than three partitions are
189 - Changed code that writes the partition table so that a disk sync
217 - Added disk's name to message stating that a disk write was successful.
245 disk (as well as in some other situations).
265 restriction that the size be equal to or less than the disk's sector
268 disk's sector size is larger than the GPTHeader data structure size (512
290 though, so if you suspect a disk may be bad and want to use one of these
315 when converting a disk from MBR format (but, oddly, not when creating a
319 big for the disk.
325 on some disks (particularly those created by Microsoft's disk
395 - Enhanced disk replication features ('u' on the experts' menu in gdisk; -R
397 table from a larger to a smaller disk, so long as all the partitions fit
398 on the smaller disk. In sgdisk, the secondary GPT data are moved
399 automatically if disk sizes don't match. In gdisk, the secondary GPT data
400 are moved automatically if the target disk is smaller than the source
401 disk; if the target disk is larger than the source disk, the user is
407 when smaller alignment is detected on the disk to 300 GB.
434 in which an MBR has overwritten an APM disk.
494 creation of disks with duplicate partitions. When told to create a disk
504 - Enable disk-wipe (-z and -Z) and verification (-v) operations in
505 sgdisk even if the disk is badly damaged.
540 sgdisk). This option randomizes the disk's GUID and all partitions'
541 GUIDs. Intended for use after cloning a disk with a utility that copies
542 the GUIDs intact (such as a raw dd copy) if you want each disk copy to
545 - Added -u/--partition-guid and -U/--disk-guid options to sgdisk. These are
548 disk's GUID. The GUID may be either a fully specified GUID value or 'R'
557 the disk.
569 BIOS to boot with a GPT disk. See http://www.rodsbooks.com/gdisk/bios.html
581 (e.g., files of 0 length passed as disk images).
596 - Changed the sequence in which GPT data structures are written to disk;
605 - Protective MBRs now have disk signatures of 0x00000000, to better
641 possible to convert back to MBR any disk that started that way, provided
642 no partitions were added or resized when the disk was in GPT form; and
702 - Changed the code to create a new MBR unique disk signature whenever a new
706 the existing MBR disk signature in most cases, but this resulted in
707 values of 0x00000000 whenever an empty disk was partitioned, and often in
716 conversion. (This was already done in full-disk BSD-to-GPT conversions.)
749 count=34" will do this on Linux for a disk with a typical-sized GPT table
804 - Moved all disk I/O functions to the new DiskIO class. This helps with the
807 cross-platform disk I/O code.
816 - Fixed bug that returned incorrect disk size on 32-bit versions of
819 - Fixed bug that prevented FreeBSD version from working on disk image
844 more error checking on disk I/O.
875 end of the disk.
891 Linux, thus causing problems when editing partition tables in disk images
913 - Fixed minor display bug that caused number of sectors on the disk to be
934 - Added the ability to work on disk image files (raw files for virtual
935 machines, backup images, etc.). The program assumes that all such disk
945 or BSD disklabel was detected on the disk.
961 partition creation if there are small bits of free space on the disk.
1019 - Tweaked the disk type identification code to warn users to re-sync their
1023 only have an effect on a poorly partitioned MBR disk that contains an
1025 corrupted disk by using the hybrid MBR for data recovery.
1030 Map (APM) on the disk.
1068 to the ability to boot from a GPT disk, at least on BIOS-based machines.
1072 of the disk using fdisk or other GPT-unaware tools. (GNU Parted will wipe
1086 kernel and/or GCC version.) The disk size, of type uint64_t, was not
1094 - Fixed bug that caused display of options after a disk-write error.
1110 definition is only there to keep MBR-only disk utilities from messing
1111 with the disk.
1135 locations on disk; used in my internal-use-only GPT-wiping program.