[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dazuko-help] testing dazukofs-3.1.3-rc2 my kernel 2.6.33-rc6-2
From: |
Bernd Adda |
Subject: |
[Dazuko-help] testing dazukofs-3.1.3-rc2 my kernel 2.6.33-rc6-2 |
Date: |
Fri, 02 Apr 2010 15:55:10 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.8) Gecko/20100205 SeaMonkey/2.0.3 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Dazuko-help] testing dazukofs-3.1.3-rc2 my kernel 2.6.33-rc6-2,
Bernd Adda <=