sam tygier [2008-04-02 1:14 -0000]: > is there a way to deliberately cause this sort of disk corruption? i had > a google for way to do it, but is seems that most people want to fix > corruption ;-)
In my experience, this triggers a fatal error, which is correctable well: sudo tune2fs -s 0 /dev/...; sudo tune2fs -s 1 /dev/... I. e. flip the 'sparse superblock' bit back and forth. -- fsck not repairing corruption on boot https://bugs.launchpad.net/bugs/209416 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
