In an ext2/ext3 superblock, there is a total block count (the second 4-byte word), but it doesn't give me the same number as I get with the 'df' command. The numbers are close, but not exactly the same. What makes up for the difference? It's not the "reserved block count"... I checked that. Thanks! -Jeff Meininger
Hi, On Mon, Aug 27, 2001 at 12:59:13PM -0500, Jeff Meininger wrote:> > In an ext2/ext3 superblock, there is a total block count (the second > 4-byte word), but it doesn't give me the same number as I get with the > 'df' command. The numbers are close, but not exactly the same. > > What makes up for the difference? It's not the "reserved block count"... > I checked that.Overhead --- bitmap blocks, inode tables etc. Cheers, Stephen