The successful command from which I started:
getfattr -n system.ntfs_times /media/hdd/oldfolder/
output
getfattr: Removing leading '/' from absolute path names
# file: media/hdd/oldfolder/
system.ntfs_times=irrelevant
but if i try
getfattr -d /media/hdd/oldfolder/ or getfattr -d -e text /media/hdd/oldfolder/ or hex or base64 as values of param -e i get nothing.
Why is that? I thought -d dump ALL attributes not NO attributes :)