From owner-freebsd-current Mon Jun 24 03:34:02 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA03070 for current-outgoing; Mon, 24 Jun 1996 03:34:02 -0700 (PDT) Received: from kanto.cc.jyu.fi (root@kanto.cc.jyu.fi [130.234.1.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA03065; Mon, 24 Jun 1996 03:33:58 -0700 (PDT) Received: from localhost (kallio@localhost [127.0.0.1]) by kanto.cc.jyu.fi (8.7.2/8.7.2) with SMTP id NAA28370; Mon, 24 Jun 1996 13:33:43 +0300 (EET DST) Date: Mon, 24 Jun 1996 13:33:41 +0300 (EET DST) From: Seppo Kallio To: "Jordan K. Hubbard" cc: users@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Writing CD ROM - tools for FreeBSD? In-Reply-To: <26457.835279742@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Sorry, didn't read the script as carefully as I should have done. Now I understand how to make CD ROM from ufs: The keypoints are mkisofs and wormcontrol. 1. Could I get some examples of tested CD ROM writer models running with FreeBSD. Or are PLASMON, RF4100, HP and 4020i the ones? Are the new sheap models supported? 2. What about audio CDs. Wormcontrol mentions "fixate toc-type" 0 as CD audio. There is also CDI. 3. Can I make a copy of CD ROM using dd if=/dev/rcdrom or something like that? Even from Audio CD or CDI? Seppo On Thu, 20 Jun 1996, Jordan K. Hubbard wrote: > > Great! > > > > But what is $1! In man wormcontrol it is cdrom.image . So I need some tool > > to make this image? Assuming I want to do a CD ROM for MS DOS, the image > > Uh, see the function right above it for mkcdfs. $1 is an argument to > the shell function - see the usage comment above. > > Jordan >