This is an output from dumpe2fs:
root: ~/# dumpe2fs -h /dev/sdb3 | grep -i 'fragment|block size'
dumpe2fs 1.39 (29-May-2006)
Block size: 4096
Fragment size: 4096
Fragments per group: 32768
Is this related to disk fragmentation?
mke2fs accepts the -f option but currently ignores it because the second extended file system does not support fragments yet.
– jlliagre Jul 09 '11 at 01:27