Search found 358 matches
- Wed Jul 27, 2022 6:43 am
- Forum: wimlib discussion
- Topic: Replicating the effect of Compact.exe?
- Replies: 2
- Views: 121
Re: Replicating the effect of Compact.exe?
You need to use FSCTL_SET_EXTERNAL_BACKING. Take a look at the code here.
- Wed Jul 13, 2022 3:44 am
- Forum: wimlib discussion
- Topic: Can I use wimlib in another project?
- Replies: 1
- Views: 1277
Re: Can I use wimlib in another project?
Please see the COPYING file.
- Wed Jul 13, 2022 3:43 am
- Forum: wimlib discussion
- Topic: [PATCH] Reduce MAX_OPEN_FILES to 128 on macOS
- Replies: 1
- Views: 128
Re: [PATCH] Reduce MAX_OPEN_FILES to 128 on macOS
Applied, thanks.
- Thu May 05, 2022 6:21 am
- Forum: wimlib discussion
- Topic: wimapply with raw disk file (file.img)
- Replies: 3
- Views: 849
Re: wimapply with raw disk file (file.img)
The NTFS-3G image application mode actually works *only* on raw partitions, not on mounted filesystems. The commands you gave only partitioned the disk, and didn't create an NTFS filesystem on it. Are you sure that you created an NTFS filesystem on it? That would require using the mkntfs program fro...
- Sat Apr 30, 2022 6:59 pm
- Forum: wimlib discussion
- Topic: status : 0xc0000225
- Replies: 2
- Views: 538
Re: status : 0xc0000225
This is expected since Microsoft's software doesn't support non-default compression chunk sizes, as described in the documentation.
- Tue Mar 08, 2022 4:27 pm
- Forum: wimlib discussion
- Topic: High Memory Usage in Capture
- Replies: 1
- Views: 990
Re: High Memory Usage in Capture
There isn't any workaround for wimlib using memory proportional to the number of files in the WIM image; this is fairly fundamental to wimlib's design. You could maybe split your files into multiple images.
- Tue Mar 08, 2022 4:26 pm
- Forum: wimlib discussion
- Topic: Error when using wimlib in attempt to create a thumb drive boot disk for Windows 10
- Replies: 2
- Views: 1187
Re: Error when using wimlib in attempt to create a thumb drive boot disk for Windows 10
This sounds like an issue with Homebrew and not with wimlib upstream.
- Tue Mar 08, 2022 4:25 pm
- Forum: wimlib discussion
- Topic: [SOLVED] Can't create hard link
- Replies: 3
- Views: 1116
Re: [SOLVED] Can't create hard link
Yes, as documented the NTFS-3G image application mode works on a block device containing an NTFS filesystem directly, rather than a mounted filesystem.
- Tue Mar 08, 2022 4:23 pm
- Forum: wimlib discussion
- Topic: UEFI support in mkwinpeimg
- Replies: 2
- Views: 1318
Re: UEFI support in mkwinpeimg
Could you contribute a patch for this?
- Tue Mar 08, 2022 4:22 pm
- Forum: wimlib discussion
- Topic: virustotal warning for wimlib-imagex.exe
- Replies: 2
- Views: 929
Re: virustotal warning for wimlib-imagex.exe
I don't see any issue; all release files match the ones I originally uploaded. For the 1.13.5 release the SHA-256 checksums are: 32fcc9e9b144b7cb1db4c86e104ca78283cdc225e13fe82b273660586aefe323 wimlib-1.13.5.tar.gz 59d0c960e14af4ad18da47aace9802f0eee3b11f647422165ef0b72e12cc529c wimlib-1.13.5-window...