From owner-freebsd-questions Thu Aug 12 23:32: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from presley.cybertrails.com (presley.cybertrails.com [162.42.150.35]) by hub.freebsd.org (Postfix) with SMTP id 2CD9B14D49 for ; Thu, 12 Aug 1999 23:32:00 -0700 (PDT) (envelope-from kf7nn1@cybertrails.com) Received: (qmail 22781 invoked from network); 13 Aug 1999 06:40:51 -0000 Received: from unknown (HELO ginger) (162.42.15.208) by presley.cybertrails.com with SMTP; 13 Aug 1999 06:40:51 -0000 From: "george" To: Cc: , Subject: RE: cdrecord help Date: Thu, 12 Aug 1999 23:18:11 -0700 Message-ID: <000301bee553$9ea7dcc0$0300a8c0@ginger.kf7nn.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 In-Reply-To: <199908122334.TAA17385@cc942873-a.ewndsr1.nj.home.com> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i thought that there was some way to just copy it from one cd to another but without that "-iosize" switch it errored out at the end before it closed the disk i guess. > -----Original Message----- > From: Crist J. Clark [mailto:cjc@cc942873-a.ewndsr1.nj.home.com] > Sent: Thursday, August 12, 1999 4:34 PM > To: kf7nn1@cybertrails.com > Cc: cjclark@home.com; vagner@www.timandpatrick.com; > questions@FreeBSD.ORG > Subject: Re: cdrecord help > > > kf7nn1@cybertrails.com wrote, > > should I do this > > > > mkisofs -l -a -o /usr/win95iso/iso /cdrom > > > > so i will get an iso image in /usr/win95iso/iso from the > > mounted cdrom (say win95 cdrom) > > > > then do > > > > cdrecord -dev=0,3,0 speed=4 -eject -v -isosize /usr/win95iso/img > > If you want to make an _exact_ copy of the original CD, there is no > need to use mkisofs. If you want to copy the CD to a file on HDD > before writing the image, > > # dd if=/dev/wcd0c of=/usr/win95iso/image > # cdrecord dev=0,3,0 -speed=4 -v -isosize /usr/win95iso/image > > However, you should be able to just, > > # cdrecord dev=0,3,0 -speed=4 -v -isosize /dev/wcd0c > > But only do this with the original CD unmounted and do not otherwise > try to access it. > -- > Crist J. Clark cjclark@home.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message