hi When I ask a patch for dazukofs with kernel 2.6.33 I made my own work arround. It works till today
Yesterday I got a mail from you. Thats way I tell you: I have download the new dazukofs-3.1.3-rc2.tar.gz and compile it. Here I send my "make dazukofs_install" with warnings: [code] adda:/usr/src/dazukofs-3.1.3-rc2 # make dazukofs_install make -C /lib/modules/`uname -r`/build SUBDIRS="`pwd`" modules make[1]: Entering directory `/usr/src/linux-2.6.33-rc6-2-obj/i386/default' make -C ../../../linux-2.6.33-rc6-2 O=/usr/src/linux-2.6.33-rc6-2-obj/i386/default/. modules Building modules, stage 2. MODPOST 1 modules make[1]: Leaving directory `/usr/src/linux-2.6.33-rc6-2-obj/i386/default' mkdir -p /lib/modules/`uname -r`/kernel/fs/dazukofs cp dazukofs.ko /lib/modules/`uname -r`/kernel/fs/dazukofs /sbin/depmod -ae WARNING: -e needs -E or -Fadda:/usr/src/dazukofs-3.1.3-rc2 # [/code] That is nio problem, It works fine First I use a entry in /etc/fstab. After that - it works too - I could start programms, must wait long long time. Therefore I kill it again and works further on with a entry in /etc/init.d/boot.local like this here: [code] modprobe dazukofs;mount -a -t dazukofs; [/code] Kind Regards adda _______________________________________________ Dazuko-help mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-help
