]> wimlib.net Git - wimlib/blobdiff - doc/imagex-mount.1.in
add_image.c: Add debugging statements for branch attachment
[wimlib] / doc / imagex-mount.1.in
index 91083e7d1c63d0837fa1035a71b5d2989ac346e5..86a60dd971ed3c1cbf0927c16404d7f8497e6694 100644 (file)
@@ -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)