From: Luis on
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.




--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que est� limpio.
For all your IT requirements visit: http://www.transtec.co.uk


From: Luis on
El 09/07/10 12:24, Luis escribi�:
> 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.
>
>
>
>
note:
when I type in a terminal
echo "test" >> file.txt
work as we expected but normal editing not work

--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que est� limpio.
For all your IT requirements visit: http://www.transtec.co.uk