2

How to create copy of DVD, which ISO image size is larger than maximum size of file on filesystem? There is only one DVD drive.

Caleb
  • 70,105

1 Answers1

3

As long as you don't mind that the intermediate storage won't be usable as such:

split -b 1024m /dev/dvd iso-pieces.
# Pop out original, pop in blank
cat iso-pieces.* | growisofs -Z /dev/dvd=/dev/stdin