Displaying 1 result from an estimated 1 matches for "have_journal".
Did you mean:
has_journal
2000 Nov 02
3
kernel oops
...ay far unsupported, but here goes:
I had been running ext3 0.0.3b for a while and found that I wanted to
convert back to ext2 so I could still play with 2.4test kernels.
Here is what I did:
1) boot the machine with kernel args init=/bin/bash
2) run debugfs on the root partition to remove the have_journal
ext2 feature flag.
3) remount the root filesystem rw as ext2
Kernel Oopsville at that point. Why does ext3 even bother journaling when
the filesystem is ro?
4) edit /etc/fstab so that / is ext2
5) sync the disks and reboot.
6) boot the machine with kernel args init=/bin/bash
7) fsck the...