Gentoo Archives: gentoo-commits

From: "Jose Luis Rivero (yoswink)" <yoswink@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook/2008.0: hb-install-gli-medium.xml
Date: Fri, 09 May 2008 16:50:31
Message-Id: E1JuVng-0002uS-31@stork.gentoo.org
1 yoswink 08/05/09 16:50:28
2
3 Modified: hb-install-gli-medium.xml
4 Log:
5 Replace hd* by sd* instructions
6
7 Revision Changes Path
8 1.3 xml/htdocs/doc/es/handbook/2008.0/hb-install-gli-medium.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/handbook/2008.0/hb-install-gli-medium.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/handbook/2008.0/hb-install-gli-medium.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/handbook/2008.0/hb-install-gli-medium.xml?r1=1.2&r2=1.3
13
14 Index: hb-install-gli-medium.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/2008.0/hb-install-gli-medium.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- hb-install-gli-medium.xml 26 Apr 2008 11:09:48 -0000 1.2
21 +++ hb-install-gli-medium.xml 9 May 2008 16:50:27 -0000 1.3
22 @@ -8,8 +8,8 @@
23
24 <sections>
25
26 -<version>9.2</version>
27 -<date>2008-04-19</date>
28 +<version>9.3</version>
29 +<date>2008-05-02</date>
30
31 <section>
32 <title>Requisitos Hardware</title>
33 @@ -334,21 +334,21 @@
34 su disco (ejecútelo varias veces para tener una impresión más precisa):
35 </p>
36
37 -<pre caption="Verificar el desempeño del disco duro">
38 -# <i>hdparm -tT /dev/hda</i>
39 +<pre caption="Verificar el rendimiento del disco duro">
40 +# <i>hdparm -tT /dev/sda</i>
41 </pre>
42
43 <p>
44 Para afinarlo siga uno de los siguientes ejemplos (o haga sus propios
45 -experimentos) los cuales usan <path>/dev/hda</path> como disco
46 +experimentos) los cuales usan <path>/dev/sda</path> como disco
47 (sustitúyalo por el disco en cuestión):
48 </p>
49
50 <pre caption="Afinar el rendimiento del disco duro">
51 <comment>Activar el DMA:</comment>
52 -# <i>hdparm -d 1 /dev/hda</i>
53 +# <i>hdparm -d 1 /dev/sda</i>
54 <comment>Activar las opciones de optimización seguras:</comment>
55 -# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/hda</i>
56 +# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/sda</i>
57 </pre>
58 </body>
59 </subsection>
60
61
62
63 --
64 gentoo-commits@l.g.o mailing list