Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-disk.xml
Date: Thu, 23 Jan 2014 19:43:20
Message-Id: 20140123194316.556B62004C@flycatcher.gentoo.org
1 swift 14/01/23 19:43:16
2
3 Modified: hb-install-x86+amd64-disk.xml
4 Log:
5 Fix bug #496564 - More truthful explanation of MBR and 32-bit stuff
6
7 Revision Changes Path
8 1.40 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.40&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.40&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.39&r2=1.40
13
14 Index: hb-install-x86+amd64-disk.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
17 retrieving revision 1.39
18 retrieving revision 1.40
19 diff -u -r1.39 -r1.40
20 --- hb-install-x86+amd64-disk.xml 31 Dec 2013 20:43:07 -0000 1.39
21 +++ hb-install-x86+amd64-disk.xml 23 Jan 2014 19:43:16 -0000 1.40
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.39 2013/12/31 20:43:07 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.40 2014/01/23 19:43:16 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 This chapter describes how to partition a disk for future usage.
33 </abstract>
34
35 -<version>31</version>
36 -<date>2013-12-31</date>
37 +<version>32</version>
38 +<date>2014-01-23</date>
39
40 <section>
41 <title>Introduction to Block Devices</title>
42 @@ -37,7 +37,8 @@
43
44 <p>
45 The <e>MBR (Master Boot Record)</e> setup uses 32-bit identifiers for
46 -partitions, and supports three partition types: <e>primary</e>,
47 +the start sector and length of the partitions, and supports three partition
48 +types: <e>primary</e>,
49 <e>extended</e> and <e>logical</e>. Primary partitions have their information
50 stored in the master boot record itself - a very small (usually 512 bytes)
51 location at the very beginning of a disk. Due to this small space, only four