X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-mount.1.in;h=2b8122f42dbc60e973de6786b851321c2e1c09dd;hp=6d04c7f952b7c07ae6e52e0fc83b03aead43edf6;hb=ef8f45b98b5c4db398321cd36d052ccbb9c3784a;hpb=b30fcd099ba7f173984605ee03885e6e0c6624ec diff --git a/doc/imagex-mount.1.in b/doc/imagex-mount.1.in index 6d04c7f9..2b8122f4 100644 --- a/doc/imagex-mount.1.in +++ b/doc/imagex-mount.1.in @@ -4,7 +4,7 @@ imagex mount \- Mount an image from a WIM archive readonly .SH SYNOPSIS \fBimagex mount\fR \fIWIMFILE\fR (\fIIMAGE_NUM\fR | \fIIMAGE_NAME\fR) \ -\fIDIRECTORY\fR [--check] +\fIDIRECTORY\fR [--check] [--stream-interface=\fIINTERFACE\fR] .SH DESCRIPTION .PP @@ -19,7 +19,22 @@ It is permissible to omit the \fIIMAGE_NUM\fR or \fIIMAGE_NAME\fR only if .TP 6 \fB--check\fR When reading \fIWIMFILE\fR, verify its integrity if the integrity table is -present. +present. +.TP +\fB--stream-interface\fR \fIINTERFACE\fR +Specify the interface to alternate data streams (ADS) in the WIM that will be +provided by the mounted filesystem. These are a NTFS feature that found their +way into the WIM file format. + +If "none", it will be impossible to read or write the ADS. + +If "xattr" (default), the ADS will be accessible through extended attributes. +Each ADS will be an extended attribute named "user.*", where the * is the name +of the ADS. See \fBsetfattr\fR (1) and \fBgetfattr\fR (1). + +If "windows", the ADS will be accessible by specifing the filename, then a +colon, then the name of the ADS; for example, "myfile:mystream". + .SH SEE ALSO .BR imagex (1)