Hi: Hi: Did I miss something in my implementation of a read-write file system? From the command line I can not overwrite a file. The finder works fine because it deletes the file first. My delegate calls are openFileAtPath (O_WRONLY) then releaseFileAtPath; no writeFileAtPath to fill in the data.
yukon:~ Jason8$ echo "Moo" >/Volumes/myfs/j1 yukon:~ Jason8$ echo "Moo" >/Volumes/myfs/j1 -bash: /Volumes/myfs/j1: Operation not supported by device Append seems to work fine: yukon:~ Jason8 $ echo "Moo" >/Volumes/myfs/j1 yukon:~ Jason8 $ echo "Moo" >>/Volumes/myfs/j1 yukon:~ Jason8 $ Permissions look good: yukon:~ Jason8 $ ls -la /Volumes/myfs/j1 -rw-r--r-- 1 Jason8 staff 8 9 Dec 22:58 /Volumes/myfs/j1 yukon:~ Jason8 $ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
