X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=doc%2Fimagex-mountrw.1.in;h=0cc8898621056a2fd8bb3cc4a250e5bfaea27604;hb=873796982adc5c6d6cf3328e2289c1f8bb8eefec;hp=821897fd6aebb790a81cb454ad45847d146ebc1b;hpb=370533dcb819ad11d6424e7e0284915eb501812b;p=wimlib diff --git a/doc/imagex-mountrw.1.in b/doc/imagex-mountrw.1.in index 821897fd..0cc88986 100644 --- a/doc/imagex-mountrw.1.in +++ b/doc/imagex-mountrw.1.in @@ -4,7 +4,7 @@ imagex mountrw \- Mount an image from a WIM archive read-write .SH SYNOPSIS \fBimagex mountrw\fR \fIWIMFILE\fR (\fIIMAGE_NUM\fR | \fIIMAGE_NAME\fR) \ -\fIDIRECTORY\fR [--check] +\fIDIRECTORY\fR [--check] [--stream-interface=\fIINTERFACE\fR] .SH DESCRIPTION .PP @@ -29,6 +29,20 @@ completely written, the old WIM file is overwritten with it. \fB--check\fR When reading \fIWIMFILE\fR, verify its integrity if the integrity table is 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)