Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1229309

Re: EXT4: new warnings from 4.3.0-rc2

From Ortwin Glück <odi@odi.ch>
Newsgroups linux.kernel
Subject Re: EXT4: new warnings from 4.3.0-rc2
Date 2015-09-21 15:30 +0200
Message-ID <qb9km-7Sv-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


 > [    2.481399] EXT4-fs (sda2): couldn't mount as ext3 due to feature incompatibilities
 > [    2.482426] EXT4-fs (sda2): couldn't mount as ext2 due to feature incompatibilities

As the kernel doesn't know which FS your root is, it tries the whole list of filesystems 
(init/do_mounts.c mount_block_root()). Since the removal of ext3, now the ext4 code is responsbile 
for mounting ext3. Since your FS is ext4 and not ext3, the probe for ext3 fails. That's what the 
message tells you. You get these even in previous kernels if you say N to ext3 during config.

If it bugs you, you can add a hint to your kernel command line: rootfstype=ext4

Ortwin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: EXT4: new warnings from 4.3.0-rc2 Ortwin Glück <odi@odi.ch> - 2015-09-21 15:30 +0200
  Re: EXT4: new warnings from 4.3.0-rc2 Chris Clayton <chris2553@googlemail.com> - 2015-09-21 17:00 +0200
    Re: EXT4: new warnings from 4.3.0-rc2 Chris Clayton <chris2553@googlemail.com> - 2015-09-21 17:10 +0200
      Re: EXT4: new warnings from 4.3.0-rc2 Holger Hoffstätte   <holger.hoffstaette@googlemail.com> - 2015-09-21 17:40 +0200

csiph-web