From owner-freebsd-current Thu Jun 20 05:45:22 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA09896 for current-outgoing; Thu, 20 Jun 1996 05:45:22 -0700 (PDT) Received: from sumter.awod.com (awod.com [198.81.225.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA09891 for ; Thu, 20 Jun 1996 05:45:15 -0700 (PDT) Received: from Ken (tsunami.awod.com [198.81.225.31]) by sumter.awod.com (8.6.12/8.6.9) with SMTP id IAA24289; Thu, 20 Jun 1996 08:44:34 -0400 Message-Id: <1.5.4.32.19960620124509.00932760@awod.com> X-Sender: klam@awod.com X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 20 Jun 1996 08:45:09 -0400 To: Seppo Kallio From: Ken Lam Subject: Re: Writing CD ROM - tools for FreeBSD? Cc: current@freebsd.org Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 02:54 PM 6/20/96 +0300, you wrote: > >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: >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?) that is what Jordan's first script did. I am assuming that the cd-fs written is ISO9660 so that MSDOS could read it with no difficulties. I assume that Jordan personally burns all the SNAP cdroms this way ;) After all, I just checked a SNAP under a MS machine and a Macintosh and both machines could read it. -ken