Re: ext3 external journal

2009-04-02 Thread Felix Resch
Hi, today i realised that tune2fs is able to change the uuid of the journal (partition/fs?) so i was able to fsck the volume and i am looking forward to get it back online within the day. Thouh i am still unclear about the semantics of the 'force' flag of tune2fs. Any hints? greets Felix Resch

ext3 external journal

2009-03-31 Thread Felix Resch
Hello, i got a problem after i switched from an in-filesystem journal to an external journal on my soft-raid5 + lvm2 +ext3 volume. The Procedure was: - umount the volume - fsck -fy /dev/vg/space - tune2fs -O ^has_journal /dev/vg/space - create a 400M extended partition on my fast disk (sda) - mke