]> wimlib.net Git - wimlib/blob - doc/imagex-mount.1.in
6d04c7f952b7c07ae6e52e0fc83b03aead43edf6
[wimlib] / doc / imagex-mount.1.in
1 .TH IMAGEX "1" "May 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
2 .SH NAME
3 imagex mount \- Mount an image from a WIM archive readonly
4
5 .SH SYNOPSIS
6 \fBimagex mount\fR \fIWIMFILE\fR (\fIIMAGE_NUM\fR | \fIIMAGE_NAME\fR)  \
7 \fIDIRECTORY\fR [--check]
8
9 .SH DESCRIPTION
10 .PP
11 \fBimagex mount\fR mounts the image specified by \fIIMAGE_NUM\fR or
12 \fIIMAGE_NAME\fR on the directory \fIDIRECTORY\fR using FUSE (Filesystem in
13 UserSpace).  It is mounted read-only.
14
15 It is permissible to omit the \fIIMAGE_NUM\fR or \fIIMAGE_NAME\fR only if
16 \fIWIMFILE\fR contains only one image.
17
18 .SH OPTIONS
19 .TP 6
20 \fB--check\fR
21 When reading \fIWIMFILE\fR, verify its integrity if the integrity table is
22 present.
23 .SH SEE ALSO
24 .BR imagex (1)
25