Date: Tue, 6 Jan 2004 22:42:35 +0000 (GMT) From: Francisco <francisco@natserv.net> To: "W. Sierke" <ws@au.dyndns.ws> Cc: freebsd-questions@freebsd.org Subject: Re: How to create .iso file image of cdrom (atapi)? Message-ID: <20040106223548.Q16741@zoraida.natserv.net> In-Reply-To: <02b401c3d2d7$81439f40$8464a8c0@ovirt.dyndns.ws> References: <02b401c3d2d7$81439f40$8464a8c0@ovirt.dyndns.ws>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 5 Jan 2004, W. Sierke wrote: > Is there a straightforward way of creating a file image (.iso) of a data > cdrom mounted in an atapi cd-rom drive? I use a port called mkisofs. mkisofs -R -l -J -o <filename> . So you would mount the CD and then CD into it. To later burn to another CD I use burncd -f /dev/acd0c -s 10 data $1 fixate Where 10 is the speed of my burner, but you should set it to the max speed of yours.. which if your CD burner is recent is probably faster than 10. :-) Hope that helps. As far as I knowh though this approach will not work to copy a bootable CD. The ISO image will be created and the content will be there, but the new CD will not be bootable.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040106223548.Q16741>