I re-read the partitioning section of the handbook after Sven updated it, and found some minor problems: - "Also the size of a partition is bounded by a much greater limit (more than a few ZB - yes, zetabytes)." It's zettabytes, with two "t". See https://en.wikipedia.org/wiki/Zettabyte for confirmation. You could also optionally specify that the limit is about 8 ZiB (or 9.4 ZB). - "WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted." <-- I think this is explicit. Why using fdisk if it tells the user to use parted instead? If there's a reason, I think it should be specified. - In the parted example the handbooks correctly says to set "unit mib" as the first thing to do and also introduces the MiB unit, but then it uses in the text the MB unit instead of MiB. I think it's important to distinguish MB (megabyte) from MiB (mebibyte) everywhere, as MB is just 95.4% of MiB (and the difference is even greater with GB/GiB) Reproducible: Always
thanks; I've corrected the typo, marked the max size as "almost 8 ZB" and tell the users that we use in the handbook the more common notation (even though it is incorrect). If you think we should switch to MiB notation instead of MB, I'd like to have the discussion on gentoo-doc for this. The notation is, although standard, far less used and might be seen as either confusing or even patronizing.