Do (actually) read the description of 'auto_xattr' in the "OPTIONS" page that you cite. 'auto_xattr' means your file system doesn't want to implement get/set/list/remove-xattr functions and wants the kernel to use "._" files instead. The paragraph that you cite even ends with the following statement:
"With auto_xattr, the kernel will /always/ use ._ files." Amit On Jan 5, 1:29 am, iDeveloper <[email protected]> wrote: > Hi > > I am mounting my FS with the auto_xattr option and am not handling the > extended attributes in the code. According to the "OPTIONS" page, > auto_xattr makes sure that all requests for extended attributes are > handled by the kernel and are not forwarded to the user-filesystem. > So that means my code should not have to handle the ._ files and > requests for attributes of the AppleDoubles should not come to the > code. But I keep getting calls to attributesOfItemAtPath for > AppleDoubles. > > Also is there any way I can turn off the creation of directories > like .Trashes and .fsevents? > > Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
