Hi again, Dima, On Wednesday 01 June 2011 20:21:07 you wrote: > Thanks for the tip, bkltrace seems to give me what I want and much more! yay :) dunno if that'll help you at all, but: I've been observing some process writing to NILFS2 to-day. It was issuing one (filesystem) transaction every couple seconds. About 250kb was written to the drive (of both data and metadata) -- and the interesting thing is, it was written as one I/O operation (as reported by iostat). Depending on configuration and properties of your storage (possibly including multiple-sector i/o configuration, see hdparm's `-m' option), a (filesystem- level) transaction on to NILFS2 may issue just one drive-level operation. As opposed to other filesystems, which keep data and various kinds of metadataa all separate. Of course later on the GC will kick in, but it also writes large chunks at once, rather than spreading them all over the storage. Cheers, -- dexen deVries ``One can't proceed from the informal to the formal by formal means.'' -- To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html