On 2010-06-23, <rc8...@yandex.ru> wrote:
> I have looked redirfs. It that can satisfy my requirements. But
> there was a question. In what basic difference dazukofs from
> redirfs?

DazukoFS is a stackable filesystem. DazukoFS is able to capture file
access events because it sits between userspace and the actual
filesystem.

Redirfs is not a filesystem. It is a module that modifies the
filesystem callbacks for the currently mounted filesystems so that its
own functions are called instead. This is how it captures file access
events. Once its own functions are finished, it calls the original
filesystem functions.

John Ogness

-- 
Dazuko Maintainer

_______________________________________________
Dazuko-help mailing list
Dazuko-help@nongnu.org
http://lists.nongnu.org/mailman/listinfo/dazuko-help

Reply via email to