X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-mount.1.in;h=86a60dd971ed3c1cbf0927c16404d7f8497e6694;hp=5a9928e6e515bef66e8a4933bb64da0ac9fe8ea2;hb=7acdc3aecd7ce546727ae8239e0d942c2a00db43;hpb=4016a9dba036f4d2eca0253c99370e6647a9ccb6 diff --git a/doc/imagex-mount.1.in b/doc/imagex-mount.1.in index 5a9928e6..86a60dd9 100644 --- a/doc/imagex-mount.1.in +++ b/doc/imagex-mount.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "February 2013" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "March 2013" "imagex (wimlib) wimlib @VERSION@" "User Commands" .SH NAME imagex-mount, imagex-mountrw, imagex-unmount \- Mount and unmount an image from a WIM archive @@ -63,6 +63,7 @@ imagex mount mywim.swm 1 dir --ref="mywim*.swm" If wimlib was configured using the \fB--without-fuse\fR flag, then the \fBimagex mount\fR, \fBimagex mountrw\fR, and \fBimagex unmount\fR commands will not work. +Also, these commands are not available in the Windows builds of wimlib. You can mount multiple images from a WIM file read-only at the same time, but you can only mount one image at a time from a WIM read-write. @@ -120,8 +121,8 @@ mounted. This option is valid for \fBimagex mount\fR but not \fBimagex mountrw\fR. See \fBSPLIT_WIMS\fR. .TP \fB--staging-dir\fR=\fIDIR\fR -Store temporary staging files in the directory \fIDIR\fR. Only valid for -\fBimagex mountrw\fR. +Store temporary staging files in a subdirectory of the directory \fIDIR\fR. +Only valid for \fBimagex mountrw\fR. .TP \fB--unix-data\fR By default, \fBimagex mount\fR and \fBimagex mountrw\fR will ignore both @@ -172,9 +173,10 @@ the temporary staging directory is deleted. \fBimagex unmount\fR runs in a separate process from the process that previously ran \fBimagex mount\fR, and these two processes communicate using POSIX message -queue. See \fIsrc/mount_image.c\fR in the sources for details. Note: As of wimlib -v1.2.1, \fBimagex unmount\fR correctly fails with an error within a reasonable -amount of time (1 second) if the filesystem daemon is abnormally terminated. +queues. See \fIsrc/mount_image.c\fR in the sources for details. Note: As of +wimlib v1.2.1, \fBimagex unmount\fR correctly fails with an error within a +reasonable amount of time (1 second) if the filesystem daemon is abnormally +terminated. .SH SEE ALSO .BR imagex (1)