Hallo,
Vielen Dank für Deine Antwort.
Alls erstes ich bin Anfänger mit Mandrake.
Und zweitens mein Englisch ist s…mäßig bis nicht vorhanden.
welche anleitung / howto hast du verwendet ?
die von dazuko.org
Versuch 1:
ABOUT DAZUKOFS
DazukoFS is a stackable filesystem to allow userspace applications to
perform online file access control. It was originally developed to
support online virus scanners, but could be useful for any application
that wishes to perform online file access control.
NOTE: DazukoFS is completely separate from Dazuko. DazukoFS uses a
different interface and different devices than Dazuko. It is
possible to use Dazuko and DazukoFS at the same time since
they do not share any code or resources. However, DazukoFS
is meant to replace Dazuko as an online file access control
solution.
=================
BUILD / INSTALL
Below are brief instructions to get DazukoFS compiled and running on a
system with a Linux 2.6.31 kernel. You may need to manually adjust the
Makefile if you kernel sources are not in the default location.
(Patches are provided for various other kernels. See the section below
titled „PATCHING“ for more information.)
compile the kernel module
make
install the kernel module
make dazukofs_install
load the kernel module
modprobe dazukofs
verify that the module is loaded
dmesg | grep dazukofs
create a playground to test DazukoFS
mkdir /tmp/dazukofs_test
mount DazukoFS over the playground
mount -t dazukofs /tmp/dazukofs_test /tmp/dazukofs_test
verify that DazukoFS is mounted
mount | grep dazukofs
unmount DazukoFS
umount /tmp/dazukofs_test
==========
PATCHING
In the „patches“ directory there are patches available to modify the
DazukoFS code to fit various other kernels. For example, if you are
running openSUSE 11.1 you can patch the code with the following
command:
$ patch -p1