Skip to content

Ext4Kit 0.1.1

Latest

Choose a tag to compare

@rayhanadev rayhanadev released this 14 Jun 23:02
· 1 commit to main since this release
v0.1.1
fd28b70

0.1.1 — 2026-06-14

Fixes a bug where freshly formatted volumes mounted read-only.

  • Formatted volumes are writable again. The checksum-seed safety check
    now only forces read-only when a volume actually carries metadata
    checksums (metadata_csum). lwext4's mkfs sets the csum_seed flag
    without metadata_csum, which tripped the old check — so every
    newfs_fskit-formatted volume (and the benchmark images) wrongly mounted
    read-only. Volumes whose UUID was changed after format are still protected.
  • Benchmark images now get a real UUID, and the test harness gained a
    --csum check that guards both directions of this policy.