> Is the thing that fuse-dfs doesn't implement getxattr a problem? Not really. Extended attributes aren't used widely in userspace programs. Most programs that can use them often support them not being available as not all file systems have extended attributes. There may be a use for them in fuse-dfs in the future but currently it's not an issue that they're not supported.
Thanks, Eli