up vote 1 down vote favorite
1
share [g+] share [fb]

On Windows, I used Phantom Drive or Virtual CD to emulate a burner. I was able to "burn CDs" into an ISO file without wasting a CD-R.

I would like to do this in Ubuntu as well. Does anyone know a suitable tool or any way to do this?

link|improve this question

feedback

4 Answers

up vote 1 down vote accepted

Which format are you burning from that you must burn to an emulated burner in order to get an iso (9660)? If you're just burning files already on your file system, just use mkisofs, it creates an iso9660 file for you. If you're using some kind of Bin/Cue or some other format, you're actually looking to convert the format to an iso9660.

The only (rare) cases where there's a call for a virtual burner are the ones where you have some proprietary software that only supports burning it's output to a CD or DVD in a drive and will not let you save an image first. If this is the case, you might specify which software you're using under linux that limits you like this, and perhaps someone can suggest an alternative.

link|improve this answer
feedback

Maybe this thread can help you out. It mentions Gnomebaker, k3b, and quite a lot of other options.

link|improve this answer
I need an application that is included in all authoring software. The thread starter over there wants the same and is misunderstood, too. – furtelwart Oct 8 '09 at 6:46
feedback

mkisofs -- check LiveCDCustomizationFromScratch,
and, How-To Make Ubuntu DVDs Including Main, the Universe and Everything
These links discuss making LiveCD images, but you can probably pull the necessary usage.

link|improve this answer
feedback

You can just mount an ISO file and access information on it as if it was a real CD-ROM: http://www.cyberciti.biz/tips/how-to-mount-iso-image-under-linux.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.