ISO9660/Joliet file system does not support file sizes larger then 2GB. You seems to be creating file system using "ignore errors" option (in the other case 2GB+ file would raise and exception).
Right way would be either provide own splitting mechanism (break file into set of <2GB files) or use UDF. UDF does not have any reasonable file size limitations (make sure to use pure UDF and not DVD-Video, as it has "bridge" of ISO and the same 2GB file limits).
Chris wrote:
Hi,
I seem to have a problem burning very big file to DVD-RW. When I try to burn a file of size 4,566,217 KB to DVD-RW using the Starburn sample TrackAtOnceFromTree.exe, everything looks like it completed successfully, no errors whatsoever, but when I check the DVD, the size of the file was only
371,913 KB.
This problem seem to occur only if you're burning ONE very big file. If I burn several big files that add up to about the same size, I did not see the problem.
Any idea what might be wrong ?
Thanks in advance for your time and assistance.
Regards,
Chris