FUSE filesystem on Mac (osxfuse) - how to tell OS I don't support exteneded attributes and forks?

StackOverflow https://stackoverflow.com/questions/19057159

Question

Is there any option to set on init that my filesystem doesn't support resource forks and extended attributes? So that I don't get bombarded with getattr for "._*" files requests, as well as getxattr/setxattr requests for all files? Also, is there any way to "tell" a filesystem that my FS is case-sensitive?

Was it helpful?

Solution

It turns out there are 2 options - noapplexattr and noappledouble - which can be used just for that. Here's the link: https://code.google.com/p/macfuse/wiki/OPTIONS.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top