Mattias, Sorry for the bad cut-and-paste in my previous post. It indeed is 3 blocks, not 1.
I did what you said but the ZFS system added 2 extra blocks, not 1. The file was 608 bytes in size, which should be 2 blocks. With the metadata info, it should have used up 3 blocks, not 4. It's adding 4 though. stat --printf "%n %b %B %s %o\n" file.608 file.608 [b]1[/b] 512 608 4096 stat --printf "%n %b %B %s %o\n" file.608 file.608 [b]4[/b] 512 608 4096 stat --printf "%n %b %B %s %o\n" file.608 file.608 [b]4[/b] 512 608 4096 Any idea why it's adding 2 blocks instead of one? -- This message posted from opensolaris.org _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss