Skip site navigation (1)Skip section navigation (2)
From:      Walter Hafner <hafner@informatik.tu-muenchen.de>
To:        outlawtx@bga.com
Cc:        questions@freebsd.org
Subject:   Re: copying cds with cdrecord
Message-ID:  <srjhfjyunov.fsf@hprbg5.informatik.tu-muenchen.de>
In-Reply-To: outlawtx@bga.com's message of "Sat, 09 Oct 1999 19:51:36 -0500"
References:  <3.0.6.32.19991009195136.016b23b0@bga.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 	I was wondering what the command syntax is for copying a cdrom using
> cdrecord.  I have a Yamaha cd recorder and a cd rom drive.  I would like to
> put the source disk in the cd rom drive and copy it to the blank disk in
> the Yamaha cd recorder.

tcsh > cat bin/cddup
#!/bin/sh
/usr/local/bin/cdrecord -v -eject dev=4,0 speed=4 -isosize /dev/cd0c


Your device numbers may vary.

-Walter


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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