Lines Matching refs:sgdisk
28 - Added feature to sgdisk's -A/--attributes, -c/--change-name,
32 them to use the newly-created partition. For instance, "sgdisk -n
37 sgdisk in error messages when the user specified a non-existent partition
43 - Fixed bug that caused gdisk and sgdisk to create hybridized partitions
45 The behavior now varies between gdisk and sgdisk: gdisk now creates
51 sgdisk is a more automated tool, it's stricter in how it handles things:
64 -z and -Z options to sgdisk). This is done to avoid wiping out data
90 number to sgdisk's -i/--info command.
105 pause/prompt in sgdisk, though.
140 - Adjusted alignment code when using -n or -N in sgdisk to keep the
144 slightly smaller if sgdisk needs to adjust the start point up a bit and
164 - Fixed a bug that could cause sgdisk to crash when passing a partition
220 be truncated in sgdisk.
280 - Added new return option for sgdisk: 8, which means that a replication
285 This script tests some common gdisk and sgdisk operations to be sure
288 - Enable sgdisk's -l (--load-backup) and -o (--clear) options to work
396 or --replicate in sgdisk). It's now possible to replicate the partition
398 on the smaller disk. In sgdisk, the secondary GPT data are moved
404 - Fixed --load-backup (-l) option to sgdisk, which was broken.
422 - Modified sgdisk's -n (--new) option to work with relative start and end
464 - Fixed bug that caused sgdisk to segfault if fed the (invalid)
474 - Added -F (--first-aligned-in-largest) option to sgdisk. This option is a
482 - The -t option to sgdisk now accepts GUID values as well as the
483 sgdisk/gdisk-specific two-byte hex codes.
490 function on all menus; sgdisk -v/--verify function). Also warns about
495 with duplicates, sgdisk now aborts with the error message "Problem
498 Creating duplicates should not be possible in sgdisk when converting to
505 sgdisk even if the disk is badly damaged.
507 - Added support for setting attributes in sgdisk (-A/--attributes option)
508 in sgdisk.
517 'u' on experts' menu; sgdisk: -R or --replicate option).
519 - Fixed inaccessible -C/--recompute-chs option in sgdisk.
524 - Fixed minor error in sgdisk man page (--largest-new option requires
540 sgdisk). This option randomizes the disk's GUID and all partitions'
545 - Added -u/--partition-guid and -U/--disk-guid options to sgdisk. These are
555 - Added -N (--largest-new) command to sgdisk. This command creates a single
559 - Fixed sgdisk man page error: the --change-name option was incorrectly
562 - Added 'h' option to gdisk experts' menu (-C or --recompute-chs in sgdisk)
609 'p' main-menu option in gdisk or the -p option to sgdisk.
663 - Added -D (--display-alignment) option to sgdisk, to display sector
691 - Added -m (--gpttombr) option to sgdisk, enabling conversion of GPT
695 - Added -h (--hybrid) option to sgdisk, enabling creation of hybrid
696 MBRs. Fewer options are available in sgdisk than in gdisk, though,
700 -T (--transform-bsd) option in sgdisk.
712 sgdisk) command to enable fine-tuning partition order without doing a
736 - Fixed bug in the -E option to sgdisk; it was actually returning the
739 - Fixed bug in -t option to sgdisk; it was corrupting partition type
831 - Created embryonic sgdisk program.