Amiga.org
Amiga computer related discussion => General chat about Amiga topics => Topic started 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?
-
My preferred linux method:
$ umount /dev/cdrom
$ dd if=/dev/cdrom of=foo.iso
The actual device name may vary (could be /dev/sr0 for instance).
-
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...
-
Try Alcohol 120 on the PC, or any other capable image ripper should work fine (Nero, etc).
-
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.
-
I've had success using Alcohol 120%(not in .iso format, but native .mds/.mdf image file) and the excellent (and free) ImgBurn.
-
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