Home | Forums | What's new | Resources | |
Quick and Easy Question |
Rorscach - Aug 25, 2002 |
Curtis | Aug 25, 2002 | |||
CDMage... will allow you to convert the image to and ISO. |
mal | Aug 25, 2002 | |||
Open the CloneCD image with the latest beta of CDmage and saving it as a bin/cue. Then I'd suggest trying to burn it with Blindwrite... as some people have reported success with it after CDRWin has failed. |
KuKzz | Aug 25, 2002 | |||
Use Daemon-tools (www.daemon-tools.com...) and recreate CloneCD image with CDRWin or something, then burn it. I converted some images from .cdi like this, and it's worked fine
|
BvP | Aug 25, 2002 | |||
I've been able to burn 2xIso games using cdrecord (and it's free)... you can obtain the correct -dev=#'s using cdrecord -scanbus then (I) rename the tracks 01.iso, 02.iso, 03.wav, 04.wav, etc.... so they burn in the proper order.... hope this helps... (it took me a lot of cd-r's before I figured out the -nofix option...) cdrecord -v -dev=0,1,0 -multi -data -nofix -speed=4 *.iso cdrecord -v -dev=0,1,0 -audio -multi -eject -pad -speed=4 *.wav I wrote some tutorials on Saturn burning w/cdrecord, cdrdao, and fireburner... also on ripping w/ddump they are here for the moment: http://www.geocities.com/saturnbvp/index.html... you can get cdrecord here (it's called cdrtools now): ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/win... http://www.fokus.gmd.de/researc....rd.html... |