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
WIMSPLIT(1) User Commands WIMSPLIT(1)

wimsplit - Split a WIM archive into multiple parts

wimsplit WIMFILE SPLIT_WIM_PART_1 PART_SIZE [OPTION...]

wimsplit, or equivalently wimlib-imagex split, splits WIMFILE into parts with size at most PART_SIZE mebibytes (power-of-2 megabytes), with the first part having the name SPLIT_WIM_PART_1 and the other parts having names numbered in order of the parts.

wimsplit can split both non-pipable and pipable WIMs.

--check
Before splitting the WIM, verify its integrity if it contains extra integrity information. Also include extra integrity information in each split WIM part, even if WIMFILE did not contain it.
--include-integrity
Include extra integrity information in each split WIM part, i.e. like --check but don't also verify WIMFILE beforehand.

Splits the WIM 'windows.wim' into 'windows.swm', 'windows2.swm', 'windows3.swm', etc. where each part is at most 100 MiB:

wimsplit windows.wim windows.swm 100

It is possible for the size of the parts to exceed the PART_SIZE given. This is impossible to avoid because the WIM file format provides no way to divide a single file resource among multiple split WIM parts. So if you, for example, have a file inside the WIM that is 100 MiB compressed, then the split WIM will have at least one part that is 100 MiB in size to contain that file.

wimlib-imagex(1) wimjoin(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.