c8ddc8a826
## Summary The `EXT4.Inode` struct is public but its properties were internal, preventing external consumers from reading inode metadata. This change makes the properties public to enable use cases like reading file metadata (mode, uid, gid, timestamps) from ext4 filesystems. Motivating use case: https://github.com/socktainer/socktainer/pull/169 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
ContainerizationEXT4
ContainerizationEXT4 provides functionality to read the superblock of an existing ext4 block device and format a new block device with
the ext4 file system.