summaryrefslogtreecommitdiffstats
path: root/daemon/parted.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/parted.c')
-rw-r--r--daemon/parted.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/daemon/parted.c b/daemon/parted.c
index 26100422..1a020f9b 100644
--- a/daemon/parted.c
+++ b/daemon/parted.c
@@ -199,7 +199,9 @@ do_part_disk (const char *device, const char *parttype)
*
* - aligned operations are faster
* - absolute minimum recommended alignment is 64K (1M would be better)
- * - GPT requires at least 34 sectors at the end of the disk.
+ * - GPT requires at least 34 sectors* at the end of the disk.
+ *
+ * *=except for 4k sector disks, where only 6 sectors are required
*/
const char *startstr = "128s";
const char *endstr = "-128s";