wimcapture and File too large error....

Comments, questions, bug reports, etc.
Post Reply
cacheman
Posts: 5
Joined: Thu Aug 06, 2015 1:56 pm

wimcapture and File too large error....

Post by cacheman »

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
ERROR: Exiting with error code 72
Failed to write data to a file

I can't tell for sure, but my suspicion is that wimcapture is hitting a file on the NTFS partition about 3GB in that it thinks is too big to capture.....
If I'm right, what is the file size limit for wimcapture? Or is there a switch I can use to get around this?
If I'm wrong, what is the error telling me?

Thanks in advance.

Chris Bradshaw.
synchronicity
Site Admin
Posts: 474
Joined: Sun Aug 02, 2015 10:31 pm

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

Post by synchronicity »

Apparently you hit a file size limit on the filesystem where you were creating the WIM archive. This is not a limitation with wimlib or with the WIM file format; you'd almost certainly get this same error with any application that attempts to create a large file on the same filesystem.
cacheman
Posts: 5
Joined: Thu Aug 06, 2015 1:56 pm

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

Post by cacheman »

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.
Post Reply