• Home
  • Raw
  • Download

Lines Matching refs:partitions

67   instance, typing "Linux" shows only partitions with "Linux" in their
88 CA7D7CCB-63ED-4C53-861C-1742536059CC) partitions.
144 - Added thirteen type codes for Android partitions (0xa000 through
195 - Changed the default name of 0xab00 partitions from "Apple boot" to
197 partitions. Also, I discovered through painful experience that OS X
211 Acronis Secure Zone backup partitions.
300 - Fixed bug that caused gdisk and sgdisk to create hybridized partitions
303 hybrid partitions that begin below 2^32 sectors and that are smaller than
306 misbehave with such partitions. AFAIK, only Linux, FreeBSD, and Windows 7
307 work properly with such partitions. Because of this fact and because
338 Environment (ONIE) boot and config partitions, respectively.
350 8302, for Linux /home partitions. This type code is used by recent
365 on sector 1: Previously, a disk with multiple 0xEE partitions would
367 0xEE partitions begins on sector 1.
371 hybridized partitions, gdisk would hang.
402 it prevents gaps from appearing between partitions if several are created
434 it at the start of the disk AND IF fewer than three partitions are
476 - Fixed bug that caused creation of >2TiB partitions on 32-bit systems to
482 - Adjusted the code to support a number of partitions that's not a multiple
486 contains a peculiar number of partitions. This helps prevent spurious
490 - Fixed bugs relating to the handling of empty partitions; Solaris's ZFS
491 tools create weird empty partitions that are legal but that gdisk wasn't
493 points; gdisk assumed empty partitions had end points of 0.)
509 when there are no gaps between two logical partitions. Some partitioning
512 logical partitions are out of order.
514 - Added code to detect infinite loops of logical partitions when reading
549 command to perform other actions (such as adding new partitions).
596 partitions when generating a hybrid MBR.
599 partitions.
635 - Fixed bug that caused some types of logical partitions to be misread.
644 - Fixed a bug that caused gdisk to "forget" some partitions if there were
654 table from a larger to a smaller disk, so long as all the partitions fit
696 - Added notification about nonexistent partitions to hybrid MBR creation
703 table with logical partitions if there were four or fewer partitions.
746 - Added check for overlapping MBR partitions to verify function (gdisk "v"
748 multiple MBR 0xEE partitions (causes problems in some OSes).
751 creation of disks with duplicate partitions. When told to create a disk
754 gdisk silently drops duplicate partitions, leaving fewer than requested.
797 sgdisk). This option randomizes the disk's GUID and all partitions'
869 value based on alignment of current partitions, if any are defined. If no
870 partitions are defined, a default value of 2048 is set. If the computed
878 would create a fresh blank set of partitions. Now it does so only
888 partitions that end before they begin or that are too big for their
894 - Added ability to convert some or all partitions to logical partitions in
897 so it won't do much good if partitions are crammed together. It should be
899 no partitions were added or resized when the disk was in GPT form; and
949 disks to MBR format, with a limit of four partitions total, and of course
989 deleting partitions; code wasn't matching partition lengths correctly,
990 which would only affect partitions that start at the same point but have
1047 - Enabled default partition type code of 0700 when creating partitions
1053 too many empty partitions before the last one defined.
1114 - Modified partition creation function to begin partitions on 8-sector
1137 - Fixed bug that prevented recovery of partitions in case of partially
1160 could be handy if, say, the GPT partitions on a hybrid configuration are
1161 badly messed up; this will enable using the hybridized partitions as the
1196 erasures of all partitions.
1199 also destroys all EFI GPT (0xEE) partitions in the MBR.
1233 0xEE (EFI GPT) MBR partitions is then added to the nearby 0xEE partition.
1234 If no non-0xEE partitions are left, a fresh protective MBR is generated.
1237 pre-write checks. If non-0xEE/non-0x00 MBR partitions without
1238 corresponding GPT partitions are found, the user is warned. This finding
1243 mounted partitions (or other potential problems).
1260 - New partitions, including converted ones, now take on the name of the
1263 - Reorganized some code; created a separate C++ class for GPT partitions
1279 - Tweaked MBR-reading code to ignore 0xEE (EFI GPT) partitions. This will
1289 - Enabled MBR conversion code to handle multiple logical partitions.
1308 - Gave users control over the way MBR partitions are assigned to slots in a
1310 the real partitions) works well for non-boot disks, but both GRUB and
1385 - Fixed 1-sector partition size problem when creating new partitions
1386 (partitions were 1 sector too big when using the +size option).
1401 (Linux extended) extended partitions to not be read.