The Finder often likes to do things that call chown, chmod, and perhaps utime and utimens. Have you implemented these methods? Even if you don't have a need for these, try implementing dummy versions that just return success and see if that helps.
In general, use the "-d" mount-time option to run your file system in debug mode. The library will print a debug message for every file operation. That way you can see what's failing, etc. Amit On Jul 17, 2:45 am, "Christian H." <[EMAIL PROTECTED]> wrote: > I have implemented a simple passthrough filesystem with macfuse and > the FUSEFileSystem classes. Everything works well, but in finder i > cant drag and drop files onto the mounted device and it gives me an IO > error 36. Copying files from the command line to my fuse volume works > perfectly well... i have tried to use the option defer_auth, but it > didnt change anything - did i forget to implement something, or are > there examples on how to solve that? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
