Hello,

I'm working on a filesystem that stores data remotely (imapfs on
google code). To improve responsiveness, a local cache is kept on
disk.

However I cannot seem to copy files to the filesystem with Finder. It
varies between telling me that the file cannot be written since it is
locked, and because of not enough permissions (the same file). The
filesystem doesn't support permissions, so uid and gid are both 777.

I can see that the file is copied to the local on-disk cache just
fine, but still the complaints about being locked or permissions.

I suspect it has something to do with the ._ files, but it's hard to
debug, since I have no idea how these files are used and should
behave. The ._ file is also written fine (with another name, since
that seems necesarry) to the cache dir.

Any help on how to debug such issues, or an authorative description of
the ._ file concept would be very much appreciated.

Thanks,

-dennis



--~--~---------~--~----~------------~-------~--~----~
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