ext4fuse

Read-only FUSE implementation for mounting ext4 filesystems

brewmacoslinux
Try with needOr install directly
Source

About

Read-only implementation of ext4 for FUSE

Commands

ext4fuse

Examples

Mount an ext4 disk image as read-only$ ext4fuse /path/to/disk.img /mnt/ext4 -o allow_other
Mount an ext4 partition with verbose output$ ext4fuse /dev/sda1 /mnt/ext4 -o debug
Unmount the ext4 filesystem$ umount /mnt/ext4