wok diff gptfdisk/description.txt @ rev 24988

Fix perl-gd & tcptrack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 12 11:01:25 2022 +0000 (2022-05-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gptfdisk/description.txt	Thu May 12 11:01:25 2022 +0000
     1.3 @@ -0,0 +1,9 @@
     1.4 +GPT fdisk (consisting of the gdisk, cgdisk, sgdisk, and fixparts programs)
     1.5 +is a set of text-mode partitioning tools for Linux, FreeBSD, Mac OS X,
     1.6 +and Windows.
     1.7 +The gdisk, cgdisk, and sgdisk programs work on Globally Unique Identifier
     1.8 +(GUID) Partition Table (GPT) disks, rather than on the older (and once more
     1.9 +common) Master Boot Record (MBR) partition tables.
    1.10 +The fixparts program repairs certain types of damage to MBR disks and
    1.11 +enables changing partition types from primary to logical and vice-versa.
    1.12 +You can learn more about fixparts on its dedicated Web page.