Download: NAME SYNOPSIS DESCRIPTION
NAME wimcapture, wimappend − Capture or append a WIM image SYNOPSIS wimcapture SOURCE WIMFILE [IMAGE_NAME [IMAGE_DESC]] [OPTION...] wimappend SOURCE WIMFILE [IMAGE_NAME [IMAGE_DESC]] [OPTION...] DESCRIPTION The wimcapture (equivalently: wimlib-imagex capture) and wimappend (equivalently: wimlib-imagex append) commands create ("capture") a new Windows Imaging (WIM) image. wimcapture creates a new WIM archive WIMFILE to contain the new image, while wimappend adds the image to the existing WIM archive WIMFILE. SOURCE specifies the location of the files from which to create the WIM image. If SOURC...
Author:
Ryan Shared: 7/30/19
Downloads: 809 Views: 3101
Content
NAME
wimcapture, wimappend − Capture or append a WIM imageSYNOPSIS
wimcapture SOURCE WIMFILE [IMAGE_NAME [IMAGE_DESC]] [OPTION...] wimappend SOURCE WIMFILE [IMAGE_NAME [IMAGE_DESC]] [OPTION...]DESCRIPTION
The wimcapture (equivalently: wimlib-imagex capture) and wimappend (equivalently: wimlib-imagex append) commands create ("capture") a new Windows Imaging (WIM) image. wimcapture creates a new WIM archive WIMFILE to contain the new image, while wimappend adds the image to the existing WIM archive WIMFILE. SOURCE specifies the location of the files from which to create the WIM image. If SOURCE is a directory or a symbolic link pointing to a directory, then the image is captured from that directory as per DIREC- TORY CAPTURE (UNIX) or DIRECTORY CAPTURE (WINDOWS). Alternatively, if -source-list is specified, then SOURCE is interpreted as a file containing a list of files and directories to include in the image. Still alternatively, if SOURCE is a UNIX block device, then an image is captured from the NTFS volume on it as per NTFS VOLUME CAPTURE (UNIX). IMAGE_NAME and IMAGE_DESC specify the name and description to give the new image. If IMAGE_NAME is unspecified, it defaults to the filename component of SOURCE, appending a unique suf- fix if needed. Otherwise, IMAGE_NAME must be either a name not already used by an image in WIM- FILE, or the empty string to create an unnamed image. If IMAGE_DESC is unspecified then the new image is given no description. If WIMFILE is specified as "-", then the -pipable option is assumed and a pipable WIM is written to stan- dard output (this is a wimlib extension). DIRECTORY CAPTURE (UNIX) On UNIX-like systems, if SOURCE specifies a directory or a symbolic link to a directory, then the WIM image will be captured from that directory. The directory can be on any type of filesystem, and mount- points are followed. In this mode, the following types of information are captured: • Directories and regular files, and the contents of regular files • Hard links • Symbolic links (translated losslessly to Windows reparse points) • Last modification times (mtime) and last access times (atime) with 100 nanosecond granularity • Files that appear to be sparse will be flagged as such, but their full data will still be stored, subject to the usual compression. • With -unix-data: standard UNIX file permissions (owner, group, and mode) • With -unix-data: device nodes, named pipes, and sockets • With -unix-data: extended attributes (Linux only) There is no support for storing last status change times (ctimes), or hard link information for symlinks (each symlink will be stored as a separate file). Also, filenames and symlink targets which are not valid UTF-8 with the addition of surrogate codepoints are unsupported. Note that if you have a filesystem con- taining filenames in another multibyte encoding, such as ISO-8859-1, and you wish to archive it with wim- lib, you may be able to mount it with an option which causes its filenames to be presented as UTF-8. NTFS VOLUME CAPTURE (UNIX) On UNIX-like systems, SOURCE may also be specified as a block device (e.g. /dev/sda3) containing an unmounted NTFS volume. In this mode, wimcapture uses libntfs-3g to capture a WIM image from root directory of the NTFS volume. In this mode, as much data and metadata as possible is captured, including NTFS-specific and Windows-specific metadata: • All data streams of all unencrypted files, including the unnamed data stream as well as all named data streams. wimlib 1.11.0 January 2017 1, • Reparse points. See REPARSE POINTS AND SYMLINKS for details. • File and directory creation, access, and modification timestamps, using the native NTFS resolution of 100 nanoseconds. • Windows security descriptors, including all components (owner, group, DACL, and SACL). • DOS/Windows file attribute flags. • All names of all files, including names in the Win32 namespace, DOS namespace, Win32+DOS namespace, and POSIX namespace. This includes hard links. • Object IDs. However, the main limitations of this mode are: • Encrypted files are excluded. • Sparse files will be flagged as such, but their full data will still be stored, subject to the usual compres- sion. • Some types of reparse points are transparently dereferenced by Windows but not by NTFS-3G. See REPARSE POINTS AND SYMLINKS. Note that this mode uses libntfs-3g directly, without going through the ntfs-3g(8) driver. Hence, there is no special support for capturing a WIM image from a directory on which an NTFS filesystem has been mounted using ntfs-3g(8); you have to unmount it first. There is also no support for capturing a subdirec- tory of the NTFS volume; you can only capture the full volume. DIRECTORY CAPTURE (WINDOWS) On Windows, wimcapture and wimappend natively support Windows-specific and NTFS-specific data. They therefore act similarly to the corresponding commands of Microsoft’s ImageX or DISM. For best results, the directory being captured should be on an NTFS volume and the program should be run with Administrator privileges; however, non-NTFS filesystems and running without Administrator privileges are also supported, subject to limitations. On Windows, wimcapture and wimappend try to capture as much data and metadata as possible, includ- ing: • All data streams of all files. • Reparse points, if supported by the source filesystem. See REPARSE POINTS AND SYMLINKS for details. • File and directory creation, access, and modification timestamps. These are stored with Windows’ native timestamp resolution of 100 nanoseconds. • Security descriptors, if supported by the source filesystem and -no-acls is not specified. Note: when not running as an Administrator, security descriptors may be only partially captured (see -strict-acls). • File attributes, including hidden, sparse, compressed, encrypted, etc. Encrypted files will be stored in encrypted form rather than in plain text. Transparently compressed files will be read as uncompressed and stored subject to the WIM’s own compression. There is no special handling for storing sparse files, but they are likely to compress to a small size. • DOS names (8.3) names of files; however, the failure to read them is not considered an error condition. • Hard links, if supported by the source filesystem. • Object IDs, if supported by the source filesystem. There is no support yet for capturing NTFS extended attributes. REPARSE POINTS AND SYMLINKS A "symbolic link" (or "symlink") is a special file which "points to" some other file or directory. On Win- dows, a "reparse point" is a generalization of a symlink which allows access to a file or directory to be redi- rected in a more complex way. Windows uses reparse points to implement symlinks and sometimes uses them for various other features as well. Normally, applications can choose whether they want to wimlib 1.11.0 January 2017 2, "dereference" reparse points and symlinks or not. The default behavior of wimcapture is that reparse points and symlinks are not dereferenced, meaning that the reparse points or symlinks themselves are stored in the archive rather than the files or data they point to. There is a -dereference option, but it is currently only supported by the UNIX version of wimcapture on UNIX filesystems (it’s not yet implemented for Windows filesystems). Windows also treats certain types of reparse points specially. For example, Windows applications reading from deduplicated, WIM-backed, or system-compressed files always see the dereferenced data, even if they ask not to. Therefore, wimcapture on Windows will store these files dereferenced, not as reparse points. But wimcapture on UNIX in NTFS-3G mode cannot dereference these files and will store them as reparse points instead. This difference can be significant in certain situations, e.g. when capturing deduplicated files which, to be readable after extraction, require that the chunk store also be present.OPTIONS
-boot Mark the new image as the "bootable" image of the WIM. The "bootable" image is the image which the Windows bootloader will use when loading Windows PE from the WIM. -check Include extra integrity information in the resulting WIM. With wimappend, also check the integrity of the WIM before appending to it. -compress=TYPE[:LEVEL] With wimcapture, use the specified compression format in the new WIM file. TYPE may be "none", "XPRESS" (alias: "fast"), "LZX" (alias: "maximum"), or "LZMS" (alias: "recovery"). TYPE is matched case-insensitively. The default is "LZX". You can optionally also specify an integer compression LEVEL. The compression level specifies how hard the compression algorithm for the specified compression TYPE will work to compress the data. The values are scaled so that 20 is quick compression, 50 is medium compression, and 100 is high compression. However, you can choose any value and not just these particular values. The default is 50. This option only affects the compression type used in non-solid WIM resources. If you are creating a solid WIM (using the -solid option), then you probably want -solid-compress instead. Be careful if you choose LZMS compression. It is not compatible with wimlib before v1.6.0, WIM- GAPI before Windows 8, DISM before Windows 8.1, and 7-Zip before v15.12. Also note that choosing LZMS compression does not automatically imply solid-mode compression, as it does with DISM. Use -solid if you want to create a solid WIM, or "ESD file". -chunk-size=SIZE With wimcapture, use a compression chunk size of SIZE bytes. A larger compression chunk size results in a better compression ratio. wimlib supports different chunk sizes depending on the com- pression type: • XPRESS: 4K, 8K, 16K, 32K, 64K • LZX: 32K, 64K, 128K, 256K, 512K, 1M, 2M • LZMS: 32K, 64K, 128K, 256K, 512K, 1M, 2M, 4M, 8M, 16M, 32M, 64M, 128M, 256M, 512M, 1G You can provide the full number (e.g. 32768), or you can use one of the K, M, or G suffixes. KiB, MiB, and GiB are also accepted. This option only affects the chunk size used in non-solid WIM resources. If you are creating a solid WIM (using the -solid option), then you probably want -solid-chunk-size instead. Use this option with caution if compatibility with Microsoft’s WIM software is desired, since their software has limited support for non-default chunk sizes. wimlib 1.11.0 January 2017 3, -solid With wimcapture, create a "solid" WIM file that compresses files together rather than indepen- dently. This results in a significantly better compression ratio, but it comes at the cost of slow com- pression with very high memory usage, reduced compatibility, and slow random access to the result- ing WIM file. By default this enables solid LZMS compression, thereby creating a file equivalent to one created with DISM’s /compress:recovery option. Such files are also called "ESD files" and were first sup- ported by WIMGAPI in Windows 8, by DISM in Windows 8.1, and by 7-Zip 15.12. -solid-compress=TYPE[:LEVEL] Like -compress, but set the compression type used in solid resources. The default is LZMS com- pression. This option only has an effect when -solid is also specified. -solid-chunk-size=SIZE Like -chunk-size, but set the chunk size used in solid resources. The default, assuming LZMS compression, is 64MiB (67108864); this requires about 640MiB of memory per thread. This option only has an effect when -solid is also specified. Note: Microsoft’s WIM software is not compatible with LZMS chunk sizes larger than 64MiB. -threads=NUM_THREADS Number of threads to use for compressing data. Default: autodetect (number of available CPUs). -rebuild With wimappend, rebuild the entire WIM rather than appending the new data to the end of it. Rebuilding the WIM is slower, but will save some space that would otherwise be left as a hole in the WIM. Also see wimoptimize(1). -flags=EDITIONID Specify a string to use in theNOTES
wimappend does not support appending an image to a split WIM. Except when using -unsafe-compact, it is safe to abort a wimappend command partway through; how- ev er, after doing this, it is recommended to run wimoptimize to remove any data that was appended to the physical WIM file but not yet incorporated into the structure of the WIM, unless the WIM was being fully wimlib 1.11.0 January 2017 8, rebuilt (e.g. with -rebuild), in which case you should delete the temporary file left over. wimlib-imagex creates WIMs compatible with Microsoft’s software (WIMGAPI, ImageX, DISM), with some caveats: • With wimlib-imagex on UNIX-like systems, it is possible to create a WIM image containing files with names differing only in case, or files with names containing the characters ’:’, ’*’, ’?’, ’"’, ’<’, ’>’, ’|’, or ’\’, which are valid on POSIX-compliant filesystems but not Windows. Be warned that such files will not be extracted by default by the Windows version of wimlib-imagex, and (even worse) Micro- soft’s ImageX can be confused by such names and quit extracting the image partway through. • Pipable WIMs are incompatible with Microsoft’s software. Pipable WIMs are created only if WIM- FILE was specified as "-" (standard output) or if the -pipable flag was specified. • WIMs captured with a non-default chunk size (with the -chunk-size option) or as solid archives (with the -solid option) or with LZMS compression (with -compress=LZMS or -compress=recovery) have varying levels of compatibility with Microsoft’s software. Generally, more recent versions of Mi- crosoft’s software are more compatible.EXAMPLES
First example: Create a new WIM ’mywim.wim’ with LZX ("maximum") compression that will contain a captured image of the directory tree ’somedir’. Note that the image name need not be specified and will default to ’somedir’: wimcapture somedir mywim.wim Next, append the image of a different directory tree to the WIM created above: wimappend anotherdir mywim.wim Easy enough, and the above examples of imaging directory trees work on both UNIX-like systems and Windows. Next, capture a WIM with several non-default options, including XPRESS ("fast") compression, extra integrity information, no messing with absolute symbolic links, and an image name and description: wimcapture somedir mywim.wim -compress=fast \ -check -norpfix "Some Name" "Some Description" On a UNIX-like system, capture a full NTFS volume into a new WIM using the NTFS VOLUME CAP- TURE (UNIX) mode, and name the image "Windows 7": wimcapture /dev/sda2 windows7.wim "Windows 7" or, on Windows, to capture a full NTFS volume you instead need to specify the root directory of the mounted volume, for example: wimcapture E:\ windows7.wim "Windows 7" Same as UNIX example above, but capture the WIM in the wimlib-specific "pipable" format that can be piped to wimapply: wimcapture /dev/sda2 windows7.wim "Windows 7" -pipable Same as above, but instead of writing the pipable WIM to the file "windows7.wim", write it directly to stan- dard output through a pipe into some other program "someprog", which could, for example, be a program or script that streams the data to a server: wimcapture /dev/sda2 - "Windows 7" | someprog SEE ALSO wimlib-imagex(1), wimapply(1) wimoptimize(1) wimlib 1.11.0 January 2017 9]15
Similar documents

NAME wimapply − Apply a WIM image SYNOPSIS wimapply WIMFILE [IMAGE] TARGET [OPTION...] DESCRIPTION wimapply, or equivalently wimlib-imagex apply, extracts ("applies") an image, or all images, from the Windows Imaging (WIM) archive WIMFILE. IMAGE specifies the image in WIMFILE to extract. It may be t

Course 311: Hilary Term 2002 Part III: Introduction to Galois Theory D. R. Wilkins Contents 3 Introduction to Galois Theory 2 3.1 Rings and Fields .2 3.2 Ideals .4 3.3 Quotient Rings and Homomorphisms .5 3.4 The Characteristic of a Ring .7 3.5 Polynomial Rings .7 3.6 Gauss’s Lemma .10 3.7 Eisenstein

NAME wimcapture, wimappend − Capture or append a WIM image SYNOPSIS wimcapture SOURCE WIMFILE [IMAGE_NAME [IMAGE_DESC]] [OPTION...] wimappend SOURCE WIMFILE [IMAGE_NAME [IMAGE_DESC]] [OPTION...] DESCRIPTION The wimcapture (equivalently: wimlib-imagex capture) and wimappend (equivalently: wimlib-imag

NAME wimlib-imagex-apply − Extract one image, or all images, from a WIM archive SYNOPSIS wimlib-imagex apply WIMFILE [IMAGE] TARGET [OPTION...] DESCRIPTION wimlib-imagex apply extracts an image, or all images, from the Windows Imaging (WIM) file WIMFILE. This command is also available as simply wima

NAME wimlib-imagex-capture, wimlib-imagex-append − Create or append a WIM image SYNOPSIS wimlib-imagex capture SOURCE WIMFILE [IMAGE_NAME [IMAGE_DESCRIPTION]] [OPTION...] wimlib-imagex append SOURCE WIMFILE [IMAGE_NAME [IMAGE_DESCRIPTION]] [OPTION...] DESCRIPTION The wimlib-imagex capture and wimlib

WIMLIB-IMAGEX(1) User Commands WIMLIB-IMAGEX(1) NAME wimlib-imagex-optimize − Optimize a WIM archive SYNOPSIS wimlib-imagex optimize WIMFILE [OPTION...] DESCRIPTION wimlib-imagex optimize will rebuild the stand-alone WIM WIMFILE. The new WIM is written to a tem- porary file, and it is renamed to the

NAME wimlib-imagex-update − Update a WIM image SYNOPSIS wimlib-imagex update WIMFILE [IMAGE] [OPTION...] [< CMDFILE] DESCRIPTION wimlib-imagex update modifies the specified IMAGE in the Windows Imaging (WIM) file WIMFILE by adding, deleting, or renaming files or directories in it. This command is al

NAME wimupdate − Update a WIM image SYNOPSIS wimupdate WIMFILE [IMAGE] [OPTION...] [< CMDFILE] DESCRIPTION wimupdate, or equivalently wimlib-imagex update, modifies the specified IMAGE in the Windows Imag- ing (WIM) archive WIMFILE by adding, deleting, or renaming files or directories in it. IMAGE s

Windows Installation Guide Installation Prep………………………...1 Step-by-Step Installer Guide………..1-3 Quick Start…………………………….3-4 Training & Resources.…………..……..5 1. Check for updates If you are installing from a product DVD, then it is important to check for a later version of your software, as the install

William Shakespeare Sonnets I - CLIV Sonnet I Sonnet V From fairest creatures we desire increase, Those hours, that with gentle work did frame That thereby beauty's rose might never die, The lovely gaze where every eye doth dwell, But as the riper should by time decease, Will play the tyrants to the

WinchX! Winch Launch Simulation for Flight Simulator X Version 1.0 24.07.2009 Peter Lürkens Peter . luerkens ( @ t – online . de ) WinchX! is an add-on for Microsoft Flight Simulator X for the simulation of a winch launch of a glider aircraft. It allows to use winch launch anywhere on the world with

01_260449 ffirs.qxp 2/26/08 12:05 AM Page i Canon® EOS 40D Digital Field Guide Charlotte K. Lowrie 01_260449 ffirs.qxp 2/26/08 12:05 AM Page i Canon® EOS 40D Digital Field Guide Charlotte K. Lowrie 01_260449 ffirs.qxp 2/26/08 12:05 AM Page ii Canon® EOS 40D Digital Field Guide Published by Wiley Pub

spine=.71” Get More and Do More at Dummies.com® Start with FREE Cheat Sheets Cheat Sheets include • Checklists • Charts • Common Instructions • And Other Good Stuff! To access the Cheat Sheet created specifically for this book, go to www.dummies.com/cheatsheet/windpower Get Smart at Dummies.com Dumm

This e-book is a 40-page excerpt of the printed book. This e-book is a 40-page excerpt of the printed book. Windows Home Server For Dummies® Chapter 10: Starting Remote Access & Chapter 17: Breaking into the Server ISBN: 978-0-470-18592-6 Copyright of Wiley Publishing, Inc. Indianapolis, Indiana Cha

BT Module Version update procedure 0.Download the BT update file. Unzip the file "BT firmware.zip". Save the file "FC6000S_01-27-20_64_Bx_xxxSx_PIONEER_44100_SAFEUPDATE.plf" onto the hardrive of the PC. 1.Bluetooth Memory clear *Note: Pairing information needs to be cleared. a.Turn the BU & ACC of t

VCM II Wireless User Manual Release: March 20, 2012 CONTENTS Introduction ... 3 Download and Install IDS Software ... 3 Prepare the COMPUTER for a Wireless VCM II ... 3 Configure A Wireless VCM II using the Supplied D-Link Wireless Adapter (If Equipped) ... 4 Instructions: First Time Connecting Wire

© 2002. All rights reserved. Black Box Corporation. 802.11: Wireless Networking A white paper 1.0 Introduction In the past decade, wireless has grown from an obscure and expensive curiosity into a practi- cal and affordable networking technology. Today’s most common wireless standard is 802.11b Ethe

Wireless Hacking Introduction to Wireless Hacking with Kali Linux Giulio D’Agostino @Julyo78 Wireless Hacking Pre-requisites NONE Post-reading You will know: Hidden networks offer a real challenge to a hacker. • What are the different flavors of wireless networks you'll encounter and how difficult i

The Who Formed 1964 in London, England Disbanded 1983 Years Active Group Members Roger Daltrey Pete Townshend Keith Moon John Entwistle Kenney Jones Genres Rock British Psychedelia, Album Rock, Mod, Pop/Rock, British Invasion, Hard Styles Rock, Rock & Roll Irreverent, Raucous, Humorous, Intense, Con

A guide to using WinGLink® Ver 2.1.1 By GEOSYSTEM SRL WinGLink® User's Guide, Release 2.1.1 This Manual is produced solely for WinGLink Users Reference and circulation is restricted to registered WinGLink® Users. Reproduction of the User’s Manual in any form is strictly forbidden. Copyright © 1998-2

Intel PROSet For Windows* Device Manager WMI Provider User‟s Guide Wh ite Paper Revi sion 1.8 Contents Introduction ... 3 Technology Overview ... 4 Web-based Enterprise Management ... 4 Windows Management Instrumentation ... 4 Installed Files ... 6 Namespaces ... 7 Locales and Localization ... 7 WBE

Complete WolfcamQL tutorial Written by earth_quake in November 2013. Update for WolfcamQL 10.3 Please distribute, but credit earth_quake. I hope this is useful! Post problems to “WolfcamQL :D” on QL forums, or visit #WolfcamQL in IRC ~Basics~ Important Terms Recording Demos ~WolfcamQL~ Installing Wo

Women in Love D.H. Lawrence This eBook was designed and published by Planet PDF. For more free eBooks visit our Web site at http://www.planetpdf.com/. To hear about our latest releases subscribe to the Planet PDF Newsletter. Chapter I SISTERS Ursula and Gudrun Brangwen sat one morning in the window-

Your ready-to-use technical support options. Look inside! Keep this handy! bc CustomerFirst ® Adobe CustomerFirst is a portfolio service options that come with every Adobe product you buy. Our award-winning service offers person-to-person telephone support, Web messaging, and unlimited 24-hour acces

Using VMware Workstation Player for Windows Workstation 12 Player This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document, see http://www.vmware.com/support/pubs

Using VMware Workstation Pro 24 SEP 2018 VMware Workstation Pro 15.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit your feedback to email is hidden VMware, Inc. 3401 Hillview Ave. Palo

Modern Regression Techniques Using R Modern Regression Techniques UsingRAPractical Guide for Students and Researchers Daniel B. Wright and Kamala London © Daniel B. Wright and Kamala London 2009 First published 2009 Apart from any fair dealing for the purposes of research or private study, or critic

Getting Started with VMware Workstation VMware Workstation 10 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document, see http://www.vmware.com/support/pubs. EN