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 / [EMAIL PROTECTED] / PGP: 0x99392F7D
FreeBSD Documentation Project /
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message