On Mon, 05 May 2003 23:14:46 EDT, Sumit Narayan said: > I would like to create a log file containing the reads and writes made on a > disk, by adding a function in the kernel. And once this log table reaches a Have you considered looking at the ext3 file system, which is basically ext2 with a journal?