Mount ext2 file systems on macOS using FUSE
Compact implementation of ext2 file system using FUSE
ext2fuse
$ ext2fuse /path/to/image.img /mount/point
$ umount /mount/point
$ ext2fuse -o ro /path/to/image.img /mount/point