[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250417164907.GA6008@mit.edu>
Date: Thu, 17 Apr 2025 11:49:07 -0500
From: "Theodore Ts'o" <tytso@....edu>
To: Luis Chamberlain <mcgrof@...nel.org>
Cc: adilger.kernel@...ger.ca, linux-ext4@...r.kernel.org,
kdevops@...ts.linux.dev, dave@...olabs.net, jack@...e.cz
Subject: Re: ext4 v6.15-rc2 baseline
On Wed, Apr 16, 2025 at 06:34:15PM -0500, Theodore Ts'o wrote:
> > - Is this useful information?
>
> Maybe; the question is why are your results so different from my results.
It looks like the problem is that your kernel config doesn't enable
CONFIG_QFMT_V2. As a result, the quota feature is not supported in
the kernel under test. From ext4/033.full file:
mount: /media/scratch: wrong fs type, bad option, bad superblock on /dev/loop5, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
mount -o acl,user_xattr -o dioread_nolock,nodelalloc /dev/loop5 /media/scratch failed
And from the ext4/034.dmesg file:
[ 297.969763] EXT4-fs (loop5): The kernel was not built with CONFIG_QUOTA and CONFIG_QFMT_V2
Cheers,
- Ted
Powered by blists - more mailing lists