>>>>> "lukekendall" == lukekendall  <[EMAIL PROTECTED]> writes:

lukekendall> On 16 Dec, Jeff Waugh wrote:
>> > It looks like mkisofs has a 2GB max file size limit
>> 
>> Surely that's your filesystem...

lukekendall> No, the file is 4.2GB in size.  The error message comes
lukekendall> from mkisofs.

Sounds like your version of mkisofs has been compiled without
-D_LARGEFILE64_SRC (or the equivalent featureset selector).

You could do:
    mkisofs ... -split-output -ofoo
to generate your image in 1G chunks, then cat them together.

--
Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT gelato.unsw.edu.au
The technical we do immediately,  the political takes *forever*
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to