swift 14/01/23 19:16:04 Modified: hb-install-filesystems.xml Log: Fix bug #498580 - inode count needs to be higher on at least 5Gb as well, move it to 8
Revision Changes Path 1.15 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.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?r1=1.14&r2=1.15 Index: hb-install-filesystems.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- hb-install-filesystems.xml 17 Dec 2013 10:15:36 -0000 1.14 +++ hb-install-filesystems.xml 23 Jan 2014 19:16:03 -0000 1.15 @@ -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.14 2013/12/17 10:15:36 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v 1.15 2014/01/23 19:16:03 swift Exp $ --> <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> <included> -<version>12</version> -<date>2013-12-17</date> +<version>13</version> +<date>2014-01-23</date> <section id="filesystemsdesc"> <title>Filesystems</title> @@ -112,7 +112,7 @@ </p> <p> -If you intend to install Gentoo on a very small disk (less than 4GB), then you'll +If you intend to install Gentoo on a small partition (less than 8GB), then you'll need to tell ext2, ext3 or ext4 (if available) 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
