On 28 May 2002 11:18:15 -0700, Jason Shelton wrote: >Is there any way to query the size of an existing journal? I have heard >a number of sizes thrown around as defaults, but I need to be able to >reliably get the exact journal size. You can use 'dumpe2fs' to get the journal's inode and then 'debugfs' to 'stat' the inode. Multiply the block count you get from the 'stat' command by the block size and there you go. DS