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-arm-disk.xml hb-install-filesystems.xml hb-install-ia64-disk.xml hb-install-sparc-disk.xml
Date: Sun, 04 Sep 2011 14:34:12
Message-Id: 20110904143401.C346A20051@flycatcher.gentoo.org
1 swift 11/09/04 14:34:01
2
3 Modified: hb-install-arm-disk.xml hb-install-filesystems.xml
4 hb-install-ia64-disk.xml hb-install-sparc-disk.xml
5 Log:
6 Bug #334167 - Update filesystem information for ext4 for the arm, ia64 and sparc architectures
7
8 Revision Changes Path
9 1.13 xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?r1=1.12&r2=1.13
14
15 Index: hb-install-arm-disk.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- hb-install-arm-disk.xml 22 Aug 2011 17:18:23 -0000 1.12
22 +++ hb-install-arm-disk.xml 4 Sep 2011 14:34:01 -0000 1.13
23 @@ -4,12 +4,12 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v 1.12 2011/08/22 17:18:23 swift Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v 1.13 2011/09/04 14:34:01 swift Exp $ -->
29
30 <sections>
31
32 -<version>6.1</version>
33 -<date>2008-05-02</date>
34 +<version>7</version>
35 +<date>2011-09-04</date>
36
37 <!-- TODO: Add section about MTD and such -->
38
39 @@ -496,7 +496,11 @@
40 </tr>
41 <tr>
42 <ti>ext3</ti>
43 - <ti><c>mke2fs -j</c></ti>
44 + <ti><c>mkfs.ext3</c></ti>
45 +</tr>
46 +<tr>
47 + <ti>ext4</ti>
48 + <ti><c>mkfs.ext4</c></ti>
49 </tr>
50 <tr>
51 <ti>reiserfs</ti>
52 @@ -519,8 +523,8 @@
53 </p>
54
55 <pre caption="Applying a filesystem on a partition">
56 -# <i>mke2fs /dev/sda1</i>
57 -# <i>mke2fs -j /dev/sda3</i>
58 +# <i>mkfs.ext2 /dev/sda1</i>
59 +# <i>mkfs.ext3 /dev/sda3</i>
60 </pre>
61
62 <p>
63
64
65
66 1.8 xml/htdocs/doc/en/handbook/hb-install-filesystems.xml
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.8&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.8&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?r1=1.7&r2=1.8
71
72 Index: hb-install-filesystems.xml
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v
75 retrieving revision 1.7
76 retrieving revision 1.8
77 diff -u -r1.7 -r1.8
78 --- hb-install-filesystems.xml 22 Aug 2011 17:18:23 -0000 1.7
79 +++ hb-install-filesystems.xml 4 Sep 2011 14:34:01 -0000 1.8
80 @@ -1,11 +1,11 @@
81 <?xml version='1.0' encoding="UTF-8"?>
82 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v 1.7 2011/08/22 17:18:23 swift Exp $ -->
83 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v 1.8 2011/09/04 14:34:01 swift Exp $ -->
84 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
85
86 <included>
87
88 -<version>5</version>
89 -<date>2011-08-22</date>
90 +<version>6</version>
91 +<date>2011-09-04</date>
92
93 <section id="filesystemsdesc">
94 <title>Filesystems</title>
95 @@ -19,8 +19,8 @@
96
97 <p test="func:keyval('arch')='IA64'">
98 The Linux kernel supports various filesystems. We'll explain vfat, ext2, ext3,
99 -ReiserFS, XFS and JFS as these are the most commonly used filesystems on Linux
100 -systems.
101 +ext4, ReiserFS, XFS and JFS as these are the most commonly used filesystems on
102 +Linux systems.
103 </p>
104
105 <p test="func:keyval('arch')='AMD64'">
106 @@ -32,9 +32,9 @@
107
108 <p test="func:keyval('arch')='arm'">
109 Several filesystems are available. Some of them are found stable on the arm
110 -architecture, others aren't. ext2 and ext3 are found to be stable. JFS, XFS and
111 -ReiserFS may work but need more testing. If you're really adventurous you can
112 -try the other filesystems.
113 +architecture, others aren't. ext2, ext3 and ext4 are found to be stable. JFS,
114 +XFS and ReiserFS may work but need more testing. If you're really adventurous
115 +you can try the other filesystems.
116 </p>
117
118 <p test="func:keyval('arch')='HPPA'">
119 @@ -60,7 +60,7 @@
120
121 <p test="func:keyval('arch')='SPARC'">
122 Several filesystems are available, some are known to be stable on the
123 -SPARC architecture. Ext2 and ext3, for example, are known to work well.
124 +SPARC architecture. Ext2, ext3 and ext4, for example, are known to work well.
125 Alternate filesystems may not function correctly.
126 </p>
127
128 @@ -103,7 +103,7 @@
129 filesystem by running <c>mke2fs -j -T small /dev/&lt;device&gt;</c>.
130 </p>
131
132 -<p test="contains('x86 Alpha MIPS AMD64',func:keyval('arch'))">
133 +<p test="contains('x86 Alpha MIPS AMD64 arm IA64 SPARC',func:keyval('arch'))">
134 <b>ext4</b> is a filesystem created as a fork of ext3 bringing new features,
135 performance improvements and removal of size limits with moderate changes
136 to the on-disk format. It can span volumes up to 1 EB and with maximum file
137
138
139
140 1.10 xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml
141
142 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.10&view=markup
143 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.10&content-type=text/plain
144 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?r1=1.9&r2=1.10
145
146 Index: hb-install-ia64-disk.xml
147 ===================================================================
148 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v
149 retrieving revision 1.9
150 retrieving revision 1.10
151 diff -u -r1.9 -r1.10
152 --- hb-install-ia64-disk.xml 20 Jul 2010 05:14:55 -0000 1.9
153 +++ hb-install-ia64-disk.xml 4 Sep 2011 14:34:01 -0000 1.10
154 @@ -4,12 +4,12 @@
155 <!-- The content of this document is licensed under the CC-BY-SA license -->
156 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
157
158 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.9 2010/07/20 05:14:55 nightmorph Exp $ -->
159 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.10 2011/09/04 14:34:01 swift Exp $ -->
160
161 <sections>
162
163 -<version>5.0</version>
164 -<date>2010-07-19</date>
165 +<version>6</version>
166 +<date>2011-09-04</date>
167
168 <section>
169 <title>Introduction to Block Devices</title>
170 @@ -448,11 +448,15 @@
171 </tr>
172 <tr>
173 <ti>ext2</ti>
174 - <ti><c>mke2fs</c></ti>
175 + <ti><c>mkfs.ext2</c></ti>
176 </tr>
177 <tr>
178 <ti>ext3</ti>
179 - <ti><c>mke2fs -j</c></ti>
180 + <ti><c>mkfs.ext3</c></ti>
181 +</tr>
182 +<tr>
183 + <ti>ext4</ti>
184 + <ti><c>mkfs.ext4</c></ti>
185 </tr>
186 <tr>
187 <ti>reiserfs</ti>
188 @@ -476,7 +480,7 @@
189
190 <pre caption="Applying a filesystem on a partition">
191 # <i>mkdosfs /dev/sda1</i>
192 -# <i>mke2fs -j /dev/sda3</i>
193 +# <i>mkfs.ext3 /dev/sda3</i>
194 </pre>
195
196 </body>
197
198
199
200 1.36 xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml
201
202 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.36&view=markup
203 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.36&content-type=text/plain
204 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?r1=1.35&r2=1.36
205
206 Index: hb-install-sparc-disk.xml
207 ===================================================================
208 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v
209 retrieving revision 1.35
210 retrieving revision 1.36
211 diff -u -r1.35 -r1.36
212 --- hb-install-sparc-disk.xml 20 Jul 2010 08:29:37 -0000 1.35
213 +++ hb-install-sparc-disk.xml 4 Sep 2011 14:34:01 -0000 1.36
214 @@ -4,12 +4,12 @@
215 <!-- The content of this document is licensed under the CC-BY-SA license -->
216 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
217
218 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.35 2010/07/20 08:29:37 nightmorph Exp $ -->
219 +<!-- $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 $ -->
220
221 <sections>
222
223 -<version>6.0</version>
224 -<date>2010-07-20</date>
225 +<version>7</version>
226 +<date>2011-09-04</date>
227
228 <section>
229 <title>Introduction to Block Devices</title>
230 @@ -478,11 +478,15 @@
231 </tr>
232 <tr>
233 <ti>ext2</ti>
234 - <ti><c>mke2fs</c></ti>
235 + <ti><c>mkfs.ext2</c></ti>
236 </tr>
237 <tr>
238 <ti>ext3</ti>
239 - <ti><c>mke2fs -j</c></ti>
240 + <ti><c>mkfs.ext3</c></ti>
241 +</tr>
242 +<tr>
243 + <ti>ext4</ti>
244 + <ti><c>mkfs.ext4</c></ti>
245 </tr>
246 </table>
247
248 @@ -494,10 +498,10 @@
249 </p>
250
251 <pre caption="Applying a filesystem on a partition">
252 -# <i>mke2fs /dev/sda1</i>
253 -# <i>mke2fs -j /dev/sda4</i>
254 -# <i>mke2fs -j /dev/sda5</i>
255 -# <i>mke2fs -j /dev/sda6</i>
256 +# <i>mkfs.ext2 /dev/sda1</i>
257 +# <i>mkfs.ext3 /dev/sda4</i>
258 +# <i>mkfs.ext3 /dev/sda5</i>
259 +# <i>mkfs.ext3 /dev/sda6</i>
260 </pre>
261
262 </body>