Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-filesystems.xml
Date: Thu, 23 Jan 2014 19:16:07
Message-Id: 20140123191604.2845E2004C@flycatcher.gentoo.org
1 swift 14/01/23 19:16:04
2
3 Modified: hb-install-filesystems.xml
4 Log:
5 Fix bug #498580 - inode count needs to be higher on at least 5Gb as well, move it to 8
6
7 Revision Changes Path
8 1.15 xml/htdocs/doc/en/handbook/hb-install-filesystems.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?r1=1.14&r2=1.15
13
14 Index: hb-install-filesystems.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- hb-install-filesystems.xml 17 Dec 2013 10:15:36 -0000 1.14
21 +++ hb-install-filesystems.xml 23 Jan 2014 19:16:03 -0000 1.15
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v 1.14 2013/12/17 10:15:36 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v 1.15 2014/01/23 19:16:03 swift Exp $ -->
26 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
27
28 <included>
29
30 -<version>12</version>
31 -<date>2013-12-17</date>
32 +<version>13</version>
33 +<date>2014-01-23</date>
34
35 <section id="filesystemsdesc">
36 <title>Filesystems</title>
37 @@ -112,7 +112,7 @@
38 </p>
39
40 <p>
41 -If you intend to install Gentoo on a very small disk (less than 4GB), then you'll
42 +If you intend to install Gentoo on a small partition (less than 8GB), then you'll
43 need to tell ext2, ext3 or ext4 (if available) to reserve enough inodes when you
44 create the filesystem. The <c>mke2fs</c> application uses the "bytes-per-inode"
45 setting to calculate how many inodes a file system should have. By running