Search found 474 matches

by synchronicity
Fri Nov 20, 2015 3:08 pm
Forum: wimlib discussion
Topic: Rights following extract --no-acls
Replies: 3
Views: 10176

Re: Rights following extract --no-acls

Hi, You're correct that there was a change in behavior. To work around an obscure Windows bug, wimlib now removes the DACL from directories being extracted that already existed. This normally makes no difference in the final result, since wimlib will normally set new security descriptors at the end ...
by synchronicity
Fri Nov 20, 2015 2:45 am
Forum: wimlib discussion
Topic: segmentation fault
Replies: 3
Views: 10021

Re: segmentation fault

wimlib doesn't usually use temporary files, but it does use roughly 500-1000 bytes of memory per file processed. So, WIM images with huge numbers of files can't be captured or applied in limited memory situations. Do you know where the program is segfaulting, exactly? Maybe you could check with a de...
by synchronicity
Fri Nov 13, 2015 3:39 am
Forum: wimlib discussion
Topic: Moving/Copying files between images.
Replies: 2
Views: 9219

Re: Moving/Copying files between images.

Hi, This isn't possible, currently. You can update a single image, or export a whole image from one WIM file to another, but you can't export individual files or directories from one image to another. There is a hack possible that would avoid recompression, but not the need to extract and recapture ...
by synchronicity
Wed Nov 11, 2015 2:00 am
Forum: wimlib discussion
Topic: [SOLVED] Issue w wimlib 1.8.1 and later (deploying Win7)
Replies: 23
Views: 44644

Re: [SOLVED] Issue w wimlib 1.8.1 and later (deploying Win7)

Great! I'll probably be officially releasing v1.8.3 within a week or two; then fewer people will run into this problem. It's been a little delayed due to other changes.
by synchronicity
Mon Nov 09, 2015 11:49 pm
Forum: wimlib discussion
Topic: after wimapply ,an NTFS consistency check should be scheduled
Replies: 1
Views: 7639

Re: after wimapply ,an NTFS consistency check should be scheduled

Hi, Are you running wimapply on Windows or on Linux? If Linux (in NTFS-3g mode), there is a known issue with wimlib v1.8.1 and v1.8.2 where the applied image may cause problems with Windows. This is fixed in the latest BETA. If Windows, there shouldn't be any NTFS consistency problems at all. - sync...
by synchronicity
Mon Oct 19, 2015 3:09 am
Forum: wimlib discussion
Topic: Thank You Eric
Replies: 1
Views: 8009

Re: Thank You Eric

Hi, Glad to hear you find the project so useful. I've been working on it much longer than I expected when I started, but I've learned a lot from it. The compressors and decompressors are generally the most interesting part. I was amused to see recently that the 7-Zip author referred to my code when ...
by synchronicity
Mon Oct 19, 2015 2:57 am
Forum: wimlib discussion
Topic: dest-dir Junctioned Folder failure
Replies: 2
Views: 9931

Re: dest-dir Junctioned Folder failure

Thanks for the suggestion! The latest BETA (wimlib-1.8.3-BETA8) now supports this.
by synchronicity
Sun Sep 27, 2015 3:02 pm
Forum: wimlib discussion
Topic: Comparision of --compact compression formats
Replies: 14
Views: 51720

Re: Comparision of --compact compression formats

Thanks for the suggestions. I've added the three additional patterns and also made the fallback be "uncompressed" rather than XPRESS4K if the image does not appear to be Windows 10 (or later). I haven't yet had time to fully test the changes but feel free to try them out in wimlib-1.8.3-BE...
by synchronicity
Thu Sep 24, 2015 4:43 am
Forum: wimlib discussion
Topic: Windows 10 --compact deployment of Windows 8.1
Replies: 7
Views: 18505

Re: Windows 10 --compact deployment of Windows 8.1

wimlib v1.8.3-BETA2 will automatically attach wof.sys or wofadk.sys to the target volume (if needed) and will also automatically force XPRESS4K compression on selected files for compatibility with the Windows bootloader.