menuconfig E2FSPROGS bool "e2fsprogs " help The e2fsprogs package provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 filesystem with journaling support. config E2FSPROGS_MKFS bool prompt "Install mke2fs" default y depends on E2FSPROGS help This installs /sbin/mke2fs, the filesystem builder for ext2 and ext3 config E2FSPROGS_E2FSCK bool prompt "Install e2fsck" default y depends on E2FSPROGS help This will install /sbin/e2fsck, the filesystem checking and recovery tool for ext2 and ext3. config E2FSPROGS_TUNE2FS bool prompt "Install tune2fs, findfs, e2label" default n depends on E2FSPROGS help This will install /sbin/tune2fs, /sbin/findfs, /sbin/e2label to your target. Please note, that all thre share the same binary (tune2fs). tune2fs lets you modify various aspects of your ext2 oder ext3 filesystem. See tune2fs --help for details. findfs will find any filesystem identified by a filesystem-label or UUID and return the name of the corresponding device node. e2label can display and edit ext2 and ext3 filesystem labels.