Hi,

Thanks for your help. I triedthe following options: -
oallow_other,sync_read,noreadahead,defer_permissions but I still get

java.io.FileNotFoundException: /path/to/mountpoint/
boletim_ensaio_168053_1.ini (Operation not permitted)

At least the error, as you said, is still the same - EPERM.

Any more ideas?

Thanks in advance.

On Apr 3, 7:58 pm, Amit Singh <[EMAIL PROTECTED]> wrote:
> When you get such error messages with an error number (err=1 in this
> case), you can look at /usr/include/sys/errno.h to see which error the
> number maps to. In your case, it's EPERM ("Operation not permitted").
>
> Try mounting with the "defer_permissions" option and see what happens.
>
> Amit
>
> On Apr 3, 11:32 am, lmineiro <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > This has happened to me in the past with sshfs but I was using Linux
> > with the same java Application, the solution was to mount with
> > no_readahead option, then java stopped complaining.
>
> > But now, under Leopard, using the same options as the linux box, I
> > still get that java exception.
>
> > I can access the files using the Terminal - I can "view" them using
> > Vi, cat, etc.
>
> > That java application (stable for at least 3 years, and perfectly
> > working) works flawlessly with local and NFS filesystems, its being
> > used with a linux+sshfs setup too, but it fails under Leopard.
>
> > The errors dmesg reports are:
>
> > MacFUSE: filehandle_get failed in open (type=0, err=1)
> > MacFUSE: filehandle_get: failed for boletim_ensaio_167654_1.ini
> > (error=1)
> > MacFUSE: filehandle_get failed in open (type=0, err=1)
> > MacFUSE: filehandle_get: failed for boletim_ensaio_167651_1.ini
> > (error=1)
> > MacFUSE: filehandle_get failed in open (type=0, err=1)
> > MacFUSE: filehandle_get: failed for boletim_ensaio_167933_1.ini
> > (error=1)
> > MacFUSE: filehandle_get failed in open (type=0, err=1)
> > MacFUSE: filehandle_get: failed for boletim_ensaio_168093_1.ini
> > (error=1)
>
> > Where "boletim_ensaio_168093_1.ini" and the others alike are regular
> > text files. Readable with Vi, TextEdit.
>
> > I have access to this java application source code and can provide
> > further debugging if necessary.
>
> > Thanks for any help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"macfuse-devel" group.
To post to this group, send email to macfuse-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/macfuse-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to