X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fman1%2Fimagex.1.in;h=3dc30b198db536f48fca84a9cf19e2150eb69f0d;hp=e395ad6b739bc03beab55fa00820af0215f45328;hb=aaa3f0eabacc3f364ee9f83069f5a063ac10d250;hpb=318a6c9d7bb1c6f6f94f6dc39ee9a54eb0280493 diff --git a/doc/man1/imagex.1.in b/doc/man1/imagex.1.in index e395ad6b..3dc30b19 100644 --- a/doc/man1/imagex.1.in +++ b/doc/man1/imagex.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX 1 "May 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX 1 "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@ \- Extract, create, modify, or mount a WIM (Windows Imaging Format) archive .SH SYNOPSIS @@ -31,6 +31,8 @@ \fB@IMAGEX_PROGNAME@ unmount\fR \fIarguments...\fR .br \fB@IMAGEX_PROGNAME@ update\fR \fIarguments...\fR +.br +\fB@IMAGEX_PROGNAME@ verify\fR \fIarguments...\fR .SH DESCRIPTION \fB@IMAGEX_PROGNAME@\fR deals with archives in the Windows Imaging Format (WIM). Its interface is similar to Microsoft's ImageX, but \fB@IMAGEX_PROGNAME@\fR is @@ -118,6 +120,9 @@ Split a WIM file into multiple parts .IP \[bu] Join a split WIM (\fB@IMAGEX_PROGNAME@ join\fR) +.IP \[bu] +Verify a WIM file + (\fB@IMAGEX_PROGNAME@ verify\fR) .SH DETAILED FEATURES This section presents some of the interesting features of \fB@IMAGEX_PROGNAME@\fR in more detail. @@ -132,7 +137,7 @@ directly from a block device containing an NTFS volume, or applying a WIM image directly to a block device containing an NTFS volume. This allows saving and restoring NTFS-specific data, such as security descriptors and named data streams, which is otherwise only supported on Windows. This feature is -unavailable if wimlib was was configured using --without-ntfs-3g. +unavailable if wimlib was configured using --without-ntfs-3g. .IP \[bu] Long path support on Windows. \fB@IMAGEX_PROGNAME@\fR can capture and apply files with paths exceeding the MAX_PATH (260 character) limitation of the Win32 @@ -153,6 +158,10 @@ to standard output or read from standard input. This can be used to pipe images to or from a server over the network to implement fast filesystem imaging and restore. .IP \[bu] +On UNIX-like systems, support for saving and restoring UNIX uids (user IDs), +gids (group IDs), and modes to/from WIM images. This is a wimlib extension, but +the Microsoft implementation ignores this extra metadata. +.IP \[bu] Multithreaded compression. By default, data compression is multithreaded and will use all available processors. In most cases, this can be changed by the \fB--threads\fR option. @@ -163,8 +172,8 @@ can do better than the equivalent Microsoft implementations. .IP \[bu] "ESD file" support. As mentioned in \fBBACKGROUND INFORMATION\fR, "ESD files" use a new WIM format that features solid blocks and LZMS compression. This -support was first present in wimlib v1.6.0, but later v1.6 releases have -improved compatibility. +support was first present in wimlib v1.6.0, but v1.7.0 and later have improved +compatibility. .IP \[bu] Mounting WIM images. This relies on FUSE (Filesystem in UserSpacE) and is only supported on compatible UNIX-like systems, in particular Linux. FreeBSD may @@ -178,7 +187,7 @@ Delta WIMs. A delta WIM contains image metadata but excludes file data already present in another WIM file. A delta WIM can be created using \fB@IMAGEX_PROGNAME@ capture\fR with the \fB--delta-from\fR option. .IP \[bu] -WIMBoot support. On Windows 8.1 and later, files on a NTFS volume can be +WIMBoot support. On Windows 8.1 and later, files on an NTFS volume can be externally backed by a WIM archive with the help of Microsoft's Windows Overlay FileSystem Filter Driver (WOF). With the \fB--wimboot\fR flag, \fB@IMAGEX_PROGNAME@ apply\fR will extract "pointer files" (actually NTFS @@ -228,9 +237,9 @@ such paths will be treated case sensitively. Regardless of these settings, options and non-path arguments must be specified in lower case. .SH LICENSE -wimlib and @IMAGEX_PROGNAME@ are distributed under the GNU General Public -License version 3 or later. Be aware this means this software is provided as-is -and has no warranty; see COPYING for details. +@IMAGEX_PROGNAME@ is provided to you under the GNU General Public License +version 3. Be aware this means this software is provided as-is and has no +warranty. .SH REPORTING BUGS Report bugs to ebiggers3@gmail.com. Feedback and suggestions are also welcome. .SH SEE ALSO @@ -249,3 +258,4 @@ Report bugs to ebiggers3@gmail.com. Feedback and suggestions are also welcome. .BR @IMAGEX_PROGNAME@-split (1), .BR @IMAGEX_PROGNAME@-unmount (1), .BR @IMAGEX_PROGNAME@-update (1), +.BR @IMAGEX_PROGNAME@-verify (1),