On Tue, Mar 22, 2011 at 3:54 PM, Clemens <clemens.zeidler@xxxxxxxxxxxxxx> wrote: > Yes that was the reason why I haven't add them in the first place but people > complained about it... How big is the small_data section 1Kb? > Any suggestion to make it better? IIRC it depends on what BFS's block size is set to for that volume. An inode consumes an entire block so small_data gets whatever's left at the end of the block after the actual inode data structures themselves, which iirc with BFS's default 1KB block size winds up being somewhere between 400 and 500 bytes. Regards, Rene