burncd syntax for burning dvd ???

2005-06-12 Thread P.U.Kruppa
Hello! I created an .iso file from a dvd by # dd if=/dev/acd0 of=dvd.iso bs=2048 Now I would like to burn dvd.iso on a fresh dvd+rw medium. Could someone be so nice and give me the correct command line for this - seems I am too stupid to understand the man pages :-( . Thanks, Uli.

[gaghiel: Re: burncd syntax for burning dvd ???]

2005-06-12 Thread Tsampros Leonidas
- Forwarded message from Tsampros Leonidas gaghiel - Date: Sun, 12 Jun 2005 14:02:31 + From: Tsampros Leonidas gaghiel Subject: Re: burncd syntax for burning dvd ??? To: P.U.Kruppa [EMAIL PROTECTED] In-Reply-To: [EMAIL PROTECTED] User-Agent: Mutt/1.5.9i On Sun, Jun 12, 2005 at 12:08

Re: burncd syntax for burning dvd ???

2005-06-12 Thread Peder Blom
On Sun, 12 Jun 2005 12:08:21 +0200 (CEST) P.U.Kruppa [EMAIL PROTECTED] wrote: Hello! I created an .iso file from a dvd by # dd if=/dev/acd0 of=dvd.iso bs=2048 Now I would like to burn dvd.iso on a fresh dvd+rw medium. Could someone be so nice and give me the correct command line for

Re: burncd syntax for burning dvd ???

2005-06-12 Thread Tsampros Leonidas
On Sun, Jun 12, 2005 at 01:29:00PM +0200, P.U.Kruppa wrote: On Sun, 12 Jun 2005, Tsampros Leonidas wrote: On Sun, Jun 12, 2005 at 12:08:21PM +0200, P.U.Kruppa wrote: Hello! I created an .iso file from a dvd by # dd if=/dev/acd0 of=dvd.iso bs=2048 Now I would like to burn dvd.iso on a

Re: burncd syntax for burning dvd ???

2005-06-12 Thread David Kelly
On Jun 12, 2005, at 6:36 AM, Peder Blom wrote: On Sun, 12 Jun 2005 12:08:21 +0200 (CEST) P.U.Kruppa [EMAIL PROTECTED] wrote: Hello! I created an .iso file from a dvd by # dd if=/dev/acd0 of=dvd.iso bs=2048 In the future I suggest using readcd from the cdrtools port. It does a bit

Re: burncd syntax for burning dvd ???

2005-06-12 Thread P.U.Kruppa
On Sun, 12 Jun 2005, David Kelly wrote: In the future I suggest using readcd from the cdrtools port. It does a bit better handling end of device and recognizing multisession. Thanks! Now I would like to burn dvd.iso on a fresh dvd+rw medium. Could someone be so nice and give me the correct