Displaying 1 result from an estimated 1 matches for "0seaaaaa".
Did you mean:
0seagaaa
2016 Jun 13
0
Re: libguestfs-tools and NTFS compression attribute
...sed
><rescue> setfattr -h -v 0x00000000 -n system.ntfs_attrib uncompressed
><rescue> getfattr -n system.ntfs_attrib compressed
# file: compressed
system.ntfs_attrib=0sEAgAAA==
><rescue> getfattr -n system.ntfs_attrib uncompressed/
# file: uncompressed/
system.ntfs_attrib=0sEAAAAA==
Unfortunately these attributes are not passed through FUSE. I suspect
that is because they are in the system.* namespace which the kernel
handles specially, but there are also a bunch of bugs associated with
extended attributes & guestmount and maybe this is one of them.
It should be possi...