From 433bde09222ff36f62f91e63d610728266453898 Mon Sep 17 00:00:00 2001 From: Mike Fleetwood Date: Wed, 1 Jan 2014 16:01:56 +0000 Subject: [PATCH] Update manual with default to GPT on disks >= 2 TiB (#711098) Bug #711098 - Default partition table can not handle > 2 TiB disks --- help/C/gparted.xml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/help/C/gparted.xml b/help/C/gparted.xml index 6c8fd95f..dccb3c26 100644 --- a/help/C/gparted.xml +++ b/help/C/gparted.xml @@ -544,10 +544,23 @@ - If you want a partition table other than msdos, click - Advanced and select a partition table type - from the list. + Optionally select a different partition table type from the + list. + + + The default partition table type is + msdos for disks smaller than 2 + Tebibytes in size (assuming a 512 byte sector size) and + gpt for disks 2 Tebibytes and + larger. + + + See for + msdos partition table + limitations. + + @@ -1354,9 +1367,9 @@ - Maximum size of a partition is 2 Terabytes using + Maximum size of a partition is 2 Tebibytes using a sector size of 512 bytes. The partition must also - start within the first 2 Terabytes of the disk device. + start within the first 2 Tebibytes of the disk device.