Re: Part III BIN=? AW: Anybody familiar with dd (copy)?

2023-11-12 Thread Timothy M Butterworth
- > *Von:* to...@tuxteam.de > *Gesendet:* Samstag, 11. November 2023 19:35 > *Bis:* Schwibinger Michael > *Cc:* debian-user@lists.debian.org > *Betreff:* Re: Part II BIN=? AW: Anybody familiar with dd (copy)? > > On Sat, Nov 11, 2023 at 02:05:19PM +, Schwibinger Michael wro

AW: Part III BIN=? AW: Anybody familiar with dd (copy)?

2023-11-12 Thread Schwibinger Michael
: to...@tuxteam.de Gesendet: Samstag, 11. November 2023 19:35 Bis: Schwibinger Michael Cc: debian-user@lists.debian.org Betreff: Re: Part II BIN=? AW: Anybody familiar with dd (copy)? On Sat, Nov 11, 2023 at 02:05:19PM +, Schwibinger Michael wrote: > dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M >

Re: Part II BIN=? AW: Anybody familiar with dd (copy)?

2023-11-11 Thread Pocket
On 11/11/23 18:19, Timothy Butterworth wrote: On November 11, 2023, at 5:54 PM, Pocket wrote: > > >On 11/11/23 17:42, Timothy Butterworth wrote: > >On November 11, 2023, at 5:21 PM, Schwibinger Michael wrote: > >> >> >>dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M >> >>Good afternoon >> >>This did

Re: Part II BIN=? AW: Anybody familiar with dd (copy)?

2023-11-11 Thread Timothy Butterworth
On November 11, 2023, at 5:54 PM, Pocket wrote: > > >On 11/11/23 17:42, Timothy Butterworth wrote: > >On November 11, 2023, at 5:21 PM, Schwibinger Michael wrote: > >> >> >>dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M >> >>Good afternoon >> >>This did work >> >>Thank You. >> >>But now the bin. >> >>I

Re: Part II BIN=? AW: Anybody familiar with dd (copy)?

2023-11-11 Thread Pocket
On 11/11/23 17:42, Timothy Butterworth wrote: On November 11, 2023, at 5:21 PM, Schwibinger Michael wrote: > > >dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M > >Good afternoon > >This did work > >Thank You. > >But now the bin. > >I did > >chmod +x dvd.bin > >./dvd.bin > >This did not work. Are you

Re: Part II BIN=? AW: Anybody familiar with dd (copy)?

2023-11-11 Thread Timothy Butterworth
On November 11, 2023, at 5:21 PM, Schwibinger Michael wrote: > > >dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M > >Good afternoon > >This did work > >Thank You. > >But now the bin. > >I did > >chmod +x dvd.bin > >./dvd.bin > >This did not work. Are you trying to copy a DVD movie? If so you should try

Re: Part II BIN=? AW: Anybody familiar with dd (copy)?

2023-11-11 Thread Michel Verdier
On 2023-11-11, to...@tuxteam.de wrote: > Your provider, hotmail hates me. Why? Because you must reply to the list and to the list only. Else you generate a duplicate (= same message-id).

Re: Part II BIN=? AW: Anybody familiar with dd (copy)?

2023-11-11 Thread tomas
On Sat, Nov 11, 2023 at 02:05:19PM +, Schwibinger Michael wrote: > dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M > > Good afternoon > This did work > Thank You. > > But now the bin. > > I did > > chmod +x dvd.bin > > ./dvd.bin dvd.bin is a CDROM image. You cannot execute a CDROM image. You can

Part II BIN=? AW: Anybody familiar with dd (copy)?

2023-11-11 Thread Schwibinger Michael
dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M Good afternoon This did work Thank You. But now the bin. I did chmod +x dvd.bin ./dvd.bin This did not work. Step 1 think ok no bug report Step 2: ./dvd.bin: 1: Syntax error: "(" unexpected Regards Sophie Von: jeremy

Re: AW: Anybody familiar with dd (copy)?

2023-11-10 Thread Max Nikulin
On 10/11/2023 00:36, Schwibinger Michael wrote: $ dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M dd: konnte '/dev/sr0' nicht öffnen: Kein Medium gefunden Is it real disk or peace of plastic that is put into the box to protect stack of recordable disks?

AW: Anybody familiar with dd (copy)?

2023-11-09 Thread Schwibinger Michael
Hello I = newbie think dd cannot find the DVD. Am I wrong? Regards Sophie Von: Keith Bainbridge Gesendet: Freitag, 3. November 2023 23:41 An: debian-user@lists.debian.org Betreff: Re: Anybody familiar with dd (copy)? On 4/11/23 07:14, Marco M. wrote: > dd

AW: Anybody familiar with dd (copy)?

2023-11-09 Thread Schwibinger Michael
Hello The DVD system is ok I put in a good DVD and did copy it with mc. This is working. I also tried to copy with DD a good DVD same problem. Where do I have to start? regards Sophie Von: to...@tuxteam.de Gesendet: Donnerstag, 09. November 2023 18:14 Bis:

AW: Anybody familiar with dd (copy)?

2023-11-09 Thread Schwibinger Michael
$ dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M dd: konnte '/dev/sr0' nicht öffnen: Kein Medium gefunden Good evening Thank You Same problem. Where do I have to start the task? Wrong directory? Regards Sophie Von: jeremy ardley Gesendet: Freitag, 3. November 2023

Re: AW: Anybody familiar with dd (copy)?

2023-11-08 Thread David Christensen
On 11/8/23 05:22, Schwibinger Michael wrote: Von: David Christensen Gesendet: Freitag, 3. November 2023 21:56 On 11/3/23 12:37, Schwibinger Michael wrote: 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

AW: Anybody familiar with dd (copy)?

2023-11-08 Thread Schwibinger Michael
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

AW: Anybody familiar with dd (copy)?

2023-11-05 Thread Schwibinger Michael
Good morning Thank You. Can this help: https://apple.stackexchange.com/questions/39504/best-way-to-copy-all-files-ignoring-errors,,hotmail

AW: Anybody familiar with dd (copy)?

2023-11-04 Thread Schwibinger Michael
Good afternoon. Thank You. Im sorry. I did burn a DVD. Burning did make a bug. Written are JPG and TXT files. Now I want to copy DVD to HD with DD. Regards Sophie Von: Marco M. Gesendet: Freitag, 3. November 2023 20:14 An: debian-user@lists.debian.org