In regards to what Jeff said, as long as your use the - odefer_permissions option, macfuse will ignore the uid/gid and permissions fields. The only thing you have to do is make sure that if any ._ files are created, they have the same uid/gid as the parent file. However, I don't thinks that's your problem. I'm pretty sure it's the st_flags thing.
On Jun 10, 1:53 pm, Jeff Mancuso <[EMAIL PROTECTED]> wrote: > Dennis - > > You aren't going to want the uid/gid as 777. The permissions bits, > perhaps [but probably not the execute bit]. Try setting the uid/gid to > the same as your local user, and you'll likely meet with more success > > -Jeff > > On Jun 10, 12:02 am, qabi <[EMAIL PROTECTED]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---