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
Are you trying to copy a DVD movie? If so you should try handbrake or k3b. > >Step 1  > > think ok > >no bug report  > >Step 2: > >./dvd.bin: 1: Syntax error: "(" unexpected > >Regards Sophie > >Von: jeremy ardley > >Gesendet: Freitag, 3.

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
on: jeremy ardley Gesendet: Freitag, 3. November 2023 23:19 An: debian-user@lists.debian.org Betreff: Re: Anybody familiar with dd (copy)? 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 wor

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: >

AW: Anybody familiar with dd (copy)?

2023-11-09 Thread Schwibinger Michael
: Schwibinger Michael Cc: jeremy ardley; debian-user@lists.debian.org Betreff: Re: Anybody familiar with dd (copy)? On Thu, Nov 09, 2023 at 05:36:52PM +, Schwibinger Michael wrote: > $ dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M > dd: konnte '/dev/sr0' nicht öffnen: Kein Medium gefunden There is

Re: Anybody familiar with dd (copy)?

2023-11-09 Thread tomas
On Thu, Nov 09, 2023 at 05:36:52PM +, Schwibinger Michael wrote: > $ dd if=/dev/sr0 of=/tmp/dvd.bin bs=1M > dd: konnte '/dev/sr0' nicht öffnen: Kein Medium gefunden There is no CD in your drive. Or your drive is broken. Cheers -- t signature.asc Description: PGP signature

AW: Anybody familiar with dd (copy)?

2023-11-09 Thread Schwibinger Michael
23:19 An: debian-user@lists.debian.org Betreff: Re: Anybody familiar with dd (copy)? 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 param

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
Christensen Gesendet: Freitag, 3. November 2023 21:56 An: 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

Re: Anybody familiar with dd (copy)?

2023-11-05 Thread Arno Lehmann
Hello, Am 05.11.2023 um 12:19 schrieb Schwibinger Michael: Good morning Thank You. Can this help: https://apple.stackexchange.com/questions/39504/best-way-to-copy-all-files-ignoring-errors,,hotmail I do not know. ... I put in a DVD and try to copy the data to HD mc is saying: Cannot

AW: Anybody familiar with dd (copy)?

2023-11-05 Thread Schwibinger Michael
idea? Regards Sophie Von: Arno Lehmann Gesendet: Freitag, 3. November 2023 20:25 An: debian-user@lists.debian.org Betreff: Re: Anybody familiar with dd (copy)? Hi, Am 03.11.2023 um 20:37 schrieb Schwibinger Michael: > Good evening > I want to copy a problem-DVD to H

AW: Anybody familiar with dd (copy)?

2023-11-04 Thread Schwibinger Michael
: Re: Anybody familiar with dd (copy)? Am 03.11.2023 um 19:37:02 Uhr schrieb Schwibinger Michael: > I want to copy a problem-DVD to HD with DD. Some programs are listed here, maybe translate them: https://wiki.ubuntuusers.de/DVDs_rippen/ https://wiki.ubuntuusers.de/DVDs_manuell_rip

Re: Anybody familiar with dd (copy)?

2023-11-04 Thread Stanislav Vlasov
2023-11-04 0:37 GMT+05:00, Schwibinger Michael : > 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? try gddrescue Created for disks with bads. In 1st pass get readable data, make source map and in next passes try to read

Re: Anybody familiar with dd (copy)?

2023-11-04 Thread Stefan Monnier
> I want to copy a problem-DVD to HD with DD. What kind of DVD? > Or is there any other software which can do it in an easy way? dvdbackup? > dd if=/dev/sr0 of=/tmp/dvd.bin conv=noerror oflag=direct > It does not work. Is it because the pooping unicorns it displays don't have the color you

Re: Anybody familiar with dd (copy)?

2023-11-03 Thread tomas
On Fri, Nov 03, 2023 at 07:37:02PM +, 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. "It

Re: Anybody familiar with dd (copy)?

2023-11-03 Thread Keith Bainbridge
On 4/11/23 07:14, Marco M. wrote: dd if=/dev/sr0 of=/tmp/dvd.bin conv=noerror oflag=direct Is it worth trying: sudo dd if=/dev/sr0 of=/tmp/dvd.iso -- All the best Keith Bainbridge keithrbaugro...@gmail.com keithr...@gmail.com 0447 667 468 UTC +10:00

Re: Anybody familiar with dd (copy)?

2023-11-03 Thread Keith Bainbridge
On 4/11/23 07:14, Marco M. wrote: dd if=/dev/sr0 of=/tmp/dvd.bin conv=noerror oflag=direct Is it worth trying: dd if=/dev/sr0 of=/tmp/dvd.iso -- All the best Keith Bainbridge keithrbaugro...@gmail.com keithr...@gmail.com 0447 667 468 UTC +10:00

Re: Anybody familiar with dd (copy)?

2023-11-03 Thread jeremy ardley
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

Re: Anybody familiar with dd (copy)?

2023-11-03 Thread David Christensen
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

Re: Anybody familiar with dd (copy)?

2023-11-03 Thread Arno Lehmann
Hi, Am 03.11.2023 um 20:37 schrieb Schwibinger Michael: 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? Is this a vide DVD or data? I found: dd if=/dev/sr0 of=/tmp/dvd.bin conv=noerror oflag=direct It does not work.

Re: Anybody familiar with dd (copy)?

2023-11-03 Thread Marco M.
Am 03.11.2023 um 19:37:02 Uhr schrieb Schwibinger Michael: > I want to copy a problem-DVD to HD with DD. Some programs are listed here, maybe translate them: https://wiki.ubuntuusers.de/DVDs_rippen/ https://wiki.ubuntuusers.de/DVDs_manuell_rippen/ > Or is there any other software which can do

Anybody familiar with dd (copy)?

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