Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2000 23:26:02 +0100
From:      Ben Smithurst <ben@FreeBSD.org>
To:        freebsd-stable@freebsd.org
Subject:   Re: burncd...
Message-ID:  <20000819232602.N58928@strontium.scientia.demon.co.uk>
In-Reply-To: <20000819100031.A4608@jupiter.limit.org>
References:  <20000818171043.B1936@jupiter.limit.org> <20000819135125.F58928@strontium.scientia.demon.co.uk> <20000819100031.A4608@jupiter.limit.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000819232602.N58928>