linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ext4 confusion
@ 2018-03-06  4:17 Randy Dunlap
  2018-03-06  4:34 ` Eric Sandeen
  2018-03-06 22:34 ` Theodore Y. Ts'o
  0 siblings, 2 replies; 14+ messages in thread
From: Randy Dunlap @ 2018-03-06  4:17 UTC (permalink / raw)
  To: linux-ext4, Linux FS Devel

Hi,

With the following kernel config entries on Linux 4.16-rc3:

CONFIG_EXT2_FS=m
# CONFIG_EXT2_FS_XATTR is not set
CONFIG_EXT3_FS=m
# CONFIG_EXT3_FS_POSIX_ACL is not set
# CONFIG_EXT3_FS_SECURITY is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_ENCRYPTION is not set
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set

ext4_fill_super() tells me:

[    3.033174] EXT4-fs (sda5): couldn't mount as ext3 due to feature incompatibilities
[    3.100186] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[    3.102683] VFS: Mounted root (ext4 filesystem) readonly on device 8:5.


This is a new install, new filesystem. It has never been ext2 or ext3.

After bootup and before I do anything else, I can remount /dev/sda5 on / as
rw and everything is OK.

What am I doing wrong?

thanks,
-- 
~Randy

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-03-07  5:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-06  4:17 ext4 confusion Randy Dunlap
2018-03-06  4:34 ` Eric Sandeen
2018-03-06  4:38   ` Randy Dunlap
2018-03-06  4:40     ` Eric Sandeen
2018-03-06  4:42       ` Randy Dunlap
2018-03-06  4:45         ` Eric Sandeen
2018-03-06  5:12           ` Randy Dunlap
2018-03-06  6:47             ` Dave Chinner
2018-03-06 20:07               ` Randy Dunlap
2018-03-06 22:53                 ` Eric Sandeen
2018-03-06 22:34 ` Theodore Y. Ts'o
2018-03-06 23:34   ` Randy Dunlap
2018-03-07  4:58     ` Theodore Y. Ts'o
2018-03-07  5:35       ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).