[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Anybody familiar with dd (copy)?



On 11/3/23 12:37, Schwibinger Michael wrote:
Good evening
I want to copy a problem-DVD to HD with DD.
Or is there any other software which can do it in an easy way?

I found:

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

It does not work.

What do I do wrong?

Regards
Sophie


Please run the following commands as root and post the complete console session -- prompts, commands entered, and output displayed:


# cat /etc/debian_version ; uname -a

# df

# dd if=/dev/sr0 of=/tmp/dvd.bin conv=noerror,fsync iflag=fullblock bs=2048 status=progress


David


Reply to: