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-alpha-disk.xml hb-install-arm-disk.xml hb-install-config.xml hb-install-filesystems.xml hb-install-hppa-disk.xml hb-install-ia64-disk.xml hb-install-mips-disk.xml hb-install-ppc-disk.xml hb-install-ppc64-disk.xml hb-install-sparc-disk.xml hb-install-tools.xml hb-install-x86+amd64-disk.xml
Date: Sat, 23 Feb 2013 18:38:26
Message-Id: 20130223183822.A95B12171D@flycatcher.gentoo.org
1 swift 13/02/23 18:38:22
2
3 Modified: hb-install-alpha-disk.xml hb-install-arm-disk.xml
4 hb-install-config.xml hb-install-filesystems.xml
5 hb-install-hppa-disk.xml hb-install-ia64-disk.xml
6 hb-install-mips-disk.xml hb-install-ppc-disk.xml
7 hb-install-ppc64-disk.xml hb-install-sparc-disk.xml
8 hb-install-tools.xml hb-install-x86+amd64-disk.xml
9 Log:
10 Fix bug #451596 - Mark ext4 as recommended fs
11
12 Revision Changes Path
13 1.34 xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.34&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.34&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?r1=1.33&r2=1.34
18
19 Index: hb-install-alpha-disk.xml
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v
22 retrieving revision 1.33
23 retrieving revision 1.34
24 diff -u -r1.33 -r1.34
25 --- hb-install-alpha-disk.xml 6 Oct 2012 19:54:14 -0000 1.33
26 +++ hb-install-alpha-disk.xml 23 Feb 2013 18:38:22 -0000 1.34
27 @@ -4,12 +4,12 @@
28 <!-- The content of this document is licensed under the CC-BY-SA license -->
29 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
30
31 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.33 2012/10/06 19:54:14 swift Exp $ -->
32 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.34 2013/02/23 18:38:22 swift Exp $ -->
33
34 <sections>
35
36 -<version>12</version>
37 -<date>2012-10-06</date>
38 +<version>13</version>
39 +<date>2013-02-23</date>
40
41 <section>
42 <title>Introduction to Block Devices</title>
43 @@ -664,11 +664,11 @@
44
45 <p>
46 For instance, to have the root partition (<path>/dev/sda2</path> in our example)
47 -in ext3, you would use:
48 +in ext4, you would use:
49 </p>
50
51 <pre caption="Applying a filesystem on a partition">
52 -# <i>mkfs.ext3 /dev/sda2</i>
53 +# <i>mkfs.ext4 /dev/sda2</i>
54 </pre>
55
56 <p>
57
58
59
60 1.16 xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.16&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.16&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?r1=1.15&r2=1.16
65
66 Index: hb-install-arm-disk.xml
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v
69 retrieving revision 1.15
70 retrieving revision 1.16
71 diff -u -r1.15 -r1.16
72 --- hb-install-arm-disk.xml 6 Oct 2012 19:54:14 -0000 1.15
73 +++ hb-install-arm-disk.xml 23 Feb 2013 18:38:22 -0000 1.16
74 @@ -4,12 +4,12 @@
75 <!-- The content of this document is licensed under the CC-BY-SA license -->
76 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
77
78 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v 1.15 2012/10/06 19:54:14 swift Exp $ -->
79 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v 1.16 2013/02/23 18:38:22 swift Exp $ -->
80
81 <sections>
82
83 -<version>9</version>
84 -<date>2012-10-06</date>
85 +<version>10</version>
86 +<date>2013-02-23</date>
87
88 <!-- TODO: Add section about MTD and such -->
89
90 @@ -97,7 +97,7 @@
91 </tr>
92 <tr>
93 <ti><path>/dev/sda3</path></ti>
94 - <ti>ext3</ti>
95 + <ti>ext4</ti>
96 <ti>Rest of the disk</ti>
97 <ti>Root partition</ti>
98 </tr>
99 @@ -176,11 +176,11 @@
100 <pre caption="Filesystem usage example">
101 $ <i>df -h</i>
102 Filesystem Type Size Used Avail Use% Mounted on
103 -/dev/sda5 ext3 509M 132M 351M 28% /
104 -/dev/sda2 ext3 5.0G 3.0G 1.8G 63% /home
105 -/dev/sda7 ext3 7.9G 6.2G 1.3G 83% /usr
106 -/dev/sda8 ext3 1011M 483M 477M 51% /opt
107 -/dev/sda9 ext3 2.0G 607M 1.3G 32% /var
108 +/dev/sda5 ext4 509M 132M 351M 28% /
109 +/dev/sda2 ext4 5.0G 3.0G 1.8G 63% /home
110 +/dev/sda7 ext4 7.9G 6.2G 1.3G 83% /usr
111 +/dev/sda8 ext4 1011M 483M 477M 51% /opt
112 +/dev/sda9 ext4 2.0G 607M 1.3G 32% /var
113 /dev/sda1 ext2 51M 17M 31M 36% /boot
114 /dev/sda6 swap 516M 12M 504M 2% &lt;not mounted&gt;
115 <comment>(Unpartitioned space for future usage: 2 GB)</comment>
116 @@ -526,12 +526,12 @@
117 <p>
118 For instance, to have the boot partition (<path>/dev/sda1</path> in our
119 example) in ext2 and the root partition (<path>/dev/sda3</path> in our example)
120 -in ext3 (as in our example), you would use:
121 +in ext4 (as in our example), you would use:
122 </p>
123
124 <pre caption="Applying a filesystem on a partition">
125 # <i>mkfs.ext2 /dev/sda1</i>
126 -# <i>mkfs.ext3 /dev/sda3</i>
127 +# <i>mkfs.ext4 /dev/sda3</i>
128 </pre>
129
130 <p>
131
132
133
134 1.118 xml/htdocs/doc/en/handbook/hb-install-config.xml
135
136 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.118&view=markup
137 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.118&content-type=text/plain
138 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.117&r2=1.118
139
140 Index: hb-install-config.xml
141 ===================================================================
142 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
143 retrieving revision 1.117
144 retrieving revision 1.118
145 diff -u -r1.117 -r1.118
146 --- hb-install-config.xml 2 Jan 2013 19:16:07 -0000 1.117
147 +++ hb-install-config.xml 23 Feb 2013 18:38:22 -0000 1.118
148 @@ -4,7 +4,7 @@
149 <!-- The content of this document is licensed under the CC-BY-SA license -->
150 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
151
152 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.117 2013/01/02 19:16:07 swift Exp $ -->
153 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.118 2013/02/23 18:38:22 swift Exp $ -->
154
155 <sections>
156
157 @@ -14,8 +14,8 @@
158 proceed.
159 </abstract>
160
161 -<version>23</version>
162 -<date>2013-01-03</date>
163 +<version>24</version>
164 +<date>2013-02-23</date>
165
166 <section>
167 <title>Filesystem Information</title>
168 @@ -124,7 +124,7 @@
169 <pre caption="A full /etc/fstab example" test="func:keyval('arch')='HPPA'">
170 <keyval id="/boot"/> /boot ext2 defaults,noatime 0 2
171 /dev/sda3 none swap sw 0 0
172 -/dev/sda4 / ext3 noatime 0 1
173 +/dev/sda4 / ext4 noatime 0 1
174
175 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
176 </pre>
177 @@ -132,17 +132,17 @@
178 <pre caption="A full /etc/fstab example" test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS' or func:keyval('arch')='x86' or func:keyval('arch')='AMD64'">
179 <keyval id="/boot"/> /boot ext2 defaults,noatime 0 2
180 /dev/sda2 none swap sw 0 0
181 -/dev/sda3 / ext3 noatime 0 1
182 +/dev/sda3 / ext4 noatime 0 1
183
184 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
185 </pre>
186
187 <pre caption="A full /etc/fstab example" test="func:keyval('arch')='SPARC'">
188 -/dev/sda1 / ext3 noatime 0 1
189 +/dev/sda1 / ext4 noatime 0 1
190 /dev/sda2 none swap sw 0 0
191 -/dev/sda4 /usr ext3 noatime 0 2
192 -/dev/sda5 /var ext3 noatime 0 2
193 -/dev/sda6 /home ext3 noatime 0 2
194 +/dev/sda4 /usr ext4 noatime 0 2
195 +/dev/sda5 /var ext4 noatime 0 2
196 +/dev/sda6 /home ext4 noatime 0 2
197
198 <comment># You must add the rules for openprom</comment>
199 openprom /proc/openprom openpromfs defaults 0 0
200 @@ -152,7 +152,7 @@
201
202 <pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC' or
203 func:keyval('arch')='PPC64'">
204 -/dev/sda4 / ext3 noatime 0 1
205 +/dev/sda4 / ext4 noatime 0 1
206 /dev/sda3 none swap sw 0 0
207
208 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
209
210
211
212 1.13 xml/htdocs/doc/en/handbook/hb-install-filesystems.xml
213
214 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.13&view=markup
215 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.13&content-type=text/plain
216 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?r1=1.12&r2=1.13
217
218 Index: hb-install-filesystems.xml
219 ===================================================================
220 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v
221 retrieving revision 1.12
222 retrieving revision 1.13
223 diff -u -r1.12 -r1.13
224 --- hb-install-filesystems.xml 28 Oct 2012 10:29:03 -0000 1.12
225 +++ hb-install-filesystems.xml 23 Feb 2013 18:38:22 -0000 1.13
226 @@ -1,11 +1,11 @@
227 <?xml version='1.0' encoding="UTF-8"?>
228 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v 1.12 2012/10/28 10:29:03 swift Exp $ -->
229 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v 1.13 2013/02/23 18:38:22 swift Exp $ -->
230 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
231
232 <included>
233
234 -<version>10</version>
235 -<date>2012-10-28</date>
236 +<version>11</version>
237 +<date>2013-02-23</date>
238
239 <section id="filesystemsdesc">
240 <title>Filesystems</title>
241 @@ -101,8 +101,7 @@
242 journaling for fast recovery in addition to other enhanced journaling modes like
243 full data and ordered data journaling. It uses an HTree index that enables high
244 performance in almost all situations. In short, ext3 is a very good and
245 -reliable filesystem. Ext3 is the recommended all-purpose all-platform
246 -filesystem. If you intend to install Gentoo on a
247 +reliable filesystem. If you intend to install Gentoo on a
248 very small disk (less than 4GB), then you'll need to tell ext3 to reserve enough
249 inodes when you create the filesystem. The <c>mke2fs</c> application uses the
250 "bytes-per-inode" setting to calculate how many inodes a file system should have.
251 @@ -123,7 +122,7 @@
252 allocation) giving the filesystem driver more ways to optimise the layout of data
253 on the disk. The ext4 filesystem is a compromise between production-grade code
254 stability and the desire to introduce extensions to an almost decade old
255 -filesystem.
256 +filesystem. Ext4 is the recommended all-purpose all-platform filesystem.
257 </p>
258
259 </body>
260
261
262
263 1.31 xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml
264
265 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.31&view=markup
266 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.31&content-type=text/plain
267 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?r1=1.30&r2=1.31
268
269 Index: hb-install-hppa-disk.xml
270 ===================================================================
271 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v
272 retrieving revision 1.30
273 retrieving revision 1.31
274 diff -u -r1.30 -r1.31
275 --- hb-install-hppa-disk.xml 6 Oct 2012 19:54:14 -0000 1.30
276 +++ hb-install-hppa-disk.xml 23 Feb 2013 18:38:22 -0000 1.31
277 @@ -4,12 +4,12 @@
278 <!-- The content of this document is licensed under the CC-BY-SA license -->
279 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
280
281 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.30 2012/10/06 19:54:14 swift Exp $ -->
282 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.31 2013/02/23 18:38:22 swift Exp $ -->
283
284 <sections>
285
286 -<version>13</version>
287 -<date>2012-10-06</date>
288 +<version>14</version>
289 +<date>2013-02-23</date>
290
291 <section>
292 <title>Introduction to Block Devices</title>
293 @@ -133,9 +133,9 @@
294
295 <pre caption="A simple default partition scheme">
296 # <i>cat /etc/fstab</i>
297 -/dev/sda2 /boot ext3 noauto,noatime 1 1
298 +/dev/sda2 /boot ext2 noauto,noatime 1 1
299 /dev/sda3 none swap sw 0 0
300 -/dev/sda4 / ext3 noatime 0 0
301 +/dev/sda4 / ext4 noatime 0 0
302
303 # <i>fdisk /dev/sda</i>
304
305 @@ -223,12 +223,12 @@
306 <p>
307 For instance, to have the boot partition (<path>/dev/sda2</path> in our
308 example) in ext2 and the root partition (<path>/dev/sda4</path> in our example)
309 -in ext3 (as in our example), you would use:
310 +in ext4 (as in our example), you would use:
311 </p>
312
313 <pre caption="Applying a filesystem on a partition">
314 # <i>mkfs.ext2 /dev/sda2</i>
315 -# <i>mkfs.ext3 /dev/sda4</i>
316 +# <i>mkfs.ext4 /dev/sda4</i>
317 </pre>
318
319 <p>
320
321
322
323 1.15 xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml
324
325 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.15&view=markup
326 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.15&content-type=text/plain
327 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?r1=1.14&r2=1.15
328
329 Index: hb-install-ia64-disk.xml
330 ===================================================================
331 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v
332 retrieving revision 1.14
333 retrieving revision 1.15
334 diff -u -r1.14 -r1.15
335 --- hb-install-ia64-disk.xml 6 Oct 2012 19:54:14 -0000 1.14
336 +++ hb-install-ia64-disk.xml 23 Feb 2013 18:38:22 -0000 1.15
337 @@ -4,12 +4,12 @@
338 <!-- The content of this document is licensed under the CC-BY-SA license -->
339 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
340
341 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.14 2012/10/06 19:54:14 swift Exp $ -->
342 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.15 2013/02/23 18:38:22 swift Exp $ -->
343
344 <sections>
345
346 -<version>9</version>
347 -<date>2012-10-06</date>
348 +<version>10</version>
349 +<date>2013-02-23</date>
350
351 <section>
352 <title>Introduction to Block Devices</title>
353 @@ -86,7 +86,7 @@
354 </tr>
355 <tr>
356 <ti><path>/dev/sda3</path></ti>
357 - <ti>ext3</ti>
358 + <ti>ext4</ti>
359 <ti>Rest of the disk</ti>
360 <ti>Root partition</ti>
361 </tr>
362 @@ -166,11 +166,11 @@
363 <pre caption="Filesystem usage example">
364 $ <i>df -h</i>
365 Filesystem Type Size Used Avail Use% Mounted on
366 -/dev/sda5 ext3 509M 132M 351M 28% /
367 -/dev/sda2 ext3 5.0G 3.0G 1.8G 63% /home
368 -/dev/sda7 ext3 7.9G 6.2G 1.3G 83% /usr
369 -/dev/sda8 ext3 1011M 483M 477M 51% /opt
370 -/dev/sda9 ext3 2.0G 607M 1.3G 32% /var
371 +/dev/sda5 ext4 509M 132M 351M 28% /
372 +/dev/sda2 ext4 5.0G 3.0G 1.8G 63% /home
373 +/dev/sda7 ext4 7.9G 6.2G 1.3G 83% /usr
374 +/dev/sda8 ext4 1011M 483M 477M 51% /opt
375 +/dev/sda9 ext4 2.0G 607M 1.3G 32% /var
376 /dev/sda1 ext2 51M 17M 31M 36% /boot
377 /dev/sda6 swap 516M 12M 504M 2% &lt;not mounted&gt;
378 <comment>(Unpartitioned space for future usage: 2 GB)</comment>
379 @@ -270,7 +270,7 @@
380 Minor Start End Filesystem Name Flags
381 1 0.017 203.938 fat32 boot
382 2 203.938 4243.468 linux-swap
383 -3 4243.469 34724.281 ext3
384 +3 4243.469 34724.281 ext4
385 </pre>
386
387 <p>
388 @@ -371,7 +371,7 @@
389
390 <p>
391 Finally, let's create the root partition. Our configuration will make the root
392 -partition to occupy the rest of the disk. We default to ext3, but you can use
393 +partition to occupy the rest of the disk. We default to ext4, but you can use
394 ext2, jfs, reiserfs or xfs if you prefer. The actual filesystem is not created
395 in this step, but the partition table contains an indication of what kind of
396 filesystem is stored on each partition, and it's a good idea to make the table
397 @@ -379,7 +379,7 @@
398 </p>
399
400 <pre caption="Creating the root partition">
401 -(parted) <i>mkpart primary ext3 544 34732.890</i>
402 +(parted) <i>mkpart primary ext4 544 34732.890</i>
403 (parted) <i>print</i>
404 Disk geometry for /dev/sda: 0.000-34732.890 megabytes
405 Disk label type: gpt
406 @@ -483,12 +483,12 @@
407 <p>
408 For instance, to have the boot partition (<path>/dev/sda1</path> in our
409 example) as vfat and the root partition (<path>/dev/sda3</path> in our example)
410 -as ext3, you would run the following commands:
411 +as ext4, you would run the following commands:
412 </p>
413
414 <pre caption="Applying a filesystem on a partition">
415 # <i>mkdosfs /dev/sda1</i>
416 -# <i>mkfs.ext3 /dev/sda3</i>
417 +# <i>mkfs.ext4 /dev/sda3</i>
418 </pre>
419
420 </body>
421
422
423
424 1.33 xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml
425
426 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.33&view=markup
427 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.33&content-type=text/plain
428 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?r1=1.32&r2=1.33
429
430 Index: hb-install-mips-disk.xml
431 ===================================================================
432 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v
433 retrieving revision 1.32
434 retrieving revision 1.33
435 diff -u -r1.32 -r1.33
436 --- hb-install-mips-disk.xml 6 Oct 2012 19:54:14 -0000 1.32
437 +++ hb-install-mips-disk.xml 23 Feb 2013 18:38:22 -0000 1.33
438 @@ -4,7 +4,7 @@
439 <!-- The content of this document is licensed under the CC-BY-SA license -->
440 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
441
442 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.32 2012/10/06 19:54:14 swift Exp $ -->
443 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.33 2013/02/23 18:38:22 swift Exp $ -->
444
445 <sections>
446
447 @@ -13,8 +13,8 @@
448 This chapter describes how to partition a disk for future usage.
449 </abstract>
450
451 -<version>6</version>
452 -<date>2012-10-06</date>
453 +<version>7</version>
454 +<date>2013-02-23</date>
455
456 <section>
457 <title>Introduction to Block Devices</title>
458 @@ -569,12 +569,12 @@
459 <p>
460 For instance, to have the boot partition (<path>/dev/sda1</path> in our
461 example) in ext2 and the root partition (<path>/dev/sda3</path> in our example)
462 -in ext3, you would use:
463 +in ext4, you would use:
464 </p>
465
466 <pre caption="Applying a filesystem on a partition">
467 # <i>mkfs.ext2 /dev/sda1</i>
468 -# <i>mkfs.ext3 /dev/sda3</i>
469 +# <i>mkfs.ext4 /dev/sda3</i>
470 </pre>
471
472 <p>
473
474
475
476 1.54 xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml
477
478 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.54&view=markup
479 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.54&content-type=text/plain
480 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?r1=1.53&r2=1.54
481
482 Index: hb-install-ppc-disk.xml
483 ===================================================================
484 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v
485 retrieving revision 1.53
486 retrieving revision 1.54
487 diff -u -r1.53 -r1.54
488 --- hb-install-ppc-disk.xml 20 Jan 2013 17:37:22 -0000 1.53
489 +++ hb-install-ppc-disk.xml 23 Feb 2013 18:38:22 -0000 1.54
490 @@ -4,7 +4,7 @@
491 <!-- The content of this document is licensed under the CC-BY-SA license -->
492 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
493
494 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.53 2013/01/20 17:37:22 swift Exp $ -->
495 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.54 2013/02/23 18:38:22 swift Exp $ -->
496
497 <sections>
498
499 @@ -13,8 +13,8 @@
500 This chapter describes how to partition a disk for future usage.
501 </abstract>
502
503 -<version>14</version>
504 -<date>2013-01-20</date>
505 +<version>15</version>
506 +<date>2013-02-23</date>
507
508 <section>
509 <title>Introduction to Block Devices</title>
510 @@ -555,12 +555,12 @@
511 </table>
512
513 <p>
514 -For instance, to make an ext3 filesystem on the root partition
515 +For instance, to make an ext4 filesystem on the root partition
516 (<path>/dev/sda4</path> in our example), you would use:
517 </p>
518
519 <pre caption="Applying a filesystem on a partition">
520 -# <i>mke2fs -j /dev/sda4</i>
521 +# <i>mkfs.ext4 /dev/sda4</i>
522 </pre>
523
524 <p>
525
526
527
528 1.39 xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml
529
530 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.39&view=markup
531 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.39&content-type=text/plain
532 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?r1=1.38&r2=1.39
533
534 Index: hb-install-ppc64-disk.xml
535 ===================================================================
536 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v
537 retrieving revision 1.38
538 retrieving revision 1.39
539 diff -u -r1.38 -r1.39
540 --- hb-install-ppc64-disk.xml 28 Oct 2012 10:29:03 -0000 1.38
541 +++ hb-install-ppc64-disk.xml 23 Feb 2013 18:38:22 -0000 1.39
542 @@ -4,7 +4,7 @@
543 <!-- The content of this document is licensed under the CC-BY-SA license -->
544 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
545
546 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.38 2012/10/28 10:29:03 swift Exp $ -->
547 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.39 2013/02/23 18:38:22 swift Exp $ -->
548
549 <sections>
550
551 @@ -13,8 +13,8 @@
552 This chapter describes how to partition a disk for future usage.
553 </abstract>
554
555 -<version>13</version>
556 -<date>2012-10-28</date>
557 +<version>14</version>
558 +<date>2013-02-23</date>
559
560 <section>
561 <title>Introduction to Block Devices</title>
562 @@ -629,11 +629,11 @@
563
564 <p>
565 For instance, to have the root partition (<path>/dev/sda4</path> in our example)
566 -in ext3 (as in our example), you would use:
567 +in ext4 (as in our example), you would use:
568 </p>
569
570 <pre caption="Applying a filesystem on a partition">
571 -# <i>mke2fs -j /dev/sda4</i>
572 +# <i>mkfs.ext4 /dev/sda4</i>
573 </pre>
574
575 <p>
576
577
578
579 1.37 xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml
580
581 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.37&view=markup
582 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.37&content-type=text/plain
583 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?r1=1.36&r2=1.37
584
585 Index: hb-install-sparc-disk.xml
586 ===================================================================
587 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v
588 retrieving revision 1.36
589 retrieving revision 1.37
590 diff -u -r1.36 -r1.37
591 --- hb-install-sparc-disk.xml 4 Sep 2011 14:34:01 -0000 1.36
592 +++ hb-install-sparc-disk.xml 23 Feb 2013 18:38:22 -0000 1.37
593 @@ -4,12 +4,12 @@
594 <!-- The content of this document is licensed under the CC-BY-SA license -->
595 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
596
597 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.36 2011/09/04 14:34:01 swift Exp $ -->
598 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.37 2013/02/23 18:38:22 swift Exp $ -->
599
600 <sections>
601
602 -<version>7</version>
603 -<date>2011-09-04</date>
604 +<version>8</version>
605 +<date>2013-02-23</date>
606
607 <section>
608 <title>Introduction to Block Devices</title>
609 @@ -75,7 +75,7 @@
610 </tr>
611 <tr>
612 <ti>/dev/sda1</ti>
613 - <ti>ext3</ti>
614 + <ti>ext4</ti>
615 <ti>&lt;2 GB</ti>
616 <ti>/</ti>
617 <ti>
618 @@ -103,7 +103,7 @@
619 </tr>
620 <tr>
621 <ti>/dev/sda4</ti>
622 - <ti>ext3</ti>
623 + <ti>ext4</ti>
624 <ti>at least 2 GB</ti>
625 <ti>/usr</ti>
626 <ti>
627 @@ -114,7 +114,7 @@
628 </tr>
629 <tr>
630 <ti>/dev/sda5</ti>
631 - <ti>ext3</ti>
632 + <ti>ext4</ti>
633 <ti>at least 1 GB</ti>
634 <ti>/var</ti>
635 <ti>
636 @@ -126,7 +126,7 @@
637 </tr>
638 <tr>
639 <ti>/dev/sda6</ti>
640 - <ti>ext3</ti>
641 + <ti>ext4</ti>
642 <ti>remaining space</ti>
643 <ti>/home</ti>
644 <ti>/home partition. Used for users' home directories.</ti>
645 @@ -494,14 +494,14 @@
646 For instance, to create the root partition (<path>/dev/sda1</path> in our
647 example) as ext2, and the <path>/usr</path>, <path>/var</path>, and
648 <path>/home</path> partitions (<path>/dev/sda4</path>, <path>5</path>
649 -and <path>6</path> in our example, respectively) as ext3, you would use:
650 +and <path>6</path> in our example, respectively) as ext4, you would use:
651 </p>
652
653 <pre caption="Applying a filesystem on a partition">
654 # <i>mkfs.ext2 /dev/sda1</i>
655 -# <i>mkfs.ext3 /dev/sda4</i>
656 -# <i>mkfs.ext3 /dev/sda5</i>
657 -# <i>mkfs.ext3 /dev/sda6</i>
658 +# <i>mkfs.ext4 /dev/sda4</i>
659 +# <i>mkfs.ext4 /dev/sda5</i>
660 +# <i>mkfs.ext4 /dev/sda6</i>
661 </pre>
662
663 </body>
664
665
666
667 1.53 xml/htdocs/doc/en/handbook/hb-install-tools.xml
668
669 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.53&view=markup
670 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.53&content-type=text/plain
671 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.52&r2=1.53
672
673 Index: hb-install-tools.xml
674 ===================================================================
675 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
676 retrieving revision 1.52
677 retrieving revision 1.53
678 diff -u -r1.52 -r1.53
679 --- hb-install-tools.xml 24 Oct 2011 18:50:50 -0000 1.52
680 +++ hb-install-tools.xml 23 Feb 2013 18:38:22 -0000 1.53
681 @@ -4,7 +4,7 @@
682 <!-- The content of this document is licensed under the CC-BY-SA license -->
683 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
684
685 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.52 2011/10/24 18:50:50 swift Exp $ -->
686 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.53 2013/02/23 18:38:22 swift Exp $ -->
687
688 <sections>
689
690 @@ -12,8 +12,8 @@
691 In this chapter we help you choose and install some important tools.
692 </abstract>
693
694 -<version>10</version>
695 -<date>2011-10-23</date>
696 +<version>11</version>
697 +<date>2013-02-23</date>
698
699 <section>
700 <title>System Logger</title>
701 @@ -150,8 +150,8 @@
702 <p>
703 Depending on what file systems you are using, you need to install the necessary
704 file system utilities (for checking the filesystem integrity, creating
705 -additional file systems etc.). Please note that tools for managing ext2/ext3
706 -filesystems (<c>e2fsprogs</c>) are already installed as a part of the system.
707 +additional file systems etc.). Please note that tools for managing ext2, ext3 or
708 +ext4 filesystems (<c>e2fsprogs</c>) are already installed as a part of the system.
709 </p>
710
711 <p>
712
713
714
715 1.21 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml
716
717 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.21&view=markup
718 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.21&content-type=text/plain
719 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.20&r2=1.21
720
721 Index: hb-install-x86+amd64-disk.xml
722 ===================================================================
723 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
724 retrieving revision 1.20
725 retrieving revision 1.21
726 diff -u -r1.20 -r1.21
727 --- hb-install-x86+amd64-disk.xml 6 Oct 2012 19:54:14 -0000 1.20
728 +++ hb-install-x86+amd64-disk.xml 23 Feb 2013 18:38:22 -0000 1.21
729 @@ -4,7 +4,7 @@
730 <!-- The content of this document is licensed under the CC-BY-SA license -->
731 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
732
733 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.20 2012/10/06 19:54:14 swift Exp $ -->
734 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.21 2013/02/23 18:38:22 swift Exp $ -->
735
736 <sections>
737
738 @@ -13,8 +13,8 @@
739 This chapter describes how to partition a disk for future usage.
740 </abstract>
741
742 -<version>13</version>
743 -<date>2012-10-06</date>
744 +<version>14</version>
745 +<date>2013-02-23</date>
746
747 <section>
748 <title>Introduction to Block Devices</title>
749 @@ -108,7 +108,7 @@
750 </tr>
751 <tr>
752 <ti><path>/dev/sda3</path></ti>
753 - <ti>ext3</ti>
754 + <ti>ext4</ti>
755 <ti>Rest of the disk</ti>
756 <ti>Root partition</ti>
757 </tr>
758 @@ -191,11 +191,11 @@
759 <pre caption="Filesystem usage example">
760 $ <i>df -h</i>
761 Filesystem Type Size Used Avail Use% Mounted on
762 -/dev/sda5 ext3 509M 132M 351M 28% /
763 -/dev/sda2 ext3 5.0G 3.0G 1.8G 63% /home
764 -/dev/sda7 ext3 7.9G 6.2G 1.3G 83% /usr
765 -/dev/sda8 ext3 1011M 483M 477M 51% /opt
766 -/dev/sda9 ext3 2.0G 607M 1.3G 32% /var
767 +/dev/sda5 ext4 509M 132M 351M 28% /
768 +/dev/sda2 ext4 5.0G 3.0G 1.8G 63% /home
769 +/dev/sda7 ext4 7.9G 6.2G 1.3G 83% /usr
770 +/dev/sda8 ext4 1011M 483M 477M 51% /opt
771 +/dev/sda9 ext4 2.0G 607M 1.3G 32% /var
772 /dev/sda1 ext2 51M 17M 31M 36% /boot
773 /dev/sda6 swap 516M 12M 504M 2% &lt;not mounted&gt;
774 <comment>(Unpartitioned space for future usage: 2 GB)</comment>
775 @@ -746,12 +746,12 @@
776 <p>
777 For instance, to have the boot partition (<path>/dev/sda1</path> in our
778 example) in ext2 and the root partition (<path>/dev/sda3</path> in our example)
779 -in ext3 (as in our example), you would use:
780 +in ext4 (as in our example), you would use:
781 </p>
782
783 <pre caption="Applying a filesystem on a partition">
784 # <i>mkfs.ext2 /dev/sda1</i>
785 -# <i>mkfs.ext3 /dev/sda3</i>
786 +# <i>mkfs.ext4 /dev/sda3</i>
787 </pre>
788
789 <p>