wok-6.x diff gptfdisk/description.txt @ rev 25122
Up apache (2.4.54)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 28 08:48:09 2022 +0000 (2022-06-28) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gptfdisk/description.txt Tue Jun 28 08:48:09 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.