FuseFS raw_write never call

I have the following problem:
I am newbie use FuseFS and i make a little script to create a FS from a
table in a database
the FS is mounted ok but don’t let me edit any file, when I treat to
save de file raise “Permission denied” in my text editor

I logging all the action made by the FS and never call raw_write

Any idea?

Thanks.

El 09/07/10 12:24, Luis
escribió:> Thanks.

note:
when I type in a terminal
echo “test” >> file.txt
work as we expected but normal editing not work