From owner-freebsd-stable Sat Aug 19 15:51:49 2000 Delivered-To: freebsd-stable@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 9A19437B422 for ; Sat, 19 Aug 2000 15:51:45 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13QH3y-000CUC-00 for freebsd-stable@freebsd.org; Sat, 19 Aug 2000 23:26:02 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id XAA95672 for freebsd-stable@freebsd.org; Sat, 19 Aug 2000 23:26:02 +0100 (BST) (envelope-from ben) Date: Sat, 19 Aug 2000 23:26:02 +0100 From: Ben Smithurst To: freebsd-stable@freebsd.org Subject: Re: burncd... Message-ID: <20000819232602.N58928@strontium.scientia.demon.co.uk> References: <20000818171043.B1936@jupiter.limit.org> <20000819135125.F58928@strontium.scientia.demon.co.uk> <20000819100031.A4608@jupiter.limit.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000819100031.A4608@jupiter.limit.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael Matsumura wrote: > [root:~]# ls -l /usr/share/examples/atapi/ > total 0 > > [root:~]# ls -l /usr/src/share/examples/atapi > gnuls: /usr/src/share/examples/atapi: No such file or directory I guess it was removed for 4.x since burncd was added. The burndata script is basically just: device=/dev/r$1 wormcontrol -f$device prepdisk double wormcontrol -f$device track data dd if=$2 of=$device bs=20k wormcontrol -f$device fixate 1 onp I don't know if this will help though, or even if it will work at all. I guess you'll get the same problem as this probably does similar things to burncd. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message