Create creates a new ext4 filesystem image at the given path with
the specified size in bytes (minimum 64 MiB). It writes the structures
directly without requiring external tools.
WithDir adds a directory to be created in the filesystem with the
specified permissions and ownership. Parent directories are created
automatically, inheriting the child's permissions.