-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xattr problem #57
Comments
extended attributes are on by default. You can test it with fusexmp_fh in libfuse:
|
yes, in
yes , in fusexmp_fh ,it is fine. |
Hi, I try a simple demo in fuse-t, instead of fusexmp_fh in libfuse.
|
I don't understand what you're trying to say. fuse-t is the server code and libfuse is the client side. |
I mean is it possible that the header file provided by fuse-t is inconsistent with the header file in libfuse? |
No, the headers are identical. Make sure you correctly implemented all xattr functions such as list, get and set. |
Do fuset-t support xattr?
I found that xattr is problem.
For example, when I use cp command.
In the setxattr call, the pram size alway = 0.
and retuen "could not copy extended attributes"
The text was updated successfully, but these errors were encountered: