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

AW: Anybody familiar with dd (copy)?



dd: konnte '/dev/sr0' nicht öffnen: Kein Medium gefunden

could not open '/dev/sr0': No media found


Good afternoon
Thats the same bug report
with the task I did post at the beginning.
Where do I have to start the task?

Thank You
Regards
Sophie


Von: David Christensen <dpchrist@holgerdanske.com>
Gesendet: Freitag, 3. November 2023 21:56
An: debian-user@lists.debian.org <debian-user@lists.debian.org>
Betreff: 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: