Statically compiled e2fsprogs (ext2/ext3/ext4 filesystem utilities) using musl libc for maximum portability.
- Statically linked: No runtime dependencies required
- musl libc: Smaller binaries and better portability
- Pinned to NixOS 25.11: Reproducible builds
- CI/CD: Automated builds and releases via GitLab CI
The package includes all standard e2fsprogs utilities:
mke2fs/mkfs.ext2/mkfs.ext3/mkfs.ext4- Create ext filesystemse2fsck/fsck.ext2/fsck.ext3/fsck.ext4- Check and repair ext filesystemsresize2fs- Resize ext filesystemstune2fs- Adjust filesystem parametersdumpe2fs- Dump filesystem informationdebugfs- Debug ext filesystemse2label- Change filesystem labele2image- Save critical ext filesystem metadata
# Build the package
nix build
# The binaries will be in ./result/bin/
ls -la result/bin/
# Run a binary
./result/bin/mke2fs --versionThis repository contains just build configurations. The e2fsprogs software itself is licensed under GPL-2.0.