On Jul 03, 2003 16:19 -0400, John Stoffel wrote: > Adam> Can it be safely resized on the fly via tune2fs or am I asking > Adam> for trouble? Big trouble, and tune2fs shouldn't let you do it. You need to unmount, then: tune2fs -O ^has_journal <dev> ; tune2fs -j -J size=<new size> <dev> > How can I determine what the *current* journal size is? I'm using > e2fsprogs1.33 and tune2fs doesn't show this info. On a normal filesystem, 'debugfs -R "stat <8>" <dev>' should work. Cheers, Andreas -- Andreas Dilger http://sourceforge.net/projects/ext2resize/ http://www-mddsp.enel.ucalgary.ca/People/adilger/ _______________________________________________ Ext3-users@redhat.com https://www.redhat.com/mailman/listinfo/ext3-users