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 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 handbrake or 
k3b.

>
>That would require dvdcss/libdvdcss

How would you watch the movie with out dvdcss? K3B can make an isodisk 
image. You can mount the image but you would still need dvdcssto 
decrypt it.




Depends upon the region and where you bought it.

I have dvd's that play without dvdcss and some that require it.


--
It's not easy to be me


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 did
>>
>>chmod +x dvd.bin 
>>
>>./dvd.bin
>>
>>This did not work.
>
>Are you trying to copy a DVD movie? If so you should try handbrake or k3b.
>
>That would require dvdcss/libdvdcss 

How would you watch the movie with out dvdcss? K3B can make an iso disk image. 
You can mount the image but you would still need dvdcss to decrypt it.


-- It's not easy to be me 

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 trying to copy a DVD movie? If so you should try handbrake or k3b.


That would require dvdcss/libdvdcss

--
It's not easy to be me


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 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. 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 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: 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
possibly mount it.

Your provider, hotmail hates me. Why?

Cheers
-- 
t


signature.asc
Description: PGP signature


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