use the command
split
split –bytes=3999m filename.img
this will split the file into 4.2GB files so they can fit on a DVDs.
then use cat command to join again.
cat file1 file2 >> outputname
ref:
http://www.techiecorner.com/107/how-to-split-large-file-into-several-smaller-files-linux/