FauxFaux / ext4-rs

Read files directly from ext4 filesystem images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AssumptionFailed { reason: "outside long mode, block group desc size must be zero, not 32" }

surban opened this issue · comments

I am getting this error trying to read an ext4 filesystem extracted from an Android device. The filesystem mounts fine on a standard Linux kernel and fsck.ext4 reports no errors.

Commenting out the corresponding check in parse.rs allows ext4-rs to parse the filesystem and correctly extract files from it.

However I am afraid that we might introduce data corruption issues by simply skipping this check.