nightmorph 07/04/02 00:24:31 Modified: hb-install-ppc-disk.xml Log: command changes and misc fixes
Revision Changes Path 1.2 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml?r1=1.1&r2=1.2 Index: hb-install-ppc-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-install-ppc-disk.xml 19 Mar 2007 20:37:28 -0000 1.1 +++ hb-install-ppc-disk.xml 2 Apr 2007 00:24:30 -0000 1.2 @@ -4,11 +4,11 @@ <!-- 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/2007.0/hb-install-ppc-disk.xml,v 1.1 2007/03/19 20:37:28 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml,v 1.2 2007/04/02 00:24:30 nightmorph Exp $ --> <sections> -<version>7.1</version> +<version>8.0</version> <date>2006-11-02</date> <section> @@ -420,6 +420,33 @@ </body> </subsection> +<subsection> +<title>Activating the Swap Partition</title> +<body> + +<p> +<c>mkswap</c> is the command that is used to initialize swap partitions: +</p> + +<pre caption="Creating a Swap signature"> +# <i>mkswap /dev/hda3</i> +</pre> + +<p> +To activate the swap partition, use <c>swapon</c>: +</p> + +<pre caption="Activating the swap partition"> +# <i>swapon /dev/hda3</i> +</pre> + +<p> +Create and activate the swap now before creating other filesystems. +</p> + +</body> +</subsection> + <subsection id="filesystems-apply"> <title>Applying a Filesystem to a Partition</title> <body> @@ -436,15 +463,15 @@ </tr> <tr> <ti>ext2</ti> - <ti><c>mkfs.ext2</c></ti> + <ti><c>mke2fs</c></ti> </tr> <tr> <ti>ext3</ti> - <ti><c>mkfs.ext3</c></ti> + <ti><c>mke2fs -j</c></ti> </tr> <tr> <ti>reiserfs</ti> - <ti><c>mkfs.reiserfs</c></ti> + <ti><c>mkreiserfs</c></ti> </tr> <tr> <ti>xfs</ti> @@ -458,7 +485,7 @@ </p> <pre caption="Applying a filesystem on a partition"> -# <i>mkfs.ext3 /dev/hda4</i> +# <i>mke2fs -j /dev/hda4</i> </pre> <p> @@ -476,32 +503,6 @@ </body> </subsection> -<subsection> -<title>Activating the Swap Partition</title> -<body> - -<p> -<c>mkswap</c> is the command that is used to initialize swap partitions: -</p> - -<pre caption="Creating a Swap signature"> -# <i>mkswap /dev/hda3</i> -</pre> - -<p> -To activate the swap partition, use <c>swapon</c>: -</p> - -<pre caption="Activating the swap partition"> -# <i>swapon /dev/hda3</i> -</pre> - -<p> -Create and activate the swap now. -</p> - -</body> -</subsection> </section> <section> <title>Mounting</title> -- [email protected] mailing list
