> Unfortunately, the only thing to do is get a different operating
> system. I seem to recall that Windows has a fixed limit on file size
> of about 2G.
>
Actually, it isn't the OS, but the OS API that LV is currently using.
The OS can handle larger files, and when LV and the file primitives are
updated to use 64 bit integers for offsets, files larger than 2GB will
be possible.
In the meantime, as mentioned, break your files into smaller chunks.
This will also be useful if/when you need to move or copy the files to
other locations.
Greg McKaskle