Filesystem Corruption Recovery

Repair an ext4 filesystem that mounted read-only after a power loss.

A advanced Linux challenge worth 20 points. Solve it hands-on in a real Linux environment in your browser - no local setup, no fake shells.

The Challenge

After a hard power loss, /data mounts read-only. The database on /data cannot start. The lab provides a simulated corrupted filesystem image at /tmp/corrupt.img.

Your tasks:

or: losetup /dev/loop0 /tmp/corrupt.img && mount /dev/loop0 /data