Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2003 19:51:40 -0500
From:      David Kelly <dkelly@HiWAAY.net>
To:        FreeBSD-Questions@FreeBSD.org
Subject:   Re: Creating a bin or ISO image of a CD??
Message-ID:  <200305191951.40320.dkelly@HiWAAY.net>
In-Reply-To: <Pine.GSO.4.44L0.0305191912530.23582-100000@shell.core.com>
References:  <Pine.GSO.4.44L0.0305191912530.23582-100000@shell.core.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 19 May 2003 07:14 pm, Steven Lake wrote:
> How do I create a bin or ISO image of a CD using FBD?  I have
> already figured out how to use burncd to burn iso's and mkisofs to
> make the iso's, but I'm unsure how to in essence "rip and burn" cd's
> and bin files.  Does anyone know?  Thanks.

% dd if=/dev/acd0c bs=2048 of=my_cd.iso

Doesn't quite work that simply for audio CD's, or multisession.

Some CDROM drives read the CD one block short. Makes it difficult to use 
raw tools to verify after write.

-- 
David Kelly N4HHE, dkelly@hiwaay.net
=====================================================================
The human mind ordinarily operates at only ten percent of its
capacity -- the rest is overhead for the operating system.



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