]> wimlib.net Git - wimlib/blobdiff - doc/man1/wimmount.1
v1.13.2
[wimlib] / doc / man1 / wimmount.1
index b13d4c42967547be43f533a9e25f54742afcc5e7..c5e5133968ad23b27a0ae51844ba759e4699d21a 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMMOUNT "1" "August 2016" "wimlib 1.10.0" "User Commands"
+.TH WIMMOUNT "1" "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 wimmount, wimmountrw, wimunmount \- Mount or unmount a WIM image
 .SH SYNOPSIS
@@ -8,20 +8,21 @@ wimmount, wimmountrw, wimunmount \- Mount or unmount a WIM image
 .br
 \fBwimunmount\fR \fIDIRECTORY\fR [\fIOPTION\fR...]
 .SH DESCRIPTION
-On Linux-based systems, the \fBwimmount\fR and \fBwimmountrw\fR commands will
-mount the specified \fIIMAGE\fR in the Windows Imaging (WIM) archive
-\fIWIMFILE\fR on the directory \fIDIRECTORY\fR using FUSE (Filesystem in
-Userspace).  \fBwimmount\fR will mount the image read-only, while
-\fBwimmountrw\fR will mount the image read-write.
+On Linux, the \fBwimmount\fR (equivalently: \fBwimlib-imagex mount\fR) and
+\fBwimmountrw\fR (equivalently: \fBwimlib-imagex mountrw\fR) commands mount the
+specified \fIIMAGE\fR in the Windows Imaging (WIM) archive \fIWIMFILE\fR on the
+directory \fIDIRECTORY\fR using FUSE (Filesystem in Userspace).  \fBwimmount\fR
+will mount the image read-only, while \fBwimmountrw\fR will mount the image
+read-write.
 .PP
 \fIIMAGE\fR specifies the image in \fIWIMFILE\fR to mount.  It may be the
 1-based index of an image or the name of an image.  It may be omitted if
 \fIWIMFILE\fR contains only one image.  You can use \fBwiminfo\fR(1) to list the
 images contained in \fIWIMFILE\fR.
 .PP
-The WIM image can be unmounted using the \fBwimunmount\fR command.  Changes made
-to an image mounted read-write will be discarded unless the \fB--commit\fR flag
-is provided to \fBwimunmount\fR.
+The WIM image can be unmounted using \fBwimunmount\fR (equivalently:
+\fBwimlib-imagex unmount\fR).  Changes made to an image mounted read-write will
+be discarded unless the \fB--commit\fR flag is provided to \fBwimunmount\fR.
 .SH DATA AND METADATA SUPPORT
 WIM images can contain a variety of types of files and file metadata, some of
 which is Windows-specific.  Currently, the mount feature can translate some, but
@@ -56,11 +57,10 @@ Object IDs.  New files are not given object IDs.
 EFS-encrypted files.  The files themselves will be visible in mounted WIM images
 but their data will not be available.
 .IP \[bu]
-Extended attributes.  Although wimlib now supports creating a WIM image
-containing Linux-style extended attributes, these are not yet exposed in mounted
-WIM images.  (This may be implemented in the future, though it would conflict
-with the use of extended attributes to expose Windows concepts like named data
-streams.)
+Extended attributes.  Although wimlib supports WIM images containing extended
+attributes, these are not yet exposed in mounted WIM images.  (This may be
+implemented in the future, though it would conflict with the use of extended
+attributes to expose Windows concepts like named data streams.)
 .SH SPLIT WIMS
 You may use \fBwimmount\fR to mount an image from a split WIM read-only.
 However, you may not mount an image from a split WIM read-write.