Hi everyone My MacFUSE implementation works OK but suddenly I got some problems Enabled debug shows this
unique: 2, opcode: CREATE (35), nodeid: 42, insize: 58 unique: 2, error: -78 (Function not implemented), outsize: 16 So looks like CREATE method is not implemented. This is the first time I see that error. My filesystem is implemented in Java and we are using fuse-j as a JNI binding. I tested with fuse4j (which we are gradually moving to) but it fails in the same way but it does not give any information why fails. Is Create part of the filesystem interface? I could not find anything about that method in JNI wrapper or MacFUSE itself. Could anyone point me into the right direction? Any help much appreciated. Daniel -- You received this message because you are subscribed to the Google Groups "MacFUSE" 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?hl=en.
