From owner-freebsd-questions Wed Apr 10 7:17:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nelly.internal.irrelevant.org (irrelevant.demon.co.uk [158.152.220.121]) by hub.freebsd.org (Postfix) with ESMTP id 8E83E37B400 for ; Wed, 10 Apr 2002 07:17:13 -0700 (PDT) Received: from simond by nelly.internal.irrelevant.org with local (Exim 3.35 #1) id 16vIuK-00039H-00; Wed, 10 Apr 2002 15:17:08 +0100 Date: Wed, 10 Apr 2002 15:17:08 +0100 From: Simon Dick To: Thomas Wuerfl Cc: freebsd-questions@FreeBSD.ORG Subject: Re: read image from cd Message-ID: <20020410141708.GH2686@irrelevant.org> References: <200204101614.32913.thomaswuerfl@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200204101614.32913.thomaswuerfl@gmx.de> User-Agent: Mutt/1.3.28i 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 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