*BSD News Article 97418


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.Hawaii.Edu!news.caldera.com!enews.sgi.com!su-news-feed4.bbnplanet.com!su-news-hub1.bbnplanet.com!news.bbnplanet.com!spring.edu.tw!serv.hinet.net!netnews.hinet.net!ms10!zenzen
From: zenzen@ms10.hinet.net ()
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Burn CD not allowed copy
Date: 9 Jun 1997 03:37:44 GMT
Organization: DCI HiNet
Lines: 16
Message-ID: <5nftq8$5t2@netnews.hinet.net>
NNTP-Posting-Host: ms10.hinet.net
NNTP-Posting-User: zenzen
X-Newsreader: TIN [version 1.2 PL2]
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:42647

Hi,

I want to burn CD not allowed copy, I have tried many times
but in vain. Below is part of my shell script of burncd.
----
        scsi -f /dev/rworm0.ctl -c "0 0 0 0 0 0" >/dev/null 2>&1
        wormcontrol prepdisk double $*
        wormcontrol track data 0
----
I have seen sys/wormio.h, it defines 

#define COPY_INHIBIT    0       /* no copy allowed */    

Could anyone teach me how to do it ?

Thanx your kind.