Log:
Executing 'genisoimage -gui -V Disc Name -A GnomeBaker -p Starlite -iso-level 3 -l -r -hide-rr-moved -J -joliet-long -graft-points --path-list /tmp/GnomeBaker-starlite/gnomebaker-D58ENU | builtin_dd of=/dev/hdb obs=32k seek=0'
I: -input-charset not specified, using utf-8 (detected in locale settings)
File *** is larger than 4GiB-1.
-allow-limited-size was not specified. There is no way do represent this file size. Aborting.
:-( write failed: Input/output error
However, it can be done with the following command:
genisoimage -udf -allow-limited-size -r -J -V "Disc Name" -o ~/image.iso /path/to/bigfile
It's very inconvenient! Why not implement support for big files?