Questions tagged [xattr]

5 questions
5
votes
2 answers

Can I find files through the extended attributes

In Linux can I find files through the extended attributes I define? Since I can find files through its basic attributes like the file's type and others, I wonder if this is possible (because in Windows, defining extra atributes to files through…
ele
  • 63
2
votes
1 answer

Why am I unable to remove attributes from files using xattr on macOS?

I've been trying to remove attributes from files so I can compile bgfx for my phone but I'm having problems with the code sign failing because: "resource fork, Finder information, or similar detritus not allowed." Therefore, I've been attempting…
1
vote
0 answers

How to reliably check with ZFS if XATTR is stored using SA or DIR for some files?

I have some datasets using XATTR=ON in the past, which actually mapped to LEGACY/DIR, and migrated them to XATTR=SA now for performance reasons. Most of these property changes take effect for newly written data only and the files in the datasets are…
1
vote
0 answers

Does changing ZFS property XATTR take effect immediately or need a dataset be rewritten?

Context I'm using multiple ZFS datasets in one pool backed by HDDs to store backups and am forwarding those backups using RSYNC into some other pool on a different HDD, which can be replaced regularly. All of the datasets used the property xattr=on,…
0
votes
1 answer

Can't remove ceph xattrs on CephFS on Linux

I had set xattrs for quota limits on CephFS $ setfattr -n ceph.quota.max_bytes -v 1100000000 /mnt/cephfs/data/ I can get value of this attribute $ getfattr -n ceph.quota.max_bytes /mnt/cephfs/data/ getfattr: Removing leading '/' from absolute path…
Dan B
  • 1