fsforge v0.1.1
Bug-fix release.
Fixes
- ext (ext4): drop a runt final block group that could overrun its inode table. When the device size left a small remainder past the last full block group, the final group was laid out with the full per-group inode table, which ran past the group and the end of the device. The Linux kernel's
ext4_check_descriptorsthen refused to mount the image (Inode table for group N not in group), making the failure size-dependent.computeGeometrynow drops such a runt group (rounding down to the group boundary), matchingmke2fsbehaviour. (#13, fixes #12)
Full changelog: v0.1.0...v0.1.1