I was trying to copy a DVD that I had burned last night, using the following command
Code:
dd if=/dev/dvd1 of=/dev/dvd
but it kept giving me I/O errors. Does anyone know if this method should work, or do I have to do it by the convoluted route:
Code:
dd if=/dev/dvd1 of=dvd.iso
growisofs -dvd-compat -Z /dev/dvd=dvd.iso
Regards
David Gee