All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ext4@vger.kernel.org
Subject: [Bug 15391] New: EXT4_USE_FOR_EXT23 causes ext4 partition to be mounted as ext2
Date: Thu, 25 Feb 2010 03:05:29 GMT	[thread overview]
Message-ID: <bug-15391-13602@http.bugzilla.kernel.org/> (raw)

http://bugzilla.kernel.org/show_bug.cgi?id=15391

           Summary: EXT4_USE_FOR_EXT23 causes ext4 partition to be mounted
                    as ext2
           Product: File System
           Version: 2.5
    Kernel Version: 2.6.33
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: ext4
        AssignedTo: fs_ext4@kernel-bugs.osdl.org
        ReportedBy: alecm@gmx.com
        Regression: No


After setting "Use ext4 for ext2/ext3 file systems" and rebooting, my root
filesystem gets mounted as ext2. When the option is disabled, everything works
as expected.

Here are some relevant output:

$ grep ext[24] /etc/fstab
/dev/sda1       /boot  ext2    noauto,noatime      1 2
/dev/sda5       /      ext4    noatime             0 1

$ mount | grep ext[24]
/dev/root on / type ext2 (rw,noatime,barrier=1,data=ordered)
/dev/sda1 on /boot type ext2 (rw,noatime)

$ dmesg | grep -i ext[24]
EXT4-fs (sda5): mounted filesystem with ordered data mode
VFS: Mounted root (ext2 filesystem) readonly on device 259:131072.
EXT4-fs (sda1): mounted filesystem without journal

$ uname -a
Linux tux 2.6.33 #1 SMP PREEMPT Wed Feb 24 16:00:09 EST 2010 x86_64 Intel(R)
Core(TM)2 CPU T5300 @ 1.73GHz GenuineIntel GNU/Linux

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

                 reply	other threads:[~2010-02-25  3:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=bug-15391-13602@http.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=linux-ext4@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.