Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2002 15:17:08 +0100
From:      Simon Dick <simond@irrelevant.org>
To:        Thomas Wuerfl <thomaswuerfl@gmx.de>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: read image from cd
Message-ID:  <20020410141708.GH2686@irrelevant.org>
In-Reply-To: <200204101614.32913.thomaswuerfl@gmx.de>
References:  <200204101614.32913.thomaswuerfl@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020410141708.GH2686>