How "wimcapture --pipable" option works

Comments, questions, bug reports, etc.
Post Reply
msarfraz
Posts: 1
Joined: Wed Jul 12, 2017 12:05 pm

How "wimcapture --pipable" option works

Post by msarfraz »

I would like to understand how "wimcapture --pipable" option works. Please help me in understanding better. Also let me know which is source code that I can refer for understanding --pipable option.

Is --Pipable option performing sector based capture like dd utility or file based capture?
synchronicity
Site Admin
Posts: 474
Joined: Sun Aug 02, 2015 10:31 pm

Re: How "wimcapture --pipable" option works

Post by synchronicity »

A WIM created with the --pipable option is like a normal WIM, except some of the data is rearranged to make it possible to extract sequentially. It's still "file-based".
synchronicity
Site Admin
Posts: 474
Joined: Sun Aug 02, 2015 10:31 pm

Re: How "wimcapture --pipable" option works

Post by synchronicity »

Also, if you're looking for more detail see write_pipable_wim() in src/write.c. There's a comment that explains the format changes that were made.
Post Reply