Commit Graph

156 Commits

Author SHA1 Message Date
Rod Smith
2a6daafeda Added four Apple SoftRAID partition type codes. 2017-07-25 12:53:52 -04:00
Rod Smith
0dfa506ba6 Added a couple of new verification checks and minor tweaks. 2017-07-23 11:50:17 -04:00
Rod Smith
503e9ada12 Initial commit of support for moving main partition table to arbitrary
location on disk (within limits based on existing partitions).
2017-07-21 21:48:13 -04:00
Rod Smith
e7452642ac Trivial documentation changes. 2017-07-21 09:33:18 -04:00
Rod Smith
4fff65461b Update sgdisk.8 for updated partition size recommendations. 2017-02-12 10:59:32 -05:00
Rod Smith
dafd2d1d03 Update gdisk.8 for new partition size recommendations. 2017-02-12 10:57:04 -05:00
Rod Smith
c554cf15bb Added type codes for Android, ONIE, and QNX6. 2016-10-19 16:38:00 -04:00
Rod Smith
c37c487bb9 Removed stray debugging message from "sgdisk -c" operation. 2016-04-13 09:12:10 -04:00
Roderick W. Smith
846a9e30cd Version 1.0.1 release. 2015-10-18 19:21:11 -04:00
Roderick W. Smith
6aec1dcf15 Fixed bug in sgdisk that caused --largest-new/-N to fail if fed a
value of "0" for the partition number. (This should work, according to
the man page, and now it does.)
2015-10-18 15:56:31 -04:00
Roderick W. Smith
080ff55bc2 Fixed bug that caused input glitches (trailing line feeds and
difficulty entering type codes) on EFI version.
2015-10-18 13:43:03 -04:00
Roderick W. Smith
bdae070734 Fixed bug that caused sgdisk to not return an appropriate error code
(4) when it encountered write errors under some circumstances.
2015-10-17 18:37:07 -04:00
Roderick W. Smith
c14a28426f Merge commit 'f8f4ea6ad3ad12a6d41fd4e6c3ec44c4eeb65f3d'
Improves gdisk_test.sh script
2015-10-17 18:16:47 -04:00
Roderick W. Smith
1392964ef5 Fixed bug that caused cgdisk's reported partition size to be too small
by one sector.
2015-10-17 18:07:51 -04:00
Roderick W. Smith
9dadc0d3c6 Added uninstall-fixparts and uninstall-gdisk scripts for use under OS X. 2015-10-16 09:57:02 -04:00
Roderick W. Smith
0bb668ee31 Changed name of 0xab00 partitions from "Apple boot" to "Recovery HD". 2015-10-08 09:56:50 -04:00
Roderick W. Smith
a9630e373b Updated several partition type codes. 2015-10-07 17:06:53 -04:00
Guillaume Delacour
f8f4ea6ad3 Test return code of successful empty partition table creation 2015-06-29 21:33:19 +00:00
Guillaume Delacour
00cce4dbb3 new target test the call gdisk_test.sh script 2015-06-29 21:27:09 +00:00
Guillaume Delacour
28809faae4 Redirect dd output stderr and fails some Debian tests (DEP8 look at stderr lines) 2015-06-29 21:21:17 +00:00
Roderick W. Smith
42166485c5 Fixed odd compile problem. 2015-06-19 10:26:17 -04:00
Roderick W. Smith
9017530337 Merge /u/guikcd93/gptfdisk/ branch kfreebsd_character_devices into master
http://sourceforge.net/p/gptfdisk/code/merge-requests/3/
2015-06-19 13:11:26 +00:00
Roderick W. Smith
4ac56ea287 Merge branch 'master' of ssh://git.code.sf.net/p/gptfdisk/code 2015-06-19 09:08:36 -04:00
Roderick W. Smith
a7372e7145 Merge commit 'fbb1ae51400266f5fc79088d8ec61da808ab221e'
Exit on all failures and don't use a kernel dependent default gpt type
2015-06-19 09:07:37 -04:00
Roderick W. Smith
6c491aa429 Merge /u/guikcd93/gptfdisk/ branch gdisk_test into master
http://sourceforge.net/p/gptfdisk/code/merge-requests/2/
2015-06-19 13:07:08 +00:00
Roderick W. Smith
c0d3e4f640 Merge commit '0747e74be6aef95ef320a9044eb6558ac12ab4f6' 2015-06-19 09:01:55 -04:00
Roderick W. Smith
48d24c554f Merge /u/guikcd93/gptfdisk/ branch ncursesw5 into master
http://sourceforge.net/p/gptfdisk/code/merge-requests/1/
2015-06-19 13:01:39 +00:00
Roderick W. Smith
505a62196f Added new partition type code for Freedesktop.org ARM32 root (/)
(0x8307, 69DAD710-2CE4-4E3C-B16C-21A1D49ABED3)
2015-06-19 08:59:36 -04:00
William Grant
5b2c6c89be Don't leave suffix uninitialised when none was passed to IeeeToInt.
Fixes incorrect partition boundaries and other failures on ppc64el and
possibly other architectures.
2015-06-19 20:03:29 +10:00
Roderick W. Smith
8017e083aa Changed -z and -Z behavior in sgdisk so that subsequent changes are
written even if -g is not included. Also some man page updates.
2015-04-24 21:39:20 -04:00
Roderick W. Smith
54f8fb17e6 Version 1.0.0 release! Added some type codes and the -O/--print-mbr
option for sgdisk.
2015-03-17 19:46:05 -04:00
Roderick W. Smith
50d3f8fcb2 Added README file for EFI binary. 2015-03-17 19:45:46 -04:00
Guillaume Delacour
fd118a4e0c All devices are characters devices on kFreeBSD 2014-07-23 01:28:29 +02:00
Guillaume Delacour
fbb1ae5140 Exit on all failures and don't use a kernel dependent default gpt type
Thanks James Page <james.page@ubuntu.com> for the missing exit
2014-07-23 01:20:48 +02:00
Guillaume Delacour
0747e74be6 Use the libncursesw5-dev ncurses.h instead of libncurses5-dev 2014-07-23 01:16:49 +02:00
Roderick W. Smith
a920398fa3 Fixed bug that caused spurious "1" exit condition in gdisk. Also
modified Windows warning text in light of common use of GPT on Windows
8 and 8.1.
2014-03-29 00:45:59 -04:00
Roderick W. Smith
f694803eca Fixes for minor typos and trivial bugs. 2014-03-29 00:27:33 -04:00
Roderick W. Smith
e62b527326 Change to support compilation with UEFI GPT fdisk library. 2014-03-28 23:58:06 -04:00
Roderick W. Smith
1f7822eb54 Changes to support compilation with UEFI GPT fdisk library. 2014-03-28 23:54:21 -04:00
Roderick W. Smith
1a65132980 New type codes for Ceph and systemd/Linux 2014-03-22 16:08:00 -04:00
Roderick W. Smith
946866e68b Version 0.8.10 release. 2014-03-02 13:33:44 -05:00
Roderick W. Smith
3d170f186f New variant Makefile for 64-bit Windows builds. 2014-03-02 12:55:01 -05:00
Roderick W. Smith
d28495e066 Can now pass "0" as partition number to -A, -c, -t, and -u commands in
sgdisk *IF* "0" was also used as a partition number in a preceding -n
command.
2014-03-02 11:37:20 -05:00
Roderick W. Smith
a345a92260 Refinements to new treatment of hybrid MBR and MBR conversions that
span the 2TiB boundary.
2014-02-22 12:12:32 -05:00
Roderick W. Smith
820d1d04a3 Fixed sgdisk problem when creating hybrid MBR with a partition that
ends beyond sector 2^32. Now refuses to create such partitions.
2014-02-20 13:25:22 -05:00
Roderick W. Smith
9b338c50f2 Fixed new bug with hybrid MBR creation in gdisk; couldn't do more than
one partition because of sscanf weirdness.
2014-02-20 11:13:36 -05:00
Roderick W. Smith
84aaff6b9c Removed libicu dependency for UTF-16 partition names. Version 0.8.9
release.
2014-02-17 16:17:11 -05:00
Roderick W. Smith
22e88b5be2 Fixed spurious error message in FixParts. 2014-02-17 12:07:02 -05:00
Roderick W. Smith
5435fcf5c4 Checks on backup GPT data structures added to GPTData::DestroyGPT(). 2014-02-17 12:01:51 -05:00
Roderick W. Smith
4a702a2e26 New checks for an oversized 0xEE protective (or any hybrid MBR)
partition. Auto-corrects on loading if protective & otherwise valid;
if not, verify and save operations warn of the problem.
2014-01-25 23:46:42 -05:00