Lines Matching refs:sector

44   that ended at or above the 2^32 sector point with incorrect end values.
53 the 2^32 sector mark.
60 - Fixed spurious "0xEE partition doesn't start on sector 1" warning in
108 on sector 1: Previously, a disk with multiple 0xEE partitions would
110 0xEE partitions begins on sector 1.
208 or sector number, for instance).
226 of the number of partition table entries that fits in a sector (normally
227 4 per sector). The program still rounds up, when necessary, when resizing
241 - Changed gdisk's first-sector input operation to specify a sector number
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
269 bytes), then the rest of the sector's contents are ignored and replaced
271 with over-512-byte sector sizes if the header sector is padded with
347 - Fixed bug in sector input code that could produce improper values
417 - Made small change to the way the start sector is interpreted if you use a
419 default range. This change makes adjustments for sector alignment less
452 other than 512-byte sector sizes. (Previous versions increased this --
453 for instance, to 4 MiB for drives with 2048-byte logical sector size.)
458 - Fixed bug in sector entry using K/M/G/T/P suffixes on disks with
459 other-than-512-byte sector numbers.
476 sector that will be used in the largest free area, given the current
485 - Added check that the protective 0xEE MBR partition begins on sector 1
615 the drive might be a WD Advanced Format unit that requires an 8-sector
617 2048-sector default provides better alignment in some RAID
639 one free sector must exist immediately prior to each logical partition,
658 program to garble input sector numbers.
663 - Added -D (--display-alignment) option to sgdisk, to display sector
737 last free sector, not the last free sector in the largest free block.
811 better on disks with sector sizes other than 512 or 2048.
833 - Fixed bug that caused relative sector numbers entered by users (e.g,
850 sector size. (FindAlignment() function.) This function, however, works
857 - Modified partition creation function to begin partitions on 8-sector
960 sector as the default starting sector number. This should enable easier
1010 - Fixed a bug that produced spurious warnings about unknown sector sizes
1045 - Fixed bug that caused default entry for end sector to be refused if an
1128 - Fixed 1-sector partition size problem when creating new partitions
1129 (partitions were 1 sector too big when using the +size option).
1147 correct user entry of over-32-bit sector numbers on 32-bit systems.