I have mounted an NTFS partition using filesystems/ntfs with the command
How can I read an NTFS file's extended attributes (as if i were right clicking in Windows, Properties, Details tab) from the command line please?
I see a lot of references to
Any ideas and guidance please?
James.
ntfs-3g -o ro /dev/source_ntfs_partition /mnt
.How can I read an NTFS file's extended attributes (as if i were right clicking in Windows, Properties, Details tab) from the command line please?
I see a lot of references to
xattrs
and getfattr
over the internet but cannot find any information from a FreeBSD point of view.Any ideas and guidance please?
James.