fstab에서 다음 마운트 옵션을 사용하여 Alpine Linux에 NTFS-HDD를 설치했습니다.
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 관련 문제입니까, 아니면 잘못 사용하고 있습니까?
당신의 도움에 감사드립니다
알파인 리눅스: 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
왜 `getfattr -d`가 아무것도 표시하지 않습니까?
파일의 모든 확장 속성 덤프를 얻는 방법은 무엇입니까?
https://linux.die.net/man/8/vfs_acl_xattr