On Sun, 15 Jan 2006, Daniel Ouellet wrote:

[snip lots of talk by a confused person]

> 16 partitions:
> #             size        offset  fstype [fsize bsize  cpg]
>   a:        524097            63  4.2BSD   2048 16384  328 # Cyl 0*-   519
>   b:       8388576        524160    swap                   # Cyl   520 -  8841
>   c:      78165360             0  unused      0     0      # Cyl     0 - 77544
>   d:       2097648       8912736  4.2BSD   2048 16384  328 # Cyl  8842 - 10922
>   e:      52429104      11010384  4.2BSD   2048 16384  328 # Cyl 10923 - 62935
>   f:       2097648      63439488  4.2BSD   2048 16384  328 # Cyl 62936 - 65016
>   g:      10486224      65537136  4.2BSD   2048 16384  328 # Cyl 65017 - 75419
>   h:       2132865      76023360  4.2BSD   2048 16384  328 # Cyl 75420 -
> 77535*

> 16 partitions:
> #             size        offset  fstype [fsize bsize  cpg]
>   a:        524097            63  4.2BSD   1024  8192   86 # Cyl 0*-   519
>   b:       8388576        524160    swap                   # Cyl   520 -  8841
>   c:      58633344             0  unused      0     0      # Cyl     0 - 58167
>   d:       1048320       8912736  4.2BSD   1024  8192   86 # Cyl  8842 -  9881
>   e:      27263376       9961056  4.2BSD   1024  8192   86 # Cyl  9882 - 36928
>   f:       2097648      37224432  4.2BSD   1024  8192   86 # Cyl 36929 - 39009
>   g:       9436896      39322080  4.2BSD   1024  8192   86 # Cyl 39010 - 48371
>   h:       9874368      48758976  4.2BSD   1024  8192   86 # Cyl 48372 - 58167

Since the bsize and fsize differ, it is expected that the used kbytes of the
file systems differ. Also, the inode table size will not be the same.

You're comparing apples and oranges.

BTW, you don't say which version(s) you are running. That's bad. since
some bugs were fixed in the -h display. Run df without -h to see the
real numbers.

To check if the inode/block/fragment free numbers add up, you could
use dumpfs, but that is a hell of a lot of work. 

        -Otto

Reply via email to