-
Notifications
You must be signed in to change notification settings - Fork 63
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
Xattrs do not work #188
Comments
Currently If you have serious needs for xattr on Linux, rather than just toy with it, please let me know. I'll implement it in the following versions. |
Yes I'm on linux, I thought the docs meant macOS has special handling of xattrs, not that only macOS supported them, sorry. My use is to mount compressed read-only filesystems and add a writable layer with For now, i'm migrating those parts of my |
So the layering is securefs/gocryptfs ➡️compressed readonly filesystem➡️overlayfs? |
Yes |
I can't get xattrs to work, either with
overlayfs
which uses xattrs to track filesystem changes, or directly withgetfattr
:Tested with lite and full formats with default parameters, under both btrfs and tmpfs backing filesystems.
--trace
doesn't log anything when using getfattr.The text was updated successfully, but these errors were encountered: