On 4/11/23 03:37, Schwibinger Michael wrote:
I found:

dd if=/dev/sr0 of=/tmp/dvd.bin conv=noerror oflag=direct

It does not work.

What do I do wrong?


the conv and oflag parameters will be causing the problem.

If you want to simply copy a disk image

dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M

Reply via email to