The old ntfs driver appears to have stream support. From man mount.ntfs:
ntfs-3g claims to have support. From its man page:streams_interface=mode
This option controls how the user can access Alternate Data Streams (ADS) or in other words,
named data streams. The mode can be set to one of none, windows or xattr. If the option is
set to none, the user will have no access to the named data streams. If it is set to windows
(not possible with lowntfs-3g), then the user can access them just like in Windows (eg. cat
file:stream). If it's set to xattr, then the named data streams are mapped to extended at‐
tributes and a user can manipulate them using {get,set}fattr utilities. The default is
xattr.
I don't appear to have a man page for ntfs3 or mount.ntfs3 but I'd be surprised if it lacks support give the two older drivers have it.streams_interface=mode
This option controls how the user can access Alternate Data Streams (ADS) or in other words,
named data streams. The mode can be set to one of none, windows or xattr. If the option is
set to none, the user will have no access to the named data streams. If it is set to windows
(not possible with lowntfs-3g), then the user can access them just like in Windows (eg. cat
file:stream). If it's set to xattr, then the named data streams are mapped to extended at‐
tributes and a user can manipulate them using {get,set}fattr utilities. The default is
xattr.
Statistics: Posted by thagrol — Thu Dec 26, 2024 7:52 pm