Displaying 1 result from an estimated 1 matches for "extent_alloc_bitmap".
2004 Aug 02
6
Calculating volume size from superblock
Another simple question.
How do I calculate the size of the volume from the superblock?
Do I just use the two fields:
u_int32_t s_blocksize_bits; /* Blocksize for this fs */
u_int32_t s_clustersize_bits; /* Clustersize for this fs */
What is the formula to use?
Thanks,
John