neysx       06/02/06 17:12:08

  Modified:    xml/htdocs/doc/en lvm2.xml
  Log:
  #121615 Fixed lvm2 fstab example

Revision  Changes    Path
1.18      +10 -10    xml/htdocs/doc/en/lvm2.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/lvm2.xml?rev=1.18&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/lvm2.xml?rev=1.18&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/lvm2.xml.diff?r1=1.17&r2=1.18&cvsroot=gentoo

Index: lvm2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- lvm2.xml    20 Jan 2006 11:42:43 -0000      1.17
+++ lvm2.xml    6 Feb 2006 17:12:08 -0000       1.18
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.17 2006/01/20 
11:42:43 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.18 2006/02/06 
17:12:08 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/lvm2.xml">
@@ -24,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2.1</version>
-<date>2006-01-20</date>
+<version>2.2</version>
+<date>2006-02-06</date>
 
 <chapter>
 <title>Introduction</title>
@@ -415,15 +415,15 @@
 </p>
 
 <pre caption="Extract of /etc/fstab">
-/dev/hda1     /boot   ext3    noauto,noatime 1 1
+/dev/hda1     /boot   ext3    noauto,noatime 1 2
 /dev/hda2     none    swap    sw             0 0
-/dev/hda3     /       ext3    noatime        0 0
+/dev/hda3     /       ext3    noatime        0 1
 # Logical volumes
-/dev/vg/usr   /usr    ext3    noatime        0 0
-/dev/vg/home  /home   ext3    noatime        0 0
-/dev/vg/opt   /opt    ext3    noatime        0 0
-/dev/vg/var   /var    ext3    noatime        0 0
-/dev/vg/tmp   /tmp    ext3    noatime        0 0
+/dev/vg/usr   /usr    ext3    noatime        0 2
+/dev/vg/home  /home   ext3    noatime        0 2
+/dev/vg/opt   /opt    ext3    noatime        0 2
+/dev/vg/var   /var    ext3    noatime        0 2
+/dev/vg/tmp   /tmp    ext3    noatime        0 2
 </pre>
 
 <p>



-- 
[email protected] mailing list

Reply via email to