On Sat, Dec 27, 2008 at 03:51:30PM +0100, Christoph Thomas wrote:
> Package: e2fsprogs
> Version: 1.41.3-1
> Severity: normal
> Tags: patch
>
> Hello,
>
> due to an error in the confiuration /etc/mke2fs.conf it is not
> possible to mount an ext4 /ext4dev fs after creation.
>
> Line 12 / 16 use the unknown featuer huge_file instead of large_file
> Wrong:
> features =
> has_journal,extents,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
> Correct:
> features =
> has_journal,extents,large_file,flex_bg,uninit_bg,dir_nlink,extra_isize
The huge_file feature is a very valid ext4 filesystem feature. In
fact, it is necessary if you want to be able create files larger than
2TB.
<tytso.r...@closure> {/usr/projects/linux/base}, level 2 [master]
574# dumpe2fs -h /dev/thunk/testext4 | grep features
dumpe2fs 1.41.3 (12-Oct-2008)
Filesystem features: has_journal ext_attr resize_inode dir_index filetype
extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize
<tytso.r...@closure> {/usr/projects/linux/base}, level 2 [master]
575# mount -t ext4 /dev/thunk/testext4 /mnt
<tytso.r...@closure> {/usr/projects/linux/base}, level 2 [master]
576# df /mnt
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/thunk-testext4
31729 4491 25600 15% /mnt
<tytso.r...@closure> {/usr/projects/linux/base}, level 2 [master]
577# umount /mnt
It works just fine for me.
- Ted
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]