If I start with an ext3 disk, then remove journalling by running:
Code:
tunefs -O /dev/md0 
effectively making an ext2 system.
Does this remove the information held for ext3?
So that I could then run:
Code:
tunefs -j /dev/md0 
re-enabling journalling, but with a clean journal?