Skip to content

fsforge v0.1.1

Choose a tag to compare

@emmanuel-deloget emmanuel-deloget released this 21 Jun 23:06
· 10 commits to main since this release
v0.1.1
1b94649

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_descriptors then refused to mount the image (Inode table for group N not in group), making the failure size-dependent. computeGeometry now drops such a runt group (rounding down to the group boundary), matching mke2fs behaviour. (#13, fixes #12)

Full changelog: v0.1.0...v0.1.1