Hi. So what is the difference in the sizes if I do the "stat <8>" vs logdump w/i dumpe2fs? I noticed on my system that the size from "stat <8>" yields about 33 MB but the actual journal data dump comumes right at 10 MB of blocks. The journal dump appears to tells you which block the journal starts from and ends at. From there you can subtract and mult by block size to get the active journal size...I guess. Thanks, Chris On Wed, 29 May 2002, Neil Brown wrote: > On May 28, Jason@storix.com wrote: > > > > I tried that, but I must be missing something. I got from dumpe2fs that > > the journal is in inode 8, but doing stat 8 in debugfs gives me an error > > since stat expects a filename for an argument. > > man debugfs > > stat <8> > > NeilBrown > > > > _______________________________________________ > > Ext3-users@redhat.com > https://listman.redhat.com/mailman/listinfo/ext3-users >