gerard / ext4fuse

EXT4 implementation for FUSE
GNU General Public License v2.0
895 stars 109 forks source link

[warn] [super_group_inode_table_offset:76] ASSERT FAIL: n_group < super_n_block_groups() #61

Closed equitably closed 3 years ago

equitably commented 4 years ago

When reading certain filesystems, I get the following error:

[warn] [super_group_inode_table_offset:76] ASSERT FAIL: n_group < super_n_block_groups()

This appears to be because super_n_block_groups is incorrectly calculated. Please see the corresponding pull request for a fix. Thank you!

equitably commented 3 years ago

Fixed with pull request #60 .