Gentoo Archives: gentoo-commits

From: "John Christian Stoddart (chiguire)" <chiguire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-install-filesystems.xml
Date: Sun, 21 Jun 2009 01:53:33
Message-Id: E1MICFL-0008R1-1g@stork.gentoo.org
1 chiguire 09/06/21 01:53:27
2
3 Modified: hb-install-filesystems.xml
4 Log:
5 updated spanish translation (jose maria alonso)
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/es/handbook/hb-install-filesystems.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml?r1=1.1&r2=1.2
13
14 Index: hb-install-filesystems.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-filesystems.xml 13 Apr 2008 19:14:06 -0000 1.1
21 +++ hb-install-filesystems.xml 21 Jun 2009 01:53:26 -0000 1.2
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml,v 1.1 2008/04/13 19:14:06 yoswink Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-filesystems.xml,v 1.2 2009/06/21 01:53:26 chiguire Exp $ -->
26 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
27
28 <included>
29
30 -<version>3</version>
31 -<date>2008-03-03</date>
32 +<version>4</version>
33 +<date>2009-06-14</date>
34
35 <section id="filesystemsdesc">
36 <title>Sistemas de ficheros</title>
37 @@ -92,7 +92,10 @@
38 con mayor rapidez, por lo que gozan de mayor popularidad. Los sistemas
39 de ficheros transaccionales previenen retrasos durante el reinicio del
40 equipo, incluso cuando el sistema de ficheros está en un estado
41 -inconsistente.
42 +inconsistente. Si intenta instalar Gentoo en un disco muy pequeño (de
43 +menos de 4GB), entonces necesitará indicarle a ext2 que reserve
44 +suficientes nodos i cuando cree el sistema de ficheros, ejecutando
45 +<c>mke2fs -T small /dev/&lt;device&gt;</c>.
46 </p>
47
48 <p>
49 @@ -100,7 +103,12 @@
50 soporte para una rápida recuperación además de otros modos mejorados
51 de funcionamiento como registro completo y ordenado de datos. Utiliza
52 un árbol HTree como índice que permite un alto rendimiento en casi todas
53 -las situaciones. En resumen, ext3 es un buen y fiable sistema de ficheros.
54 +las situaciones. Como resumen ext3 es un sistema de ficheros muy bueno
55 +y fiable. Ext3 está recomendado en sistemas de ficheros para cualquier
56 +propósito y cualquier plataforma. Si intenta instalar Gentoo en un disco
57 +muy pequeño (de menos de 4GB), entonces necesitará indicarle a ext2 que
58 +reserve suficientes nodos i cuando cree el sistema de ficheros,
59 +ejecutando <c>mke2fs -j -T small /dev/&lt;device&gt;</c>.
60 </p>
61
62 </body>