[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: creating an ISO image of a cd.



On Sun, Dec 02, 2001 at 02:05:15AM -0500, Titus Barik wrote:
> I'm trying to make an ISO image of a Windows 98 Second Edition CD. I've
> done this before in Windows, but not in Linux.

This is what I use, and it seems to work well:

mount /cdrom
mkisofs -r -J -R -o mycd.iso /cdrom
optionally mount mycd.iso in loopback mode and check it out...
cdrecord -v -data -isosize mycd.iso

I have also used the following:

dd if=/dev/cdrom of=mycd.iso
cdrecord -v -data -isosize mycd.iso

Beware of special cases, like those combincation Mac/Windows game cds.

Hope that helps.  Good luck.

-- 

Thank you,
Joe Bouchard

Powered by Debian GNU/Linux



Reply to: