Amiga.org

Amiga computer related discussion => General chat about Amiga topics => Topic started by: slestebe on February 19, 2011, 07:23:42 PM

Title: How do I make ISO image of my CDTV and CD32 games?
Post by: slestebe on February 19, 2011, 07:23:42 PM
Hello everybody!
Does anybody know the best way to make a ISO image of my CDTV, and cd32 games?
Title: Re: How do I make ISO image of my CDTV and CD32 games?
Post by: Piru on February 19, 2011, 07:30:51 PM
My preferred linux method:
Code: [Select]
$ umount /dev/cdrom
$ dd if=/dev/cdrom of=foo.iso


The actual device name may vary (could be /dev/sr0 for instance).
Title: Re: How do I make ISO image of my CDTV and CD32 games?
Post by: brownb2 on February 19, 2011, 07:31:51 PM
Don't know if this is any good but I use LCISO - LCISO is a 14K Windows program (http://www.lucersoft.com/freeware.php) with UI that creates ISOs and has progress a bit like XCopy/DCopy.
You might want something that runs on Amiga however...
Title: Re: How do I make ISO image of my CDTV and CD32 games?
Post by: Duce on February 19, 2011, 07:32:37 PM
Try Alcohol 120 on the PC, or any other capable image ripper should work fine (Nero, etc).
Title: Re: How do I make ISO image of my CDTV and CD32 games?
Post by: ribdevil1 on February 20, 2011, 08:40:03 AM
If you have an Amiga, you can try AMIDVD, that makes an ISO image.
Whit MakeCD ( now it's free, look in the web for his page) you even, make a CD whit your games in the HD, and works fine.
Title: Re: How do I make ISO image of my CDTV and CD32 games?
Post by: kedawa on February 20, 2011, 04:33:09 PM
I've had success using Alcohol 120%(not in .iso format, but native .mds/.mdf image file) and the excellent (and free) ImgBurn.
Title: Re: How do I make ISO image of my CDTV and CD32 games?
Post by: Franko on February 20, 2011, 04:56:20 PM
On the Amiga I use my own progs "DVDripISO" & "DVDburnISO"... :)

Even though they were written specifically to Rip/Burn DVDs they do Rip/Burn CDs too... :)

They are Cli/Shell only but are quite simple to use for example...

To Rip a CD ISO image...

DVDripISO Device=scsi.device Unit=2 FileName=DH1:Zool.iso
or
DVDripISO 2 DH1:Zool.iso

To Burn a CD ISO image...

DVDburnISO Device=scsi.device Unit=2 FileName=DH1:Zool.iso
or
DVDburnISO 2 DH1:Zool.iso