From: "Joshua Saddler (nightmorph)" <nightmorph@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-filesystems.xml
Date: Sun, 14 Jun 2009 10:16:25 +0000 [thread overview]
Message-ID: <E1MFmlF-00025w-GR@stork.gentoo.org> (raw)
nightmorph 09/06/14 10:16:25
Modified: hb-install-filesystems.xml
Log:
ext2/3 filesystems on disks under 4GB in size need to use the -T small option at creation time, otherwise the system runs out of inodes. added the info to the shared filesystems.xml doc so that all the handbooks pick up the note. bug 269035
Revision Changes Path
1.6 xml/htdocs/doc/en/handbook/hb-install-filesystems.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?r1=1.5&r2=1.6
Index: hb-install-filesystems.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-filesystems.xml 1 Apr 2008 08:53:46 -0000 1.5
+++ hb-install-filesystems.xml 14 Jun 2009 10:16:24 -0000 1.6
@@ -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.5 2008/04/01 08:53:46 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v 1.6 2009/06/14 10:16:24 nightmorph Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>3</version>
-<date>2008-03-03</date>
+<version>4</version>
+<date>2009-06-14</date>
<section id="filesystemsdesc">
<title>Filesystems</title>
@@ -86,15 +86,21 @@
journaled filesystems that can be checked for consistency very quickly and are
thus generally preferred over their non-journaled counterparts. Journaled
filesystems prevent long delays when you boot your system and your filesystem
-happens to be in an inconsistent state.
+happens to be in an inconsistent state. If you intend to install Gentoo on a
+very small disk (less than 4GB), then you'll need to tell ext2 to reserve enough
+inodes when you create the filesystem by running <c>mke2fs -T small
+/dev/<device></c>.
</p>
<p>
<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
journaling for fast recovery in addition to other enhanced journaling modes like
full data and ordered data journaling. It uses an HTree index that enables high
-performance in almost all situations. In short, ext3 is a very good and reliable
-filesystem. Ext3 is the recommended all-purpose all-platform filesystem.
+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 ext3 to reserve enough inodes when you create the
+filesystem by running <c>mke2fs -j -T small /dev/<device></c>.
</p>
</body>
next reply other threads:[~2009-06-14 10:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-14 10:16 Joshua Saddler (nightmorph) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-01-23 19:16 [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-filesystems.xml Sven Vermeulen (swift)
2013-12-17 10:15 Sven Vermeulen (swift)
2012-04-22 11:00 Sven Vermeulen (swift)
2012-04-22 10:59 Sven Vermeulen (swift)
2008-03-03 18:03 Jan Kundrat (jkt)
2008-03-03 16:23 Jan Kundrat (jkt)
2008-03-03 1:27 Joshua Saddler (nightmorph)
2008-03-01 14:15 Xavier Neys (neysx)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1MFmlF-00025w-GR@stork.gentoo.org \
--to=nightmorph@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox