public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: tytso@mit.edu
To: Peter Hallberg <hallberg68@hotmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: What happened to mount option "noextents"
Date: Sun, 30 May 2010 08:32:48 -0400	[thread overview]
Message-ID: <20100530123248.GO26177@thunk.org> (raw)
In-Reply-To: <COL116-W195C862FD57AC7C2144804DAED0@phx.gbl>

On Sun, May 30, 2010 at 02:07:06PM +0200, Peter Hallberg wrote:
> 
> On Ubuntu 9.04 it is possible to mount an ext4 file system with the
> mount option "noextents" but on Ubuntu 10.04 it gives the error
> message: Ext4: Unrecognized mount option "noextents" in dmesg.

Both the "extents" and "noexents" mount options were removed in newer
kernels.  If you want to turn on extents, the right answer is to use
the "tune2fs -O extents" command.  The "noextents" mount option didn't
really make much sense, since it basically was either no-op (if
extents were not enabled), and was mostly useless (if extents were
enabled in the file system), since it basically meant, "create new
files without using extents".  But since the old files were still
extents-based, it didn't make the file system any more compatible with
ext3 file systems.

Basically, since we couldn't think of a good use case where the mount
options made sense, and ext4 has way too many mount options already, we
decided to remove them.

						- Ted

  reply	other threads:[~2010-05-30 12:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-30 12:07 What happened to mount option "noextents" Peter Hallberg
2010-05-30 12:32 ` tytso [this message]
2010-05-30 13:52   ` Peter Hallberg
2010-05-30 18:13     ` tytso
2010-05-30 13:53   ` Peter Hallberg

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=20100530123248.GO26177@thunk.org \
    --to=tytso@mit.edu \
    --cc=hallberg68@hotmail.com \
    --cc=linux-kernel@vger.kernel.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