Skip to content
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

Can the filesystem-nio2 not use Xattrs ? #737

Open
ahu-zwq opened this issue Dec 4, 2024 · 2 comments
Open

Can the filesystem-nio2 not use Xattrs ? #737

ahu-zwq opened this issue Dec 4, 2024 · 2 comments

Comments

@ahu-zwq
Copy link

ahu-zwq commented Dec 4, 2024

Hello gaul! Can the filesystem-nio2 not use Xattrs? We mount a NFS as the backend, it doesn't support Xattrs.

@gaul
Copy link
Owner

gaul commented Dec 4, 2024

Yeah I could add this functionality, similar to how the older filesystem provider works around lack of support. jimfs makes this easy to test (although I used libnoattr last time to do this). I wonder if fuse_xattrs is a better solution though? Or actually it seems that NFSv4 on Linux has supported xattr at least since version 5.9: https://kernelnewbies.org/Linux_5.9#NFS_support_for_extended_attributes . Does this not work for you?

@ahu-zwq
Copy link
Author

ahu-zwq commented Dec 5, 2024

Thank you, I will try fuse-xattrs. We have many machines whose kernel versions have not yet reached 5.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants