From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RNUxS-0004ip-Qj for garchives@archives.gentoo.org; Mon, 07 Nov 2011 19:34:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C88C21C07B; Mon, 7 Nov 2011 19:34:03 +0000 (UTC) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id C244321C098 for ; Mon, 7 Nov 2011 19:32:42 +0000 (UTC) Received: by bkaq10 with SMTP id q10so2468956bka.40 for ; Mon, 07 Nov 2011 11:32:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=lvQ/bQpHS3Rtbemv6eGDukERxoJUJ+kdLCqUrM7bEeI=; b=kfJPiwR642MmWq1z7m47iPZGB+iTtAI7MgTFvDgHfDVr7RLiBqA1PdUd9fmcOoUfCI 5ZpEjVlfWdhVD3TSk2x/ic+sMe8UW45O+lPRwSaZnwMSoCiRHbZsS2oJlgtqQyn/Mb9y NZSf19uxTVrbwj15REFzF0eABL65AeBsevMho= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.204.140.153 with SMTP id i25mr20190967bku.102.1320694361828; Mon, 07 Nov 2011 11:32:41 -0800 (PST) Received: by 10.204.177.76 with HTTP; Mon, 7 Nov 2011 11:32:41 -0800 (PST) In-Reply-To: <20111107212650.78b8a910@rohan.example.com> References: <4EB82372.7030206@gmail.com> <20111107212650.78b8a910@rohan.example.com> Date: Mon, 7 Nov 2011 14:32:41 -0500 Message-ID: Subject: Re: [gentoo-user] ext4/ext3 for /boot? From: Michael Mol To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: fb6bf628-5315-408d-ab74-4d0060f3274a X-Archives-Hash: 3fb0fe583fc71f17c727b9ff11f36871 On Mon, Nov 7, 2011 at 2:26 PM, Alan McKinnon wrote: > ext2/3/4 are all backwards compatible. ext4 does have a certain feature > (I forget what) that once used breaks this compatibility but you are > highly, highly unlikely to ever do that on /boot. "Extents," I believe. But I don't know exactly what that means, or when it comes into play. > The benefits of ext3/4 are irrelevant for /boot anyway - that > filesystem is write-seldom, read ever so slightly more often. Well, there's ext4's "high water" mark, which reduces fsck time...but /boot is generally small enough that fsck time is negligible. -- :wq