Hi! I have a dirty ext4 volume. The system just hangs at startup. After removing that volume from fstab the system starts. Mount and e2fsck just flood with "Invalid checksum recovering block 1152 in log" messages. (Mounting with ro,noload let me access most files.) I also tried the e2fsck from current git. debugfs just fails with "Block bitmap checksum does not match bitmap while reading block bitmap". (catastrophic mode does work) Three points: - e2fsck should not get into an endless loop, blocking the system. - mount should not get into an endless loop, blocking the system and flooding the system log. - At least e2fsck should fix the filesystem. Any help or hints? Thanks, Markus PS: Original lkml-mail: https://lkml.org/lkml/2014/4/1/467 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html