From owner-freebsd-questions Wed Aug 11 20:20:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id A3084156AB for ; Wed, 11 Aug 1999 20:20:27 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.8.8/8.8.8) id XAA11537; Wed, 11 Aug 1999 23:21:59 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199908120321.XAA11537@cc942873-a.ewndsr1.nj.home.com> Subject: Re: cdrecord help In-Reply-To: from "vagner@WWW.TIMANDPATRICK.COM" at "Aug 11, 99 06:40:03 pm" To: vagner@WWW.TIMANDPATRICK.COM Date: Wed, 11 Aug 1999 23:21:59 -0400 (EDT) Cc: questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vagner@WWW.TIMANDPATRICK.COM wrote, > I just installed a Yamaha 6416S on my 3.2-stable system > and need some help with the commands to write a cd-r. > > The reason I ask is because the man page for cdrecord > reads like I know all about these cd recorders when I dont > cause i just got it. > > I have an atapi cd-rom at wdc1 (secondary slave) > and the scsi cd-rw at ID3 scsibus 0. > > Installed is cdrecord, mkisofs and cd-write. > > What would I type in to make a duplicate of the > cdrom in the wdc1 drive on the scsi cd0 drive (yamaha)? > > I dont want to waste a bunch of cd-r's trying to > figure out the commands! this is another reason I ask first... See the -dummy flag for how to test a command line without actually burning the CD. > I am almost brave enough to try > cdrecord dev= /dev/wcd0c:0,cd0,0 To copy straight from one CD to another, I would try, # cdrecord -data -speed= dev=0,3,0 /dev/rwdc0c As mentioned above, to test this, # cdrecord -dummy -data -speed= dev=0,3,0 /dev/rwdc0c HTH. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message