From owner-freebsd-questions Mon May 7 1: 5:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from localhost.my.domain (mcns211.docsis46.singa.pore.net [202.156.46.211]) by hub.freebsd.org (Postfix) with ESMTP id 7F46D37B423 for ; Mon, 7 May 2001 01:05:23 -0700 (PDT) (envelope-from najib_ninaba@yahoo.com) Received: (from najib@localhost) by localhost.my.domain (8.11.3/8.11.3) id f478A0w02914 for freebsd-questions@freebsd.org; Mon, 7 May 2001 16:10:00 +0800 (SGT) (envelope-from najib) Date: Mon, 7 May 2001 16:09:59 +0800 From: Najib Ninaba To: freebsd-questions@freebsd.org Subject: Using dd to dump CD images Message-ID: <20010507160959.C2528@srikandi> Reply-To: najib_ninaba@yahoo.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, How do I dump CD images to a file? In linux, all I've needed to do is : dd if=/dev/cdrom of=cd-image.iso I can then use the image to burn to another CDR. I've tried the same command in freebsd: dd if=/dev/acd0c of=cd-image.iso But I get a "dd: /dev/acd0c: Bad address" error message. Thanks in advance. Regards, -- Najib Ninaba "Life's unfair - but having the root password helps!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message