From owner-freebsd-current Sat Aug 21 13:27: 1 1999 Delivered-To: freebsd-current@freebsd.org Received: from rah.star-gate.com (216-200-29-190.snj0.flashcom.net [216.200.29.194]) by hub.freebsd.org (Postfix) with ESMTP id 7EA26153C2; Sat, 21 Aug 1999 13:24:53 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.9.3/8.8.8) with ESMTP id NAA41715; Sat, 21 Aug 1999 13:20:45 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Message-Id: <199908212020.NAA41715@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Wilko Bulte Cc: obrien@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: How To Burn CDs In-reply-to: Your message of "Sat, 21 Aug 1999 12:15:57 +0200." <199908211017.MAA96003@yedi.iaf.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 21 Aug 1999 13:20:45 -0700 From: Amancio Hasty Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > As David O'Brien wrote ... > > > "Another possibility, if you have the RAM, is to use the team(1) > > > program (it's in the ports) to buffer the data as it goes to the burner. > > > > Any reason not to use ``cdrecord -fs=64m'' (or some simular size) > > Any reason to? I mean, I never had to go over the default cdrecord > uses. But I only have a 2x writer and I generally create an iso image > file first. > At 2x, 300kb/sec , the default cdrecord fs's buffer size provides 13 seconds of buffering that should be enough for most cases. At higher speed the amount of prepocessing that mkisofs does starts playing a more important role however if you have created a iso image then mkisofs is not a factor. For illustrative purposes, here is a sample command execution for mkisofs piping an iso 9660 file stream to cdrecord: mkisofs -R /mount | cdrecord -blank=fast -v fs=4m speed=3 - That sample command syntax is sufficient for a "normal" cd creation someone like JKH can probably tell us if it is sufficient for creating a FreeBSD cdrom "package" distribution --- that is a resonable large filesystem structure. Cheers -- Amancio Hasty hasty@rah.star-gate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message