From owner-freebsd-current Thu Jun 20 04:54:25 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA07963 for current-outgoing; Thu, 20 Jun 1996 04:54:25 -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 EAA07952; Thu, 20 Jun 1996 04:54:20 -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 OAA00928; Thu, 20 Jun 1996 14:54:10 +0300 (EET DST) Date: Thu, 20 Jun 1996 14:54:09 +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: <15915.835263633@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 On Thu, 20 Jun 1996, Jordan K. Hubbard wrote: > > Is there tools to write CD ROM using FreeBSD + some model of CD Writer > > hardware? > > Yep! If you're running -current you can use Joerg's worm device, > just add an entry like so in your kernel config: > >... > device worm0 at scbus? # SCSI worm >... > rtprio 5 team -v 1m 5 < $1 | dd of=/dev/rworm0 obs=20k 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 must contain some standard CD ROM file system DOS understands? (as you see I am not very familiar with CD ROM file systems, any pointers? in WWW?) Seppo