swift 12/04/22 11:00:49 Modified: hb-install-filesystems.xml Log: Fix bug #398749 - For ext3, its ext3 :-)
Revision Changes Path 1.11 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.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?r1=1.10&r2=1.11 Index: hb-install-filesystems.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- hb-install-filesystems.xml 22 Apr 2012 10:59:41 -0000 1.10 +++ hb-install-filesystems.xml 22 Apr 2012 11:00:49 -0000 1.11 @@ -1,10 +1,10 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v 1.10 2012/04/22 10:59:41 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v 1.11 2012/04/22 11:00:49 swift Exp $ --> <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> <included> -<version>8</version> +<version>9</version> <date>2012-04-22</date> <section id="filesystemsdesc"> @@ -103,7 +103,7 @@ 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 -very small disk (less than 4GB), then you'll need to tell ext2 to reserve enough +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. By running <c>mke2fs -j -T small /dev/<device></c> the number of inodes will
