swift 13/02/23 18:38:22
Modified: hb-install-alpha-disk.xml hb-install-arm-disk.xml
hb-install-config.xml hb-install-filesystems.xml
hb-install-hppa-disk.xml hb-install-ia64-disk.xml
hb-install-mips-disk.xml hb-install-ppc-disk.xml
hb-install-ppc64-disk.xml hb-install-sparc-disk.xml
hb-install-tools.xml hb-install-x86+amd64-disk.xml
Log:
Fix bug #451596 - Mark ext4 as recommended fs
Revision Changes Path
1.34 xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.34&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.34&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?r1=1.33&r2=1.34
Index: hb-install-alpha-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- hb-install-alpha-disk.xml 6 Oct 2012 19:54:14 -0000 1.33
+++ hb-install-alpha-disk.xml 23 Feb 2013 18:38:22 -0000 1.34
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.33
2012/10/06 19:54:14 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.34
2013/02/23 18:38:22 swift Exp $ -->
<sections>
-<version>12</version>
-<date>2012-10-06</date>
+<version>13</version>
+<date>2013-02-23</date>
<section>
<title>Introduction to Block Devices</title>
@@ -664,11 +664,11 @@
<p>
For instance, to have the root partition (<path>/dev/sda2</path> in our
example)
-in ext3, you would use:
+in ext4, you would use:
</p>
<pre caption="Applying a filesystem on a partition">
-# <i>mkfs.ext3 /dev/sda2</i>
+# <i>mkfs.ext4 /dev/sda2</i>
</pre>
<p>
1.16 xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.16&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.16&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?r1=1.15&r2=1.16
Index: hb-install-arm-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hb-install-arm-disk.xml 6 Oct 2012 19:54:14 -0000 1.15
+++ hb-install-arm-disk.xml 23 Feb 2013 18:38:22 -0000 1.16
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v 1.15
2012/10/06 19:54:14 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v 1.16
2013/02/23 18:38:22 swift Exp $ -->
<sections>
-<version>9</version>
-<date>2012-10-06</date>
+<version>10</version>
+<date>2013-02-23</date>
<!-- TODO: Add section about MTD and such -->
@@ -97,7 +97,7 @@
</tr>
<tr>
<ti><path>/dev/sda3</path></ti>
- <ti>ext3</ti>
+ <ti>ext4</ti>
<ti>Rest of the disk</ti>
<ti>Root partition</ti>
</tr>
@@ -176,11 +176,11 @@
<pre caption="Filesystem usage example">
$ <i>df -h</i>
Filesystem Type Size Used Avail Use% Mounted on
-/dev/sda5 ext3 509M 132M 351M 28% /
-/dev/sda2 ext3 5.0G 3.0G 1.8G 63% /home
-/dev/sda7 ext3 7.9G 6.2G 1.3G 83% /usr
-/dev/sda8 ext3 1011M 483M 477M 51% /opt
-/dev/sda9 ext3 2.0G 607M 1.3G 32% /var
+/dev/sda5 ext4 509M 132M 351M 28% /
+/dev/sda2 ext4 5.0G 3.0G 1.8G 63% /home
+/dev/sda7 ext4 7.9G 6.2G 1.3G 83% /usr
+/dev/sda8 ext4 1011M 483M 477M 51% /opt
+/dev/sda9 ext4 2.0G 607M 1.3G 32% /var
/dev/sda1 ext2 51M 17M 31M 36% /boot
/dev/sda6 swap 516M 12M 504M 2% <not mounted>
<comment>(Unpartitioned space for future usage: 2 GB)</comment>
@@ -526,12 +526,12 @@
<p>
For instance, to have the boot partition (<path>/dev/sda1</path> in our
example) in ext2 and the root partition (<path>/dev/sda3</path> in our example)
-in ext3 (as in our example), you would use:
+in ext4 (as in our example), you would use:
</p>
<pre caption="Applying a filesystem on a partition">
# <i>mkfs.ext2 /dev/sda1</i>
-# <i>mkfs.ext3 /dev/sda3</i>
+# <i>mkfs.ext4 /dev/sda3</i>
</pre>
<p>
1.118 xml/htdocs/doc/en/handbook/hb-install-config.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.118&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.118&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.117&r2=1.118
Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- hb-install-config.xml 2 Jan 2013 19:16:07 -0000 1.117
+++ hb-install-config.xml 23 Feb 2013 18:38:22 -0000 1.118
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.117
2013/01/02 19:16:07 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.118
2013/02/23 18:38:22 swift Exp $ -->
<sections>
@@ -14,8 +14,8 @@
proceed.
</abstract>
-<version>23</version>
-<date>2013-01-03</date>
+<version>24</version>
+<date>2013-02-23</date>
<section>
<title>Filesystem Information</title>
@@ -124,7 +124,7 @@
<pre caption="A full /etc/fstab example" test="func:keyval('arch')='HPPA'">
<keyval id="/boot"/> /boot ext2 defaults,noatime 0 2
/dev/sda3 none swap sw 0 0
-/dev/sda4 / ext3 noatime 0 1
+/dev/sda4 / ext4 noatime 0 1
/dev/cdrom /mnt/cdrom auto noauto,user 0 0
</pre>
@@ -132,17 +132,17 @@
<pre caption="A full /etc/fstab example" test="func:keyval('arch')='Alpha' or
func:keyval('arch')='MIPS' or func:keyval('arch')='x86' or
func:keyval('arch')='AMD64'">
<keyval id="/boot"/> /boot ext2 defaults,noatime 0 2
/dev/sda2 none swap sw 0 0
-/dev/sda3 / ext3 noatime 0 1
+/dev/sda3 / ext4 noatime 0 1
/dev/cdrom /mnt/cdrom auto noauto,user 0 0
</pre>
<pre caption="A full /etc/fstab example" test="func:keyval('arch')='SPARC'">
-/dev/sda1 / ext3 noatime 0 1
+/dev/sda1 / ext4 noatime 0 1
/dev/sda2 none swap sw 0 0
-/dev/sda4 /usr ext3 noatime 0 2
-/dev/sda5 /var ext3 noatime 0 2
-/dev/sda6 /home ext3 noatime 0 2
+/dev/sda4 /usr ext4 noatime 0 2
+/dev/sda5 /var ext4 noatime 0 2
+/dev/sda6 /home ext4 noatime 0 2
<comment># You must add the rules for openprom</comment>
openprom /proc/openprom openpromfs defaults 0 0
@@ -152,7 +152,7 @@
<pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC' or
func:keyval('arch')='PPC64'">
-/dev/sda4 / ext3 noatime 0 1
+/dev/sda4 / ext4 noatime 0 1
/dev/sda3 none swap sw 0 0
/dev/cdrom /mnt/cdrom auto noauto,user 0 0
1.13 xml/htdocs/doc/en/handbook/hb-install-filesystems.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?r1=1.12&r2=1.13
Index: hb-install-filesystems.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hb-install-filesystems.xml 28 Oct 2012 10:29:03 -0000 1.12
+++ hb-install-filesystems.xml 23 Feb 2013 18:38:22 -0000 1.13
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v
1.12 2012/10/28 10:29:03 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v
1.13 2013/02/23 18:38:22 swift Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>10</version>
-<date>2012-10-28</date>
+<version>11</version>
+<date>2013-02-23</date>
<section id="filesystemsdesc">
<title>Filesystems</title>
@@ -101,8 +101,7 @@
journaling for fast recovery in addition to other enhanced journaling modes
like
full data and ordered data journaling. It uses an HTree index that enables high
performance in almost all situations. In short, ext3 is a very good and
-reliable filesystem. Ext3 is the recommended all-purpose all-platform
-filesystem. If you intend to install Gentoo on a
+reliable filesystem. If you intend to install Gentoo on a
very small disk (less than 4GB), then you'll need to tell ext3 to reserve
enough
inodes when you create the filesystem. The <c>mke2fs</c> application uses the
"bytes-per-inode" setting to calculate how many inodes a file system should
have.
@@ -123,7 +122,7 @@
allocation) giving the filesystem driver more ways to optimise the layout of
data
on the disk. The ext4 filesystem is a compromise between production-grade code
stability and the desire to introduce extensions to an almost decade old
-filesystem.
+filesystem. Ext4 is the recommended all-purpose all-platform filesystem.
</p>
</body>
1.31 xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.31&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.31&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?r1=1.30&r2=1.31
Index: hb-install-hppa-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- hb-install-hppa-disk.xml 6 Oct 2012 19:54:14 -0000 1.30
+++ hb-install-hppa-disk.xml 23 Feb 2013 18:38:22 -0000 1.31
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.30
2012/10/06 19:54:14 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.31
2013/02/23 18:38:22 swift Exp $ -->
<sections>
-<version>13</version>
-<date>2012-10-06</date>
+<version>14</version>
+<date>2013-02-23</date>
<section>
<title>Introduction to Block Devices</title>
@@ -133,9 +133,9 @@
<pre caption="A simple default partition scheme">
# <i>cat /etc/fstab</i>
-/dev/sda2 /boot ext3 noauto,noatime 1 1
+/dev/sda2 /boot ext2 noauto,noatime 1 1
/dev/sda3 none swap sw 0 0
-/dev/sda4 / ext3 noatime 0 0
+/dev/sda4 / ext4 noatime 0 0
# <i>fdisk /dev/sda</i>
@@ -223,12 +223,12 @@
<p>
For instance, to have the boot partition (<path>/dev/sda2</path> in our
example) in ext2 and the root partition (<path>/dev/sda4</path> in our example)
-in ext3 (as in our example), you would use:
+in ext4 (as in our example), you would use:
</p>
<pre caption="Applying a filesystem on a partition">
# <i>mkfs.ext2 /dev/sda2</i>
-# <i>mkfs.ext3 /dev/sda4</i>
+# <i>mkfs.ext4 /dev/sda4</i>
</pre>
<p>
1.15 xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.15&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.15&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?r1=1.14&r2=1.15
Index: hb-install-ia64-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hb-install-ia64-disk.xml 6 Oct 2012 19:54:14 -0000 1.14
+++ hb-install-ia64-disk.xml 23 Feb 2013 18:38:22 -0000 1.15
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.14
2012/10/06 19:54:14 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.15
2013/02/23 18:38:22 swift Exp $ -->
<sections>
-<version>9</version>
-<date>2012-10-06</date>
+<version>10</version>
+<date>2013-02-23</date>
<section>
<title>Introduction to Block Devices</title>
@@ -86,7 +86,7 @@
</tr>
<tr>
<ti><path>/dev/sda3</path></ti>
- <ti>ext3</ti>
+ <ti>ext4</ti>
<ti>Rest of the disk</ti>
<ti>Root partition</ti>
</tr>
@@ -166,11 +166,11 @@
<pre caption="Filesystem usage example">
$ <i>df -h</i>
Filesystem Type Size Used Avail Use% Mounted on
-/dev/sda5 ext3 509M 132M 351M 28% /
-/dev/sda2 ext3 5.0G 3.0G 1.8G 63% /home
-/dev/sda7 ext3 7.9G 6.2G 1.3G 83% /usr
-/dev/sda8 ext3 1011M 483M 477M 51% /opt
-/dev/sda9 ext3 2.0G 607M 1.3G 32% /var
+/dev/sda5 ext4 509M 132M 351M 28% /
+/dev/sda2 ext4 5.0G 3.0G 1.8G 63% /home
+/dev/sda7 ext4 7.9G 6.2G 1.3G 83% /usr
+/dev/sda8 ext4 1011M 483M 477M 51% /opt
+/dev/sda9 ext4 2.0G 607M 1.3G 32% /var
/dev/sda1 ext2 51M 17M 31M 36% /boot
/dev/sda6 swap 516M 12M 504M 2% <not mounted>
<comment>(Unpartitioned space for future usage: 2 GB)</comment>
@@ -270,7 +270,7 @@
Minor Start End Filesystem Name Flags
1 0.017 203.938 fat32 boot
2 203.938 4243.468 linux-swap
-3 4243.469 34724.281 ext3
+3 4243.469 34724.281 ext4
</pre>
<p>
@@ -371,7 +371,7 @@
<p>
Finally, let's create the root partition. Our configuration will make the root
-partition to occupy the rest of the disk. We default to ext3, but you can use
+partition to occupy the rest of the disk. We default to ext4, but you can use
ext2, jfs, reiserfs or xfs if you prefer. The actual filesystem is not created
in this step, but the partition table contains an indication of what kind of
filesystem is stored on each partition, and it's a good idea to make the table
@@ -379,7 +379,7 @@
</p>
<pre caption="Creating the root partition">
-(parted) <i>mkpart primary ext3 544 34732.890</i>
+(parted) <i>mkpart primary ext4 544 34732.890</i>
(parted) <i>print</i>
Disk geometry for /dev/sda: 0.000-34732.890 megabytes
Disk label type: gpt
@@ -483,12 +483,12 @@
<p>
For instance, to have the boot partition (<path>/dev/sda1</path> in our
example) as vfat and the root partition (<path>/dev/sda3</path> in our example)
-as ext3, you would run the following commands:
+as ext4, you would run the following commands:
</p>
<pre caption="Applying a filesystem on a partition">
# <i>mkdosfs /dev/sda1</i>
-# <i>mkfs.ext3 /dev/sda3</i>
+# <i>mkfs.ext4 /dev/sda3</i>
</pre>
</body>
1.33 xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.33&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.33&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?r1=1.32&r2=1.33
Index: hb-install-mips-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- hb-install-mips-disk.xml 6 Oct 2012 19:54:14 -0000 1.32
+++ hb-install-mips-disk.xml 23 Feb 2013 18:38:22 -0000 1.33
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.32
2012/10/06 19:54:14 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.33
2013/02/23 18:38:22 swift Exp $ -->
<sections>
@@ -13,8 +13,8 @@
This chapter describes how to partition a disk for future usage.
</abstract>
-<version>6</version>
-<date>2012-10-06</date>
+<version>7</version>
+<date>2013-02-23</date>
<section>
<title>Introduction to Block Devices</title>
@@ -569,12 +569,12 @@
<p>
For instance, to have the boot partition (<path>/dev/sda1</path> in our
example) in ext2 and the root partition (<path>/dev/sda3</path> in our example)
-in ext3, you would use:
+in ext4, you would use:
</p>
<pre caption="Applying a filesystem on a partition">
# <i>mkfs.ext2 /dev/sda1</i>
-# <i>mkfs.ext3 /dev/sda3</i>
+# <i>mkfs.ext4 /dev/sda3</i>
</pre>
<p>
1.54 xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.54&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.54&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?r1=1.53&r2=1.54
Index: hb-install-ppc-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- hb-install-ppc-disk.xml 20 Jan 2013 17:37:22 -0000 1.53
+++ hb-install-ppc-disk.xml 23 Feb 2013 18:38:22 -0000 1.54
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.53
2013/01/20 17:37:22 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.54
2013/02/23 18:38:22 swift Exp $ -->
<sections>
@@ -13,8 +13,8 @@
This chapter describes how to partition a disk for future usage.
</abstract>
-<version>14</version>
-<date>2013-01-20</date>
+<version>15</version>
+<date>2013-02-23</date>
<section>
<title>Introduction to Block Devices</title>
@@ -555,12 +555,12 @@
</table>
<p>
-For instance, to make an ext3 filesystem on the root partition
+For instance, to make an ext4 filesystem on the root partition
(<path>/dev/sda4</path> in our example), you would use:
</p>
<pre caption="Applying a filesystem on a partition">
-# <i>mke2fs -j /dev/sda4</i>
+# <i>mkfs.ext4 /dev/sda4</i>
</pre>
<p>
1.39 xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.39&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.39&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?r1=1.38&r2=1.39
Index: hb-install-ppc64-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- hb-install-ppc64-disk.xml 28 Oct 2012 10:29:03 -0000 1.38
+++ hb-install-ppc64-disk.xml 23 Feb 2013 18:38:22 -0000 1.39
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.38
2012/10/28 10:29:03 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.39
2013/02/23 18:38:22 swift Exp $ -->
<sections>
@@ -13,8 +13,8 @@
This chapter describes how to partition a disk for future usage.
</abstract>
-<version>13</version>
-<date>2012-10-28</date>
+<version>14</version>
+<date>2013-02-23</date>
<section>
<title>Introduction to Block Devices</title>
@@ -629,11 +629,11 @@
<p>
For instance, to have the root partition (<path>/dev/sda4</path> in our
example)
-in ext3 (as in our example), you would use:
+in ext4 (as in our example), you would use:
</p>
<pre caption="Applying a filesystem on a partition">
-# <i>mke2fs -j /dev/sda4</i>
+# <i>mkfs.ext4 /dev/sda4</i>
</pre>
<p>
1.37 xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.37&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.37&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?r1=1.36&r2=1.37
Index: hb-install-sparc-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- hb-install-sparc-disk.xml 4 Sep 2011 14:34:01 -0000 1.36
+++ hb-install-sparc-disk.xml 23 Feb 2013 18:38:22 -0000 1.37
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $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 $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.37
2013/02/23 18:38:22 swift Exp $ -->
<sections>
-<version>7</version>
-<date>2011-09-04</date>
+<version>8</version>
+<date>2013-02-23</date>
<section>
<title>Introduction to Block Devices</title>
@@ -75,7 +75,7 @@
</tr>
<tr>
<ti>/dev/sda1</ti>
- <ti>ext3</ti>
+ <ti>ext4</ti>
<ti><2 GB</ti>
<ti>/</ti>
<ti>
@@ -103,7 +103,7 @@
</tr>
<tr>
<ti>/dev/sda4</ti>
- <ti>ext3</ti>
+ <ti>ext4</ti>
<ti>at least 2 GB</ti>
<ti>/usr</ti>
<ti>
@@ -114,7 +114,7 @@
</tr>
<tr>
<ti>/dev/sda5</ti>
- <ti>ext3</ti>
+ <ti>ext4</ti>
<ti>at least 1 GB</ti>
<ti>/var</ti>
<ti>
@@ -126,7 +126,7 @@
</tr>
<tr>
<ti>/dev/sda6</ti>
- <ti>ext3</ti>
+ <ti>ext4</ti>
<ti>remaining space</ti>
<ti>/home</ti>
<ti>/home partition. Used for users' home directories.</ti>
@@ -494,14 +494,14 @@
For instance, to create the root partition (<path>/dev/sda1</path> in our
example) as ext2, and the <path>/usr</path>, <path>/var</path>, and
<path>/home</path> partitions (<path>/dev/sda4</path>, <path>5</path>
-and <path>6</path> in our example, respectively) as ext3, you would use:
+and <path>6</path> in our example, respectively) as ext4, you would use:
</p>
<pre caption="Applying a filesystem on a partition">
# <i>mkfs.ext2 /dev/sda1</i>
-# <i>mkfs.ext3 /dev/sda4</i>
-# <i>mkfs.ext3 /dev/sda5</i>
-# <i>mkfs.ext3 /dev/sda6</i>
+# <i>mkfs.ext4 /dev/sda4</i>
+# <i>mkfs.ext4 /dev/sda5</i>
+# <i>mkfs.ext4 /dev/sda6</i>
</pre>
</body>
1.53 xml/htdocs/doc/en/handbook/hb-install-tools.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.53&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.53&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.52&r2=1.53
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- hb-install-tools.xml 24 Oct 2011 18:50:50 -0000 1.52
+++ hb-install-tools.xml 23 Feb 2013 18:38:22 -0000 1.53
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.52
2011/10/24 18:50:50 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.53
2013/02/23 18:38:22 swift Exp $ -->
<sections>
@@ -12,8 +12,8 @@
In this chapter we help you choose and install some important tools.
</abstract>
-<version>10</version>
-<date>2011-10-23</date>
+<version>11</version>
+<date>2013-02-23</date>
<section>
<title>System Logger</title>
@@ -150,8 +150,8 @@
<p>
Depending on what file systems you are using, you need to install the necessary
file system utilities (for checking the filesystem integrity, creating
-additional file systems etc.). Please note that tools for managing ext2/ext3
-filesystems (<c>e2fsprogs</c>) are already installed as a part of the system.
+additional file systems etc.). Please note that tools for managing ext2, ext3
or
+ext4 filesystems (<c>e2fsprogs</c>) are already installed as a part of the
system.
</p>
<p>
1.21 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.21&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.21&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.20&r2=1.21
Index: hb-install-x86+amd64-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-x86+amd64-disk.xml 6 Oct 2012 19:54:14 -0000 1.20
+++ hb-install-x86+amd64-disk.xml 23 Feb 2013 18:38:22 -0000 1.21
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
1.20 2012/10/06 19:54:14 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
1.21 2013/02/23 18:38:22 swift Exp $ -->
<sections>
@@ -13,8 +13,8 @@
This chapter describes how to partition a disk for future usage.
</abstract>
-<version>13</version>
-<date>2012-10-06</date>
+<version>14</version>
+<date>2013-02-23</date>
<section>
<title>Introduction to Block Devices</title>
@@ -108,7 +108,7 @@
</tr>
<tr>
<ti><path>/dev/sda3</path></ti>
- <ti>ext3</ti>
+ <ti>ext4</ti>
<ti>Rest of the disk</ti>
<ti>Root partition</ti>
</tr>
@@ -191,11 +191,11 @@
<pre caption="Filesystem usage example">
$ <i>df -h</i>
Filesystem Type Size Used Avail Use% Mounted on
-/dev/sda5 ext3 509M 132M 351M 28% /
-/dev/sda2 ext3 5.0G 3.0G 1.8G 63% /home
-/dev/sda7 ext3 7.9G 6.2G 1.3G 83% /usr
-/dev/sda8 ext3 1011M 483M 477M 51% /opt
-/dev/sda9 ext3 2.0G 607M 1.3G 32% /var
+/dev/sda5 ext4 509M 132M 351M 28% /
+/dev/sda2 ext4 5.0G 3.0G 1.8G 63% /home
+/dev/sda7 ext4 7.9G 6.2G 1.3G 83% /usr
+/dev/sda8 ext4 1011M 483M 477M 51% /opt
+/dev/sda9 ext4 2.0G 607M 1.3G 32% /var
/dev/sda1 ext2 51M 17M 31M 36% /boot
/dev/sda6 swap 516M 12M 504M 2% <not mounted>
<comment>(Unpartitioned space for future usage: 2 GB)</comment>
@@ -746,12 +746,12 @@
<p>
For instance, to have the boot partition (<path>/dev/sda1</path> in our
example) in ext2 and the root partition (<path>/dev/sda3</path> in our example)
-in ext3 (as in our example), you would use:
+in ext4 (as in our example), you would use:
</p>
<pre caption="Applying a filesystem on a partition">
# <i>mkfs.ext2 /dev/sda1</i>
-# <i>mkfs.ext3 /dev/sda3</i>
+# <i>mkfs.ext4 /dev/sda3</i>
</pre>
<p>