swift       13/12/22 18:57:54

  Modified:             hb-install-x86+amd64-disk.xml
  Log:
  Fix bug #494964 - Fix typo (zettabytes), make usage of fdisk clear, tell 
users about mib/mb

Revision  Changes    Path
1.33                 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.32&r2=1.33

Index: hb-install-x86+amd64-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- hb-install-x86+amd64-disk.xml       19 Dec 2013 13:33:33 -0000      1.32
+++ hb-install-x86+amd64-disk.xml       22 Dec 2013 18:57:54 -0000      1.33
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 
1.32 2013/12/19 13:33:33 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 
1.33 2013/12/22 18:57:54 swift Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 This chapter describes how to partition a disk for future usage.
 </abstract>
 
-<version>24</version>
-<date>2013-12-18</date>
+<version>25</version>
+<date>2013-12-22</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -63,7 +63,7 @@
 the partitions. The location in which it stores the partition information
 is also much bigger than the 512 bytes of an MBR, and there is no limit on
 the amount of partitions. Also the size of a partition is bounded by a much
-greater limit (more than a few ZB - yes, zetabytes).
+greater limit (almost 8 ZB - yes, zettabytes).
 </p>
 
 <p>
@@ -100,7 +100,9 @@
 Some buggy BIOSes or EFIs configured to boot in BIOS/CSM/legacy mode might also
 have problems with booting from GPT labeled disks. If that is the case, you 
 might be able to work around the problem by adding the boot/active flag on the
-protective MBR partition:
+protective MBR partition which has to be done through <c>fdisk</c>
+(<c>parted</c> understands the GPT tables and would not show the protective
+MBR partition):
 </p>
 
 <pre caption="Enabling boot flag on protective MBR">
@@ -446,7 +448,8 @@
 
 <p>
 First, we tell <c>parted</c> that the size unit we work with is megabytes
-(actually mebibytes, abbreviated as MiB which is the "standard" notation):
+(actually mebibytes, abbreviated as MiB which is the "standard" notation, but
+we will use MB in the text throughout as it is much more common):
 </p>
 
 <pre caption="Using MiB units">




Reply via email to