Date: Thu, 15 Dec 2005 10:53:27 -0600 From: "Andrew L. Gould" <algould@datawok.com> To: Wojciech Puchar <wojtek@tensor.3miasto.net> Cc: freebsd-questions@freebsd.org Subject: Re: dvdrecord? Message-ID: <20051215105327.49fc1996@grokwell.org> In-Reply-To: <20051215172055.K59617@chylonia.3miasto.net> References: <20051215165408.L56980@chylonia.3miasto.net> <20051215100835.1be39852@grokwell.org> <20051215172055.K59617@chylonia.3miasto.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 15 Dec 2005 17:24:46 +0100 (CET) Wojciech Puchar <wojtek@tensor.3miasto.net> wrote: > >> or maybe other tool? (but not growisofs that works good with DVD+R > >> only) _______________________________________________ > > > > I use growisofs to burn database backup files to DVD-R on a regular > > basis. The port name, dvd+rw-tools, is a little misleading in this > > regard. > > > i'n now writing DVD-R from image with it, now 800MB and still going. > anyway it can't record DVD-R from pipe, and can't have extra RAM > buffer. > > dvdrecord CAN write from pipe in -dao mode if size is entered in > options > > i were using that script: > > mkisofs -rq -jcharset iso8859-2 . 2>/dev/null| \ > dvdrecord $* -v tsize=`mkisofs -rq -jcharset iso8859-2 > --print-size .`x2k \ -delay=5 driveropts=burnfree -dao - > > to write directly files in dao mode to DVD-R. > > now i'm unable to do it. Growisofs can burn iso images or use mkisofs internally to burn datafiles directly to the DVD-/+R. In the "Examples" section of the growisofs man page, you will find the following: "To master and burn an ISO9660 volume with Joliet and Rock-Ridge extensions on a DVD: growisofs -Z /dev/dvd -R -J /some/files To append more data to same DVD: growisofs -M /dev/dvd -R -J /more/files" "To use growisofs to write a pre-mastered ISO-image to a DVD: growisofs -dvd-compat -Z /dev/dvd=image.iso" Andrew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051215105327.49fc1996>