Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-install-arm-disk.xml hb-install-filesystems.xml hb-install-sparc-disk.xml
Date: Tue, 06 Sep 2011 16:18:44
Message-Id: 20110906161817.D531A2004C@flycatcher.gentoo.org
1 nimiux 11/09/06 16:18:17
2
3 Modified: hb-install-arm-disk.xml hb-install-filesystems.xml
4 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.3 xml/htdocs/doc/es/handbook/hb-install-arm-disk.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-arm-disk.xml?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-arm-disk.xml?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-arm-disk.xml?r1=1.2&r2=1.3
14
15 Index: hb-install-arm-disk.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-arm-disk.xml,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- hb-install-arm-disk.xml 24 Aug 2011 11:25:51 -0000 1.2
22 +++ hb-install-arm-disk.xml 6 Sep 2011 16:18:17 -0000 1.3
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/es/handbook/hb-install-arm-disk.xml,v 1.2 2011/08/24 11:25:51 nimiux Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-arm-disk.xml,v 1.3 2011/09/06 16:18:17 nimiux 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 @@ -296,6 +296,7 @@
40 "Linux", así como una partición de intercambio (swap) que aparece con
41 la etiqueta "Linux swap".
42 </p>
43 +
44 </body>
45 </subsection>
46
47 @@ -348,6 +349,7 @@
48 que no debe seguir estas instrucciones al píe de la letra si no desea
49 tener una tabla de particiones exactamente igual que la nuestra!
50 </p>
51 +
52 </body>
53 </subsection>
54
55 @@ -396,6 +398,7 @@
56 para marcarla como arrancable. Si escribe <c>p</c> de nuevo, verá
57 que un <path>*</path> ha aparecido en la columna "Boot".
58 </p>
59 +
60 </body>
61 </subsection>
62
63 @@ -428,6 +431,7 @@
64 /dev/sda1 * 1 14 105808+ 83 Linux
65 /dev/sda2 15 81 506520 82 Linux swap
66 </pre>
67 +
68 </body>
69 </subsection>
70
71 @@ -459,6 +463,7 @@
72 /dev/sda2 15 81 506520 82 Linux swap
73 /dev/sda3 82 3876 28690200 83 Linux
74 </pre>
75 +
76 </body>
77 </subsection>
78
79 @@ -479,6 +484,7 @@
80 Ahora que las particiones están creadas, puede proseguir con la <uri
81 link="#filesystems">Creación de Sistemas de Ficheros</uri>.
82 </p>
83 +
84 </body>
85 </subsection>
86 </section>
87 @@ -497,6 +503,7 @@
88 Sistema de Ficheros en una Partición</uri>. En caso contrario, siga
89 leyendo para ver qué sistemas de ficheros puede utilizar ...
90 </p>
91 +
92 </body>
93 </subsection>
94
95 @@ -524,7 +531,11 @@
96 </tr>
97 <tr>
98 <ti>ext3</ti>
99 - <ti><c>mke2fs -j</c></ti>
100 + <ti><c>mkfs.ext3</c></ti>
101 +</tr>
102 +<tr>
103 + <ti>ext4</ti>
104 + <ti><c>mkfs.ext4</c></ti>
105 </tr>
106 <tr>
107 <ti>reiserfs</ti>
108 @@ -548,14 +559,15 @@
109 </p>
110
111 <pre caption="Creación de un sistema de ficheros en una partición">
112 -# <i>mke2fs /dev/sda1</i>
113 -# <i>mke2fs -j /dev/sda3</i>
114 +# <i>mkfs.ext2 /dev/sda1</i>
115 +# <i>mkfs.ext3 /dev/sda3</i>
116 </pre>
117
118 <p>
119 Ahora puede crear los sistemas de ficheros sobre sus particiones (o
120 volúmenes lógicos) recién creados.
121 </p>
122 +
123 </body>
124 </subsection>
125
126 @@ -584,6 +596,7 @@
127 Crea y activa la partición de intercambio con los comandos mencionados
128 arriba.
129 </p>
130 +
131 </body>
132 </subsection>
133 </section>
134 @@ -622,6 +635,7 @@
135 Continue con <uri link="?part=1&amp;chap=5">Instalación de Ficheros
136 de Instalación de Gentoo</uri>.
137 </p>
138 +
139 </body>
140 </section>
141 </sections>
142
143
144
145 1.5 xml/htdocs/doc/es/handbook/hb-install-filesystems.xml
146
147 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml?rev=1.5&view=markup
148 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml?rev=1.5&content-type=text/plain
149 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml?r1=1.4&r2=1.5
150
151 Index: hb-install-filesystems.xml
152 ===================================================================
153 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml,v
154 retrieving revision 1.4
155 retrieving revision 1.5
156 diff -u -r1.4 -r1.5
157 --- hb-install-filesystems.xml 24 Aug 2011 11:25:51 -0000 1.4
158 +++ hb-install-filesystems.xml 6 Sep 2011 16:18:17 -0000 1.5
159 @@ -1,11 +1,11 @@
160 <?xml version='1.0' encoding="UTF-8"?>
161 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml,v 1.4 2011/08/24 11:25:51 nimiux Exp $ -->
162 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml,v 1.5 2011/09/06 16:18:17 nimiux Exp $ -->
163 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
164
165 <included>
166
167 -<version>5</version>
168 -<date>2011-08-22</date>
169 +<version>6</version>
170 +<date>2011-09-04</date>
171
172 <section id="filesystemsdesc">
173 <title>Sistemas de ficheros</title>
174 @@ -19,8 +19,8 @@
175
176 <p test="func:keyval('arch')='IA64'">
177 El kernel de Linux soporta varios sistemas de ficheros. Explicaremos vfat,
178 -ext2, ext3, ReiserFS, XFS y JFS por ser los más utilizados en sistemas
179 -Linux.
180 +ext2, ext3, ext4, ReiserFS, XFS y JFS por ser los más utilizados en
181 +sistemas Linux.
182 </p>
183
184 <p test="func:keyval('arch')='AMD64'">
185 @@ -34,9 +34,9 @@
186 <p test="func:keyval('arch')='arm'">
187 Varios sistemas de ficheros están disponibles. Algunos de ellos se
188 encontraron estables en la arquitectura arm mientras que otros
189 -no. ext2 y ext3 se consideran estables. JFS, XFS y ReiserFS podrían
190 -funcionar pero necesitan más pruebas. Si se es aventurero, pueden
191 -probarse otros sistemas de ficheros.
192 +no. Los sistemas de ficheros ext2, ext3 y ext4 se consideran estables.
193 +JFS, XFS y ReiserFS podrían funcionar pero necesitan más pruebas. Si se
194 +es aventurero, pueden probarse otros sistemas de ficheros.
195 </p>
196
197 <p test="func:keyval('arch')='HPPA'">
198 @@ -65,15 +65,16 @@
199
200 <p test="func:keyval('arch')='SPARC'">
201 Varios sistemas de ficheros están disponibles, algunos son estables en
202 -la arquitectura SPARC. Se sabe que ext2 y ext3, por ejemplo, funcionan
203 -correctamente. Sistemas de ficheros alternativos puede que no funcionen
204 -correctamente.
205 +la arquitectura SPARC. Se sabe que ext2, ext3 y ext4, por ejemplo,
206 +funcionan correctamente. Sistemas de ficheros alternativos puede que no
207 +funcionen bien.
208 </p>
209
210 <note test="func:keyval('arch')='Alpha'">
211 <c>aboot</c> solamente soporta el arranque desde particiones
212 <b>ext2</b> and <b>ext3</b>.
213 </note>
214 +
215 </body>
216
217 <body>
218 @@ -113,7 +114,7 @@
219 ejecutando <c>mke2fs -j -T small /dev/&lt;device&gt;</c>.
220 </p>
221
222 -<p test="contains('x86 Alpha MIPS AMD64',func:keyval('arch'))">
223 +<p test="contains('x86 Alpha MIPS AMD64 arm IA64 SPARC',func:keyval('arch'))">
224 El sistema de ficheros <b>ext4</b> se creó como una bifurcación en el
225 código (fork) del sistema de ficheros ext3, incorporando nuevas
226 características, mejoras de rendimiento y eliminación de los limites
227 @@ -155,6 +156,7 @@
228 juego de características robustas y está optimizado para ser
229 escalable. XFS parece ser menos robusto ante fallos hardware.
230 </p>
231 +
232 </body>
233 </section>
234 </included>
235
236
237
238 1.9 xml/htdocs/doc/es/handbook/hb-install-sparc-disk.xml
239
240 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-disk.xml?rev=1.9&view=markup
241 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-disk.xml?rev=1.9&content-type=text/plain
242 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-disk.xml?r1=1.8&r2=1.9
243
244 Index: hb-install-sparc-disk.xml
245 ===================================================================
246 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-disk.xml,v
247 retrieving revision 1.8
248 retrieving revision 1.9
249 diff -u -r1.8 -r1.9
250 --- hb-install-sparc-disk.xml 4 Aug 2010 08:35:19 -0000 1.8
251 +++ hb-install-sparc-disk.xml 6 Sep 2011 16:18:17 -0000 1.9
252 @@ -4,12 +4,12 @@
253 <!-- The content of this document is licensed under the CC-BY-SA license -->
254 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
255
256 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-disk.xml,v 1.8 2010/08/04 08:35:19 nimiux Exp $ -->
257 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-disk.xml,v 1.9 2011/09/06 16:18:17 nimiux Exp $ -->
258
259 <sections>
260
261 -<version>6.0</version>
262 -<date>2010-07-20</date>
263 +<version>7</version>
264 +<date>2011-09-04</date>
265
266 <section>
267 <title>Introducción a los Dispositivos de Bloque</title>
268 @@ -47,6 +47,7 @@
269 particiones "primarias" ni "extendidas". En cambio, por cada disco hay
270 disponibles hasta ocho particiones, estando reservada la tercera.
271 </p>
272 +
273 </body>
274 </subsection>
275 </section>
276 @@ -144,6 +145,7 @@
277 </ti>
278 </tr>
279 </table>
280 +
281 </body>
282 </subsection>
283 </section>
284 @@ -195,6 +197,7 @@
285 primeros 2 GB del disco en sistemas antiguos. También existe un
286 límite de 15 particiones para discos SCSI y SATA.
287 </p>
288 +
289 </body>
290 </subsection>
291
292 @@ -294,6 +297,7 @@
293 Busque los valores correctos en la documentación de su disco. La
294 opción 'auto configure' normalmente no funciona.
295 </p>
296 +
297 </body>
298 </subsection>
299
300 @@ -334,6 +338,7 @@
301 Device Flag Start End Blocks Id System
302 /dev/sda3 0 8635 8842240 5 Whole disk
303 </pre>
304 +
305 </body>
306 </subsection>
307
308 @@ -374,6 +379,7 @@
309 /dev/sda1 0 488 499712 83 Linux native
310 /dev/sda3 0 8635 8842240 5 Whole disk
311 </pre>
312 +
313 </body>
314 </subsection>
315
316 @@ -405,6 +411,7 @@
317 /dev/sda2 488 976 499712 82 Linux swap
318 /dev/sda3 0 8635 8842240 5 Whole disk
319 </pre>
320 +
321 </body>
322 </subsection>
323
324 @@ -437,6 +444,7 @@
325 /dev/sda5 1953 2144 195584 83 Linux native
326 /dev/sda6 2144 8635 6646784 83 Linux native
327 </pre>
328 +
329 </body>
330 </subsection>
331
332 @@ -457,6 +465,7 @@
333 Ahora que sus particiones están creadas, puede proseguir con la
334 <uri link="#filesystems">Creación de Sistemas de Ficheros</uri>.
335 </p>
336 +
337 </body>
338 </subsection>
339 </section>
340 @@ -475,6 +484,7 @@
341 una Partición</uri>. En caso contrario, siga leyendo para aprender
342 sobre los sistemas de ficheros disponibles ...
343 </p>
344 +
345 </body>
346 </subsection>
347
348 @@ -498,11 +508,15 @@
349 </tr>
350 <tr>
351 <ti>ext2</ti>
352 - <ti><c>mke2fs</c></ti>
353 + <ti><c>mkfs.ext2</c></ti>
354 </tr>
355 <tr>
356 <ti>ext3</ti>
357 - <ti><c>mke2fs -j</c></ti>
358 + <ti><c>mkfs.ext3</c></ti>
359 +</tr>
360 +<tr>
361 + <ti>ext4</ti>
362 + <ti><c>mkfs.ext4</c></ti>
363 </tr>
364 </table>
365
366 @@ -515,11 +529,12 @@
367 </p>
368
369 <pre caption="Creación de un sistema de ficheros en una partición">
370 -# <i>mke2fs /dev/sda1</i>
371 -# <i>mke2fs -j /dev/sda4</i>
372 -# <i>mke2fs -j /dev/sda5</i>
373 -# <i>mke2fs -j /dev/sda6</i>
374 +# <i>mkfs.ext2 /dev/sda1</i>
375 +# <i>mkfs.ext3 /dev/sda4</i>
376 +# <i>mkfs.ext3 /dev/sda5</i>
377 +# <i>mkfs.ext3 /dev/sda6</i>
378 </pre>
379 +
380 </body>
381 </subsection>
382
383 @@ -547,6 +562,7 @@
384 <p>
385 Cree y active la partición de intercambio con los comandos mencionados arriba.
386 </p>
387 +
388 </body>
389 </subsection>
390 </section>
391 @@ -589,6 +605,7 @@
392 Continúe con <uri link="?part=1&amp;chap=5">Instalación de Ficheros de
393 Instalación de Gentoo</uri>.
394 </p>
395 +
396 </body>
397 </section>
398 </sections>