我已使用 fstab 中的以下安装选项将 NTFS-HDD 安装到 Alpine Linux
UUID=4038A92D38A92340 /1TB ntfs defaults,nofail,utf8 0 0
当我使用getfattr -d --match="-" myfile
我没有看到任何系统/可信/等等。命名空间属性...
然而,当我使用getfattr -h -e hex -n system.ntfs_attrib_be myfile
它时,它向我展示了它的价值
这是 Alpine Linux 相关问题还是我使用错误?
谢谢你的帮助
高山Linux:3.16.1
getfattr 2.5.1 -- get extended attributes
Usage: getfattr [-hRLP] [-n name|-d] [-e en] [-m pattern] path...
-n, --name=name get the named extended attribute value
-d, --dump get all extended attribute values
-e, --encoding=... encode values (as 'text', 'hex' or 'base64')
--match=pattern only get attributes with names matching pattern
--only-values print the bare values only
-h, --no-dereference do not dereference symbolic links
--one-file-system skip files on different filesystems
--absolute-names don't strip leading '/' in pathnames
-R, --recursive recurse into subdirectories
-L, --logical logical walk, follow symbolic links
-P --physical physical walk, do not follow symbolic links
--version print version and exit
--help this help text
我经历过的资料来源:
https://man7.org/linux/man-pages/man1/getfattr.1.html
https://serverfault.com/questions/1008370/getfattr-to-list-all-attributes-of-the-files-in-the-folder
https://github.com/tuxera/ntfs-3g/wiki/Using-Extended-Attributes
https://linux.die.net/man/8/vfs_acl_xattr