nightmorph 07/04/02 00:23:40 Modified: hb-install-ppc-disk.xml Log: command changes and a few other fixes
Revision Changes Path 1.25 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?rev=1.25&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?r1=1.24&r2=1.25 Index: hb-install-ppc-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- hb-install-ppc-disk.xml 16 Mar 2007 05:31:09 -0000 1.24 +++ hb-install-ppc-disk.xml 2 Apr 2007 00:23:40 -0000 1.25 @@ -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/draft/hb-install-ppc-disk.xml,v 1.24 2007/03/16 05:31:09 josejx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml,v 1.25 2007/04/02 00:23:40 nightmorph Exp $ --> <sections> -<version>7.2</version> +<version>8.0</version> <date>2007-03-15</date> <section> @@ -593,15 +593,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> @@ -615,7 +615,7 @@ </p> <pre caption="Applying a filesystem on a partition"> -# <i>mkfs.ext3 /dev/hda4</i> +# <i>mke2fs -j /dev/hda4</i> </pre> <p> @@ -639,11 +639,9 @@ <body> <p> -Now that your partitions are initialized and contain valid filesystems, it is -time to mount them since disks are not usable in Linux until they are mounted. -When you mount a filesystem, the contents are inserted into the directory -specified by the <c>mount</c> command. As an example we wil mount the root -partition in a directory on the InstallCD filesystem: +Now that your partitions are initialized and are housing a filesystem, it is +time to mount those partitions. Use the <c>mount</c> command. As an example we +mount the root partition: </p> <pre caption="Mounting partitions"> -- [email protected] mailing list
