]> wimlib.net Git - wimlib/blobdiff - doc/man1/wimmount.1
v1.11.0
[wimlib] / doc / man1 / wimmount.1
index b13d4c42967547be43f533a9e25f54742afcc5e7..5c706bd1f80f888e88db224bb5de1ede7dea735f 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMMOUNT "1" "August 2016" "wimlib 1.10.0" "User Commands"
+.TH WIMMOUNT "1" "January 2017" "wimlib 1.11.0" "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