ehmm did you write only hello? You need to execute a program. In this example they used following helloworld program:
hello.c
and then
Code:./hello /tmp/fuse -d
hey all, i try to compile fuse(FUSE: Filesystem in Userspace) for my a1200, it require a kernel module called fuse .o fisrt,so i compile it with my a1200 source code, then insert into kernel :
insmod fuse.o
then i try to test:
hello /tmp/fuse -d
ls /tmp/fuse
nothing happenedaccording to the document, it shoud generate a file called "hello", using lsmod to check:
# lsmod
Module Size Used by Not tainted
ppp_async 7148 0 (unused)
ppp_generic 21028 0 [ppp_async]
fuse 24992 2
the module is actived.so i don't know what's wrong with it, or maybe the fuse module doesn't compile correctly,If anyone could help I'd really appreciate it
Last edited by jjyy; 09-13-2009 at 05:11 AM.
ehmm did you write only hello? You need to execute a program. In this example they used following helloworld program:
hello.c
and then
Code:./hello /tmp/fuse -d
-------------------------------------
In any apple is a worm. Through each window flies a bug.
That's why I take Linux, because what does not fly can not crash.