Hi there, I implemented a custom filesystem, which works fine on the commandline and in the finder, eg. append, move, copy, overwrite, echo "foobar" > file.txt, echo "foobar" >> file.txt, of files and directories works fine.
Even copying a .pages doc or similar to the filesystem works, I can open it, rename it and move it. But when I want to save a .pages doc directly to the filesystem, it just saves somewhat about 29KB (of 110), save is successful, but when I close pages and reopen the file, it claims: index.xml missing. When I use word, I get an error, which claims: A file error has occured. check network conns or make sure the disk is properly inserted and not defektive. No Matter what mount option I try, I also tried to add an *error = [NSError errorWithPOSIXCode:ENOTSUP]; to all extended Attributes calls, but no success. Thanks alot for pointing me in the proper direction. Mike -- You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macfuse?hl=.
