GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WIMJOIN(1) User Commands WIMJOIN(1)

wimjoin- Join a split WIM into a standalone WIM

wimjoin [OPTION...] OUT_WIMFILE SPLIT_WIM_PART...

wimjoin, or equivalently wimlib-imagex join, joins the SPLIT_WIM_PARTs into a standalone (one-part) WIM OUT_WIMFILE. All parts of the split WIM must be specified; you probably want to do so using a shell wildcard.

--check
When reading each SPLIT_WIM_PART, verify its integrity if it contains extra integrity information. In addition, include extra integrity information in OUT_WIMFILE, even if the split WIM parts did not contain this information.
--include-integrity
Include extra integrity information in OUT_WIMFILE, i.e. like --check but don't also verify the split WIM parts beforehand.

Join a split WIM, with the parts named `windows*.swm' where the * is anything (usually the number of the part, except for the first part which may have no number), and write the joined WIM to the file `windows.wim'.

wimjoin windows.wim windows*.swm

Both non-pipable and pipable split WIMs may be joined.

wimjoin is roughly equivalent to:

wimexport SWM_PART_1 --ref="SWM_GLOB" all OUT_WIMFILE

wimlib-imagex(1) wimexport(1) wimsplit(1)
November 2018 wimlib 1.13.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.