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

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

문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top