I had the unhealthy pleasure of having to duplicate ten DVD‘s recently. Nothing illegal, by the way
Being pressed for time, I let nx8220 trundle on with the two-fold copy of each DVD while I worked on a different system nearby. At least 25 minutes spent by Nero reading the source, then almost as long to create one copy. So, about one hour per DVD. That’s plain ridiculous! Next time, try the following if you have access to a Linux system: insert source disk and make sure you know what the mount point is. Usually, it’ll be something like /dev/sr0. Create a directory to dump the images to, then simply issue the following command for each disk, remembering to remove each disk to replace with the next one, natch:
dd if=/dev/sr0 of=my_iso.iso
You’ll find that this copy of the entire disk image will complete in a few minutes. Three minutes or less to be exact on katana, my Fedora system. With a suitable disk burner, like GnomeBaker or similar, the ISO image is written back to a target disk in about five minutes. That cuts an hour down to less than ten minutes!
Remember that this won’t work for movies on DVD. Those shouldn’t be copied, simply backed up…