Date: Wed, 11 Aug 1999 23:21:59 -0400 (EDT) From: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com> To: vagner@WWW.TIMANDPATRICK.COM Cc: questions@FreeBSD.ORG Subject: Re: cdrecord help Message-ID: <199908120321.XAA11537@cc942873-a.ewndsr1.nj.home.com> In-Reply-To: <XFMail.990811184003.vagner@vagner.com> from "vagner@WWW.TIMANDPATRICK.COM" at "Aug 11, 99 06:40:03 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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=<whatever> dev=0,3,0 /dev/rwdc0c As mentioned above, to test this, # cdrecord -dummy -data -speed=<whatever> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908120321.XAA11537>