[Bug 206059] [ext2fs][patch] EXT4: cannot mount filesystems < 512 MiB in size: "ext2fs: no space for extra inode timestamps"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 11 19:41:35 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206059

Pedro F. Giffuni <pfg at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pfg at FreeBSD.org

--- Comment #1 from Pedro F. Giffuni <pfg at FreeBSD.org> ---
This is wrong:

Look at struct ext2fs_dinode (ext2_dinode.h). If the inode size is 128, the
extra timestamps really don't fit. Any attempt to read beyond the 128 would be
a buffer overflow.

I recall the big block sizes were used for handling (non standard) extended
attributes and the extra_isize only started getting used with ext4.
I think this might be a bug in the GNU ext2fsprogs: technically you should
disable the extra_isize with tune2fs before mounting such filesystems.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-fs mailing list