Gentoo Archives: gentoo-user

From: gottlieb@×××.edu
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] can't mount ext4 fs as est3 or ext3
Date: Fri, 26 Apr 2013 14:13:16
Message-Id: 8738udidn7.fsf@nyu.edu
In Reply to: Re: [gentoo-user] can't mount ext4 fs as est3 or ext3 by "Yuri K. Shatroff"
1 On Thu, Apr 25 2013, Yuri K. Shatroff wrote:
2
3 > On 25.04.2013 18:26, gottlieb@×××.edu wrote:
4 >> I get the following in /var/log/messages
5 >>
6 >> EXT3-fs (sda5): error: couldn't mount because of unsupported
7 >> optional features (240)
8 >> ...
9 >> EXT4-fs (sda5): couldn't mount as ext2 due to feature incompatibilities
10 >> ...
11 >> EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
12 >>
13 >> Here is the entry in fstab
14 >>
15 >> /dev/sda5 / ext4 noatime,discard 0 1
16 >>
17 >> I am having no difficulty, but seeing the first (error) message every
18 >> day in logwatch is annoying.
19 >>
20 >> Since all my fs are ext4 I could remove ext3 support from the kernel
21 >> (3.5.4). Is that the recommended procedure?
22 >
23 > Yes, it is. Moreover, it is due to the ext3 legacy code that you are
24 > getting the EXT3 error (the first one) in /var/log/messages.
25 > Even if you remove ext3 legacy support from kernel, the ext2 and ext3
26 > filesystems will be handled by the "new" ext4 code.
27 > As for the EXT4-fs message, probably it tries to mount the fs as ext2
28 > first but it is not quite consistent for different fs, I'm getting it
29 > on some but not getting on others.
30
31 Thank you.
32 allan