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-filesystems.xml hb-install-hppa-disk.xml
Date: Sat, 17 Sep 2011 12:16:27
Message-Id: 20110917121610.110732004C@flycatcher.gentoo.org
1 swift 11/09/17 12:16:10
2
3 Modified: hb-install-filesystems.xml hb-install-hppa-disk.xml
4 Log:
5 Bug #334167 - Add ext4 information for HPPA architecture
6
7 Revision Changes Path
8 1.9 xml/htdocs/doc/en/handbook/hb-install-filesystems.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?r1=1.8&r2=1.9
13
14 Index: hb-install-filesystems.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- hb-install-filesystems.xml 4 Sep 2011 14:34:01 -0000 1.8
21 +++ hb-install-filesystems.xml 17 Sep 2011 12:16:09 -0000 1.9
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v 1.8 2011/09/04 14:34:01 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v 1.9 2011/09/17 12:16:09 swift Exp $ -->
26 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
27
28 <included>
29
30 -<version>6</version>
31 -<date>2011-09-04</date>
32 +<version>7</version>
33 +<date>2011-09-17</date>
34
35 <section id="filesystemsdesc">
36 <title>Filesystems</title>
37 @@ -38,7 +38,7 @@
38 </p>
39
40 <p test="func:keyval('arch')='HPPA'">
41 -Several filesystems are available. Ext2, ext3, XFS and reiserfs are found
42 +Several filesystems are available. Ext2, ext3, ext4, XFS and reiserfs are found
43 stable on the HPPA architecture. The others are very experimental.
44 </p>
45
46 @@ -103,7 +103,7 @@
47 filesystem by running <c>mke2fs -j -T small /dev/&lt;device&gt;</c>.
48 </p>
49
50 -<p test="contains('x86 Alpha MIPS AMD64 arm IA64 SPARC',func:keyval('arch'))">
51 +<p test="contains('x86 Alpha MIPS AMD64 arm IA64 SPARC HPPA',func:keyval('arch'))">
52 <b>ext4</b> is a filesystem created as a fork of ext3 bringing new features,
53 performance improvements and removal of size limits with moderate changes
54 to the on-disk format. It can span volumes up to 1 EB and with maximum file
55
56
57
58 1.28 xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.28&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.28&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?r1=1.27&r2=1.28
63
64 Index: hb-install-hppa-disk.xml
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v
67 retrieving revision 1.27
68 retrieving revision 1.28
69 diff -u -r1.27 -r1.28
70 --- hb-install-hppa-disk.xml 20 Jul 2010 00:05:24 -0000 1.27
71 +++ hb-install-hppa-disk.xml 17 Sep 2011 12:16:09 -0000 1.28
72 @@ -4,12 +4,12 @@
73 <!-- The content of this document is licensed under the CC-BY-SA license -->
74 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
75
76 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.27 2010/07/20 00:05:24 nightmorph Exp $ -->
77 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.28 2011/09/17 12:16:09 swift Exp $ -->
78
79 <sections>
80
81 -<version>10.0</version>
82 -<date>2010-07-19</date>
83 +<version>11</version>
84 +<date>2011-09-17</date>
85
86 <section>
87 <title>Introduction to Block Devices</title>
88 @@ -189,11 +189,15 @@
89 </tr>
90 <tr>
91 <ti>ext2</ti>
92 - <ti><c>mke2fs</c></ti>
93 + <ti><c>mkfs.ext2</c></ti>
94 </tr>
95 <tr>
96 <ti>ext3</ti>
97 - <ti><c>mke2fs -j</c></ti>
98 + <ti><c>mkfs.ext3</c></ti>
99 +</tr>
100 +<tr>
101 + <ti>ext4</ti>
102 + <ti><c>mkfs.ext4</c></ti>
103 </tr>
104 <tr>
105 <ti>reiserfs</ti>
106 @@ -216,8 +220,8 @@
107 </p>
108
109 <pre caption="Applying a filesystem on a partition">
110 -# <i>mke2fs /dev/sda2</i>
111 -# <i>mke2fs -j /dev/sda4</i>
112 +# <i>mkfs.ext2 /dev/sda2</i>
113 +# <i>mkfs.ext3 /dev/sda4</i>
114 </pre>
115
116 <p>