Date: Tue, 18 Nov 2003 19:53:03 +1030 From: Malcolm Kay <malcolm.kay@internode.on.net> To: freebsd@celestial.com, freebsd-questions@freebsd.org Subject: Re: Making an ISO from a CD Message-ID: <200311181953.03725.malcolm.kay@internode.on.net> In-Reply-To: <20031117230802.GA2663@alexis.mi.celestial.com> References: <20031117222211.GA18631@beast.clarksys.com> <20031117230802.GA2663@alexis.mi.celestial.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311181953.03725.malcolm.kay>