• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:sgdisk

6 - Changed number of columns in type code output ("sgdisk -L" and equivalents
16 - The macOS binary for sgdisk is now a pure 64-bit build; I'm no longer
17 supporting 32-bit builds of sgdisk. The gdisk and cgdisk binaries remain
19 sgdisk is that I've re-built my macOS development system, and I had
21 libraries upon which sgdisk relies. 32-bit support for the other binaries
26 gdisk and sgdisk). This feature filters the partition type list to those
57 using sgdisk with a non-destructive option, like "-p".
86 '-j/--move-main-table={sector}' in sgdisk. This option enables relocating
111 - Removed stray debug message ("REALLY setting name!") from sgdisk,
121 - Fixed bug that caused -N/--largest-new option to sgdisk to fail when
126 - Fixed bug that caused sgdisk to not return an appropriate error code
150 which may require upgrading popt to get sgdisk working on some systems.
188 - Changed behavior of -z/--zap and -Z/--zap-all options to sgdisk so that
190 Previously, doing something like "sgdisk --zap-all --clear /dev/sdd"
192 table you'd need to do "sgdisk --zap-all --clear --mbrtogpt /dev/sdd",
211 - Added -O/--print-mbr option to sgdisk, enabling easier display of MBR
246 - Added feature to sgdisk's -A/--attributes, -c/--change-name,
250 them to use the newly-created partition. For instance, "sgdisk -n
255 sgdisk in error messages when the user specified a non-existent partition
261 - Fixed bug that caused gdisk and sgdisk to create hybridized partitions
263 The behavior now varies between gdisk and sgdisk: gdisk now creates
269 sgdisk is a more automated tool, it's stricter in how it handles things:
282 -z and -Z options to sgdisk). This is done to avoid wiping out data
308 number to sgdisk's -i/--info command.
323 pause/prompt in sgdisk, though.
358 - Adjusted alignment code when using -n or -N in sgdisk to keep the
362 slightly smaller if sgdisk needs to adjust the start point up a bit and
382 - Fixed a bug that could cause sgdisk to crash when passing a partition
438 be truncated in sgdisk.
498 - Added new return option for sgdisk: 8, which means that a replication
503 This script tests some common gdisk and sgdisk operations to be sure
506 - Enable sgdisk's -l (--load-backup) and -o (--clear) options to work
614 or --replicate in sgdisk). It's now possible to replicate the partition
616 on the smaller disk. In sgdisk, the secondary GPT data are moved
622 - Fixed --load-backup (-l) option to sgdisk, which was broken.
640 - Modified sgdisk's -n (--new) option to work with relative start and end
682 - Fixed bug that caused sgdisk to segfault if fed the (invalid)
692 - Added -F (--first-aligned-in-largest) option to sgdisk. This option is a
700 - The -t option to sgdisk now accepts GUID values as well as the
701 sgdisk/gdisk-specific two-byte hex codes.
708 function on all menus; sgdisk -v/--verify function). Also warns about
713 with duplicates, sgdisk now aborts with the error message "Problem
716 Creating duplicates should not be possible in sgdisk when converting to
723 sgdisk even if the disk is badly damaged.
725 - Added support for setting attributes in sgdisk (-A/--attributes option)
726 in sgdisk.
735 'u' on experts' menu; sgdisk: -R or --replicate option).
737 - Fixed inaccessible -C/--recompute-chs option in sgdisk.
742 - Fixed minor error in sgdisk man page (--largest-new option requires
758 sgdisk). This option randomizes the disk's GUID and all partitions'
763 - Added -u/--partition-guid and -U/--disk-guid options to sgdisk. These are
773 - Added -N (--largest-new) command to sgdisk. This command creates a single
777 - Fixed sgdisk man page error: the --change-name option was incorrectly
780 - Added 'h' option to gdisk experts' menu (-C or --recompute-chs in sgdisk)
827 'p' main-menu option in gdisk or the -p option to sgdisk.
881 - Added -D (--display-alignment) option to sgdisk, to display sector
909 - Added -m (--gpttombr) option to sgdisk, enabling conversion of GPT
913 - Added -h (--hybrid) option to sgdisk, enabling creation of hybrid
914 MBRs. Fewer options are available in sgdisk than in gdisk, though,
918 -T (--transform-bsd) option in sgdisk.
930 sgdisk) command to enable fine-tuning partition order without doing a
954 - Fixed bug in the -E option to sgdisk; it was actually returning the
957 - Fixed bug in -t option to sgdisk; it was corrupting partition type
1049 - Created embryonic sgdisk program.