wok-current diff gptfdisk/description.txt @ rev 25675
Update modules64.list, qlge.ko now to staging tree
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Mar 04 17:41:23 2024 +0000 (9 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gptfdisk/description.txt Mon Mar 04 17:41:23 2024 +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.