Utility to create ext4 file systems ported from Android.
Simply run make_ext4fs /dev/sdXy
Due to some quirks, a loop back device is needed
losetup /dev/loop0 disk.img
make_ext4fs /dev/loop0
A fork of androids `make_ext4fs` with stuff we don't need stripped out.
CNOASSERTION