How can I find the filesystem block size?

How can I find the filesystem block size in AIX?

I need to check if it is the same as my DB block size.

AIX doesn't use block size, just the record length that should be in your program and fixed or variable length records.

:confused: Now way. AIX filesystems have block sizes.

Man mkfs shows

Is this because of the Journaled File Systems in AIX?

Suit yourself!

lsfs -q <fs_name>

Hope this helps.

@tmarikle: What you are talking about is something completely different. This just means that when creating/changing a filesystem you can specify the size of it in multiples of 512 (bytes), Megabytes or Gigabytes. Nothing more, nothing less.

bakunin