ext2fuse

Mount ext2 file systems on macOS using FUSE

brewmacoslinux
Try with needOr install directly
Source

About

Compact implementation of ext2 file system using FUSE

Commands

ext2fuse

Examples

Mount an ext2 filesystem image$ ext2fuse /path/to/image.img /mount/point
Unmount the ext2 filesystem$ umount /mount/point
Mount with read-only access$ ext2fuse -o ro /path/to/image.img /mount/point