• Home
  • Raw
  • Download

Lines Matching refs:partitions

43 - Fixed bug that caused gdisk and sgdisk to create hybridized partitions
46 hybrid partitions that begin below 2^32 sectors and that are smaller than
49 misbehave with such partitions. AFAIK, only Linux, FreeBSD, and Windows 7
50 work properly with such partitions. Because of this fact and because
81 Environment (ONIE) boot and config partitions, respectively.
93 8302, for Linux /home partitions. This type code is used by recent
108 on sector 1: Previously, a disk with multiple 0xEE partitions would
110 0xEE partitions begins on sector 1.
114 hybridized partitions, gdisk would hang.
145 it prevents gaps from appearing between partitions if several are created
177 it at the start of the disk AND IF fewer than three partitions are
219 - Fixed bug that caused creation of >2TiB partitions on 32-bit systems to
225 - Adjusted the code to support a number of partitions that's not a multiple
229 contains a peculiar number of partitions. This helps prevent spurious
233 - Fixed bugs relating to the handling of empty partitions; Solaris's ZFS
234 tools create weird empty partitions that are legal but that gdisk wasn't
236 points; gdisk assumed empty partitions had end points of 0.)
252 when there are no gaps between two logical partitions. Some partitioning
255 logical partitions are out of order.
257 - Added code to detect infinite loops of logical partitions when reading
292 command to perform other actions (such as adding new partitions).
339 partitions when generating a hybrid MBR.
342 partitions.
378 - Fixed bug that caused some types of logical partitions to be misread.
387 - Fixed a bug that caused gdisk to "forget" some partitions if there were
397 table from a larger to a smaller disk, so long as all the partitions fit
439 - Added notification about nonexistent partitions to hybrid MBR creation
446 table with logical partitions if there were four or fewer partitions.
489 - Added check for overlapping MBR partitions to verify function (gdisk "v"
491 multiple MBR 0xEE partitions (causes problems in some OSes).
494 creation of disks with duplicate partitions. When told to create a disk
497 gdisk silently drops duplicate partitions, leaving fewer than requested.
540 sgdisk). This option randomizes the disk's GUID and all partitions'
612 value based on alignment of current partitions, if any are defined. If no
613 partitions are defined, a default value of 2048 is set. If the computed
621 would create a fresh blank set of partitions. Now it does so only
631 partitions that end before they begin or that are too big for their
637 - Added ability to convert some or all partitions to logical partitions in
640 so it won't do much good if partitions are crammed together. It should be
642 no partitions were added or resized when the disk was in GPT form; and
692 disks to MBR format, with a limit of four partitions total, and of course
732 deleting partitions; code wasn't matching partition lengths correctly,
733 which would only affect partitions that start at the same point but have
790 - Enabled default partition type code of 0700 when creating partitions
796 too many empty partitions before the last one defined.
857 - Modified partition creation function to begin partitions on 8-sector
880 - Fixed bug that prevented recovery of partitions in case of partially
903 could be handy if, say, the GPT partitions on a hybrid configuration are
904 badly messed up; this will enable using the hybridized partitions as the
939 erasures of all partitions.
942 also destroys all EFI GPT (0xEE) partitions in the MBR.
976 0xEE (EFI GPT) MBR partitions is then added to the nearby 0xEE partition.
977 If no non-0xEE partitions are left, a fresh protective MBR is generated.
980 pre-write checks. If non-0xEE/non-0x00 MBR partitions without
981 corresponding GPT partitions are found, the user is warned. This finding
986 mounted partitions (or other potential problems).
1003 - New partitions, including converted ones, now take on the name of the
1006 - Reorganized some code; created a separate C++ class for GPT partitions
1022 - Tweaked MBR-reading code to ignore 0xEE (EFI GPT) partitions. This will
1032 - Enabled MBR conversion code to handle multiple logical partitions.
1051 - Gave users control over the way MBR partitions are assigned to slots in a
1053 the real partitions) works well for non-boot disks, but both GRUB and
1128 - Fixed 1-sector partition size problem when creating new partitions
1129 (partitions were 1 sector too big when using the +size option).
1144 (Linux extended) extended partitions to not be read.