ntfs-3g - getfattrはユーザーの名前空間のみを表示します。

ntfs-3g - getfattrはユーザーの名前空間のみを表示します。

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関連の問題ですか、それとも間違って使用していますか?

ご協力ありがとうございます

アルパイン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

https://stackoverflow.com/questions/5619614/how-to-check-for-hidden-files-folders-on-ntfs-partition-using-python-on-linux

https://linux.die.net/man/8/ntfs-3g

https://man7.org/linux/man-pages/man7/xattr.7.html

ベストアンサー1

おすすめ記事