From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 01:23:21 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FD9016A4CE for ; Tue, 18 Nov 2003 01:23:21 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F1B43FDF for ; Tue, 18 Nov 2003 01:23:19 -0800 (PST) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp48-44.lns1.adl2.internode.on.net [150.101.48.44]) hAI9N4aG003155; Tue, 18 Nov 2003 19:53:04 +1030 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: freebsd@celestial.com, freebsd-questions@freebsd.org Date: Tue, 18 Nov 2003 19:53:03 +1030 User-Agent: KMail/1.4.3 References: <20031117222211.GA18631@beast.clarksys.com> <20031117230802.GA2663@alexis.mi.celestial.com> In-Reply-To: <20031117230802.GA2663@alexis.mi.celestial.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200311181953.03725.malcolm.kay@internode.on.net> Subject: Re: Making an ISO from a CD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 09:23:21 -0000 On Tue, 18 Nov 2003 09:38, Bill Campbell wrote: > On Mon, Nov 17, 2003, Max Clark wrote: > >Hi all, > > > >How do you create an ISO from a cd as the source? Obviously when the I= SO > > where to be burned I would like it to be identical to the original cd= =2E > > dd if=3D/dev/$cdrom of=3Dtmpfile.iso > > Where $cdrom is the appropriate device name for your CD. This will probably report an invalid argument and fail. The default block= size=20 is too small for CDs. For ISO9660 data CDs add the argument 'bs=3D2048' (Not sure what it should be for audio CDs) Malcolm