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

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

Pergunta

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?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top