Re: burncd syntax for burning dvd ???
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 command line for this - seems I am too stupid to understand the man pages :-( . Months ago I went down this same path and simply couldn't get burncd to write my DVD. Then considered how the Handbook demonstrates using growisofs I put 2 + 2 together and realized burncd probably isn't fully ready for DVDs. Yes, but I thought it would be better to ask to ask before blaming other people :-) Regards, Uli. * * Peter Ulrich Kruppa - Wuppertal - Germany * * ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: burncd syntax for burning dvd ???
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 better handling end of device and recognizing multisession. 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. The FreeBSD Handbook (eg. at www.freebsd.org) has detailed instructions on how to burn different kinds of dvd:s. See chapter "16.7 Creating and Using Optical Media". Months ago I went down this same path and simply couldn't get burncd to write my DVD. Then considered how the Handbook demonstrates using growisofs I put 2 + 2 together and realized burncd probably isn't fully ready for DVDs. -- David Kelly N4HHE, [EMAIL PROTECTED] Whom computers would destroy, they must first drive mad. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: burncd syntax for burning dvd ???
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 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, > > > >I think that this one will work: > > > >burncd -e -f /dev/acd0 -s max data fixate dvdrw dvd.iso > No, that doesn't, but ... > > >Why don't you use growisofs ? > Because I didn't know it yet :-) > > >You can install it through the ports at > >sysutils/dvd+rw-tools . To write tha same iso you would use the > >following command: > > > >growisofs -speed=N -dvd-compat -Z /dev/dvd=image.iso where N is the speed you want to burn the dvd ( 4 or 8 are common speeds) > That works, when I use SCSI emulation for my ATAPI burner: > # growisofs -dvd-compat -Z /dev/cd0=image.iso > > I'll find out about -speed later. > > Thanks! > > Uli. > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: burncd syntax for burning dvd ???
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 > this - seems I am too stupid to understand the man pages :-( . > > Thanks, > > Uli. > The FreeBSD Handbook (eg. at www.freebsd.org) has detailed instructions on how to burn different kinds of dvd:s. See chapter "16.7 Creating and Using Optical Media". Good Luck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
[gaghiel: Re: burncd syntax for burning dvd ???]
- Forwarded message from Tsampros Leonidas - Date: Sun, 12 Jun 2005 14:02:31 + From: Tsampros Leonidas 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: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 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, I think that this one will work: burncd -e -f /dev/acd0 -s max data fixate dvdrw dvd.iso No guarantees though as i haven't tried it. Why don't you use growisofs ? You can install it through the ports at sysutils/dvd+rw-tools . To write tha same iso you would use the following command: growisofs -speed=N -dvd-compat -Z /dev/dvd=image.iso Tested and always works. . ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
burncd syntax for burning dvd ???
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. * * Peter Ulrich Kruppa - Wuppertal - Germany * * ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"