From owner-freebsd-questions Wed Apr 10 19:17:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c003.snv.cp.net (h013.c003.snv.cp.net [209.228.32.227]) by hub.freebsd.org (Postfix) with SMTP id 1E8D137B404 for ; Wed, 10 Apr 2002 19:17:39 -0700 (PDT) Received: (cpmta 1910 invoked from network); 10 Apr 2002 19:17:38 -0700 Received: from 216.227.91.85 (HELO moby) by smtp.telocity.com (209.228.32.227) with SMTP; 10 Apr 2002 19:17:38 -0700 X-Sent: 11 Apr 2002 02:17:38 GMT Reply-To: From: "Otterr" To: "'Simon Dick'" , "'Thomas Wuerfl'" Cc: Subject: RE: read image from cd Date: Wed, 10 Apr 2002 22:17:32 -0400 Message-ID: <000401c1e0ff$095767d0$2800a8c0@dixiechicken.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020410141708.GH2686@irrelevant.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG by the way, dd works differently for audio than it does data. bs=2048 is for data copies. IIRC, bs=2352 should be used for audio. -O > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Simon Dick > Sent: Wednesday, April 10, 2002 10:17 AM > To: Thomas Wuerfl > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: read image from cd > > > On Wed, Apr 10, 2002 at 04:14:32PM +0200, Thomas Wuerfl wrote: > > Hi folks, > > > > i want to read a raw-image from a cdrom. I tried : > > > > # dd if=/dev/acd0c of=/tmp/image > > dd: /dev/acd0c: Invalid argument > > 0+0 records in > > 0+0 records out > > 0 bytes transferred in 0.001211 secs (0 bytes/sec) > > # > > > > Any Idea? > > Thanks in advance, > > Try adding a bs=2048 to the command line > > -- > Simon Dick simond@irrelevant.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message