Thanks, worked like a charm :)
I can't believe i didn't find this myself. i guess the hexnumbers fooled
me ;)

Bart

On Wed, 2004-12-29 at 10:10 -0600, Dave Kleikamp wrote:
> You can get it from the "dmap" command in jfs_debugfs.  "echo dm |
> jfs_debugfs /dev/whatever".  dn_free is the number of free blocks, and
> you can get the used blocks by subtracting dn_free from dn_mapsize.
> 
> Right now, and maybe forever, the block size is always 4K, but it's
> possible that someday other block sizes will be supported.  jfs_debugfs
> always prints this as "Aggregate Block Size" if you want to play it safe
> and parse it.

-- 
www.titanium-it.nl --- Open Minded Open Source
www.heavenisopen.com <-----Another Source

_______________________________________________
Jfs-discussion mailing list
Jfs-discussion@www-124.ibm.com
http://www-124.ibm.com/developerworks/oss/mailman/listinfo/jfs-discussion

Reply via email to