]> git.ipfire.org Git - ipfire-2.x.git/commit - make.sh
New Addon: gptfdisk 1.0.8
authorsmooky@v16.de <smooky@v16.de>
Sun, 9 Jan 2022 12:09:20 +0000 (13:09 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Wed, 16 Feb 2022 17:11:25 +0000 (17:11 +0000)
commit2f8ae1c282dfc363cc8ea91b8caf520e412eea43
tree6ab372fc3bf8d31d35e341c863aa7c6c189b5203
parentd0353b73c7a4cb6ec569d36e7f07d44fd20b0680
New Addon: gptfdisk 1.0.8

>>> https://www.rodsbooks.com/gdisk/ <<<

source = https://sourceforge.net/projects/gptfdisk/files/gptfdisk/1.0.8/gptfdisk-1.0.8.tar.gz/download

Hi @ all

I have a new add-on here which I use e.g. to bring partitions from mbr to gpt without data loss.
It is also well suited for rescuing broken partitions.

GPT fdisk (consisting of the gdisk, cgdisk, sgdisk, and fixparts programs) is a set of text-mode partitioning tools for Linux,
FreeBSD, Mac OS X, and Windows.
The gdisk, cgdisk, and sgdisk programs work on Globally Unique Identifier (GUID) Partition Table (GPT) disks,
rather than on the older (and once more common) Master Boot Record (MBR) partition tables.
The fixparts program repairs certain types of damage to MBR disks and enables changing partition types from
primary to logical and vice-versa.

Signed-off-by: Marcel Follert (Smooky) <smooky@v16.de>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
config/rootfiles/packages/gptfdisk [new file with mode: 0644]
lfs/gptfdisk [new file with mode: 0644]
make.sh