Search found 5 matches

by cacheman
Wed Nov 09, 2016 11:07 am
Forum: wimlib discussion
Topic: wimcapture and File too large error....
Replies: 2
Views: 7004

Re: wimcapture and File too large error....

Ooops.....my apologies.

I was outputing to a .wim file on an NFS v2 share, and forgot that the max file size on NFS v2 is 2GB.
Changed to NFS v3 and it seems to be working fine.

Apologies if I wasted anyones time.

Chris.
by cacheman
Tue Nov 08, 2016 12:04 pm
Forum: wimlib discussion
Topic: wimcapture and File too large error....
Replies: 2
Views: 7004

wimcapture and File too large error....

Hi.... I'm trying to use wimcapture on linux to capture an ~220GB NTFS partition and save the .wim file to another linux machine, but after capturing about 3GB of the ~220GB, I get an error: wimcapture /dev/sda4 somefile.wim ...... ...... [ERROR] Error writing chunk data to WIM file: File too large ...
by cacheman
Mon Jun 20, 2016 6:37 pm
Forum: wimlib discussion
Topic: File concurrently modified code 88
Replies: 1
Views: 5528

File concurrently modified code 88

Hi.... I'm trying to use the --update-of option in wimcapture (linux version). I admit I'm not sure if I'm using it correctly but here is what I did: 1. Created initial WIM file of a hard drive (/dev/sda1): wimcapture /dev/sda1 win7.wim Windows7WIM 2. Booted back into the hard drive, made some chang...
by cacheman
Thu Aug 06, 2015 3:27 pm
Forum: wimlib discussion
Topic: Error with Windows 10 Enterprise....
Replies: 33
Views: 66928

Re: Error with Windows 10 Enterprise....

Hi....

Thanx for the swift reply. I could try the dev version of ntfs-3g....I don't really use it for much beyond PC imaging.

If I update my ntfs-3g to the git edge branch, do I need to rebuild wimlib?

TIA

Chris.
by cacheman
Thu Aug 06, 2015 2:06 pm
Forum: wimlib discussion
Topic: Error with Windows 10 Enterprise....
Replies: 33
Views: 66928

Error with Windows 10 Enterprise....

Hi.... Like the new website ;) . I have been trying out wimlib-imagex apply on vanilla Windows 10 Enterprise install.wim (x64 and x86), but I keep getting the error below. I have tried this with wimlib-1.8.1 and wimlib-1.7.1 on partitions created using mkntfs from ntfs-3g 2015.3.14. Is it too soon t...