swift 11/09/04 14:34:01
Modified: hb-install-arm-disk.xml hb-install-filesystems.xml
hb-install-ia64-disk.xml hb-install-sparc-disk.xml
Log:
Bug #334167 - Update filesystem information for ext4 for the arm, ia64 and
sparc architectures
Revision Changes Path
1.13 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.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?r1=1.12&r2=1.13
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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hb-install-arm-disk.xml 22 Aug 2011 17:18:23 -0000 1.12
+++ hb-install-arm-disk.xml 4 Sep 2011 14:34:01 -0000 1.13
@@ -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.12
2011/08/22 17:18:23 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v 1.13
2011/09/04 14:34:01 swift Exp $ -->
<sections>
-<version>6.1</version>
-<date>2008-05-02</date>
+<version>7</version>
+<date>2011-09-04</date>
<!-- TODO: Add section about MTD and such -->
@@ -496,7 +496,11 @@
</tr>
<tr>
<ti>ext3</ti>
- <ti><c>mke2fs -j</c></ti>
+ <ti><c>mkfs.ext3</c></ti>
+</tr>
+<tr>
+ <ti>ext4</ti>
+ <ti><c>mkfs.ext4</c></ti>
</tr>
<tr>
<ti>reiserfs</ti>
@@ -519,8 +523,8 @@
</p>
<pre caption="Applying a filesystem on a partition">
-# <i>mke2fs /dev/sda1</i>
-# <i>mke2fs -j /dev/sda3</i>
+# <i>mkfs.ext2 /dev/sda1</i>
+# <i>mkfs.ext3 /dev/sda3</i>
</pre>
<p>
1.8 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.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?r1=1.7&r2=1.8
Index: hb-install-filesystems.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hb-install-filesystems.xml 22 Aug 2011 17:18:23 -0000 1.7
+++ hb-install-filesystems.xml 4 Sep 2011 14:34:01 -0000 1.8
@@ -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.7
2011/08/22 17:18:23 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v 1.8
2011/09/04 14:34:01 swift Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>5</version>
-<date>2011-08-22</date>
+<version>6</version>
+<date>2011-09-04</date>
<section id="filesystemsdesc">
<title>Filesystems</title>
@@ -19,8 +19,8 @@
<p test="func:keyval('arch')='IA64'">
The Linux kernel supports various filesystems. We'll explain vfat, ext2, ext3,
-ReiserFS, XFS and JFS as these are the most commonly used filesystems on Linux
-systems.
+ext4, ReiserFS, XFS and JFS as these are the most commonly used filesystems on
+Linux systems.
</p>
<p test="func:keyval('arch')='AMD64'">
@@ -32,9 +32,9 @@
<p test="func:keyval('arch')='arm'">
Several filesystems are available. Some of them are found stable on the arm
-architecture, others aren't. ext2 and ext3 are found to be stable. JFS, XFS and
-ReiserFS may work but need more testing. If you're really adventurous you can
-try the other filesystems.
+architecture, others aren't. ext2, ext3 and ext4 are found to be stable. JFS,
+XFS and ReiserFS may work but need more testing. If you're really adventurous
+you can try the other filesystems.
</p>
<p test="func:keyval('arch')='HPPA'">
@@ -60,7 +60,7 @@
<p test="func:keyval('arch')='SPARC'">
Several filesystems are available, some are known to be stable on the
-SPARC architecture. Ext2 and ext3, for example, are known to work well.
+SPARC architecture. Ext2, ext3 and ext4, for example, are known to work well.
Alternate filesystems may not function correctly.
</p>
@@ -103,7 +103,7 @@
filesystem by running <c>mke2fs -j -T small /dev/<device></c>.
</p>
-<p test="contains('x86 Alpha MIPS AMD64',func:keyval('arch'))">
+<p test="contains('x86 Alpha MIPS AMD64 arm IA64 SPARC',func:keyval('arch'))">
<b>ext4</b> is a filesystem created as a fork of ext3 bringing new features,
performance improvements and removal of size limits with moderate changes
to the on-disk format. It can span volumes up to 1 EB and with maximum file
1.10 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.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?r1=1.9&r2=1.10
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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hb-install-ia64-disk.xml 20 Jul 2010 05:14:55 -0000 1.9
+++ hb-install-ia64-disk.xml 4 Sep 2011 14:34:01 -0000 1.10
@@ -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.9
2010/07/20 05:14:55 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.10
2011/09/04 14:34:01 swift Exp $ -->
<sections>
-<version>5.0</version>
-<date>2010-07-19</date>
+<version>6</version>
+<date>2011-09-04</date>
<section>
<title>Introduction to Block Devices</title>
@@ -448,11 +448,15 @@
</tr>
<tr>
<ti>ext2</ti>
- <ti><c>mke2fs</c></ti>
+ <ti><c>mkfs.ext2</c></ti>
</tr>
<tr>
<ti>ext3</ti>
- <ti><c>mke2fs -j</c></ti>
+ <ti><c>mkfs.ext3</c></ti>
+</tr>
+<tr>
+ <ti>ext4</ti>
+ <ti><c>mkfs.ext4</c></ti>
</tr>
<tr>
<ti>reiserfs</ti>
@@ -476,7 +480,7 @@
<pre caption="Applying a filesystem on a partition">
# <i>mkdosfs /dev/sda1</i>
-# <i>mke2fs -j /dev/sda3</i>
+# <i>mkfs.ext3 /dev/sda3</i>
</pre>
</body>
1.36 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.36&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.36&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?r1=1.35&r2=1.36
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.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- hb-install-sparc-disk.xml 20 Jul 2010 08:29:37 -0000 1.35
+++ hb-install-sparc-disk.xml 4 Sep 2011 14:34:01 -0000 1.36
@@ -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.35
2010/07/20 08:29:37 nightmorph Exp $ -->
+<!-- $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 $ -->
<sections>
-<version>6.0</version>
-<date>2010-07-20</date>
+<version>7</version>
+<date>2011-09-04</date>
<section>
<title>Introduction to Block Devices</title>
@@ -478,11 +478,15 @@
</tr>
<tr>
<ti>ext2</ti>
- <ti><c>mke2fs</c></ti>
+ <ti><c>mkfs.ext2</c></ti>
</tr>
<tr>
<ti>ext3</ti>
- <ti><c>mke2fs -j</c></ti>
+ <ti><c>mkfs.ext3</c></ti>
+</tr>
+<tr>
+ <ti>ext4</ti>
+ <ti><c>mkfs.ext4</c></ti>
</tr>
</table>
@@ -494,10 +498,10 @@
</p>
<pre caption="Applying a filesystem on a partition">
-# <i>mke2fs /dev/sda1</i>
-# <i>mke2fs -j /dev/sda4</i>
-# <i>mke2fs -j /dev/sda5</i>
-# <i>mke2fs -j /dev/sda6</i>
+# <i>mkfs.ext2 /dev/sda1</i>
+# <i>mkfs.ext3 /dev/sda4</i>
+# <i>mkfs.ext3 /dev/sda5</i>
+# <i>mkfs.ext3 /dev/sda6</i>
</pre>
</body>