From owner-freebsd-hackers Fri Apr 21 01:25:17 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA03235 for hackers-outgoing; Fri, 21 Apr 1995 01:25:17 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id BAA03228 ; Fri, 21 Apr 1995 01:25:13 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: Charles Henrich cc: freebsd-hackers@FreeBSD.org Subject: Re: Help! Pinnacle Micro Recordable CD! In-reply-to: Your message of "Thu, 20 Apr 95 22:11:47 EDT." <199504210211.TAA19899@freefall.cdrom.com> Date: Fri, 21 Apr 1995 01:25:12 -0700 Message-ID: <3227.798452712@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@FreeBSD.org Precedence: bulk > Jordon, I've used mkisofs and im curious how it the FreeBSD driver works, how > would you go through the steps of taking a UFS tree and generating an ISO dis c > off a writer attached to the box? cd /your/tree mkisofs -i -T -r -p -z -q -m -w -l -Z -o dd if= of=/dev/ Assuming, of course, that FreeBSD supports talking to your_burner at a constant minimum data rate (the hard part, and something Peter Dufault has been working on). Myself, I take the image that mkisofs spits out and simply ftp it to the burner machine, which runs DOS and a TCP/IP stack. Jordan P.S. All the mkisofs options except -o are bogus - I'm just making fun of its strange and arcane *required* optional arguments! :-)