* Is there a way to enumerate Alternate Data Streams?
@ 2016-01-27 22:17 Markus Greger
0 siblings, 0 replies; only message in thread
From: Markus Greger @ 2016-01-27 22:17 UTC (permalink / raw)
To: linux-cifs-u79uwXL29TY76Z2rM5mHXA
I'm looking for a way to enumerate Alternate Data Streams from linux,
specifically from a filesystem mounted via cifs.
Mounting a windows share via cifs allows me to read, write and delete
alternate data streams from linux (like indicated at
http://article.gmane.org/gmane.linux.kernel.cifs/7228/match=alternate+data+streams).
However I couldn't find a way to actually query if there are alternate
data streams and / or enumerate them. Even when mounting with
"user_xattr" option and using getfattr there was no information about
alternate streams.
A very similiar if not identical question was asked quite some time ago
at
http://linux-cifs.vger.kernel.narkive.com/W8aaTElO/alternate-data-streams but
I couldn't manage to really find an answer.
A quick glimpse through kernel source gave references in comments to
"proc/fs/cifs/streamstoxattr" but this seems not yet implemented - at
least searches yield nothing about how to set "proc/fs/cifs/streamstoxattr".
So is there any ioctl, option/configuration or "well known" attribute
name to get a list of alternate data streams?
Markus
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-27 22:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27 22:17 Is there a way to enumerate Alternate Data Streams? Markus Greger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.