I need a free (libre) utility for Windows that allows a person to edit an ISO file.

The goal is to be able to:

  • Mount the ISO file with the ISO filesystem being readable and writeable.
  • Make changes to files in the ISO filesystem as needed via the utility.
  • Unmount the ISO filesystem with changes being saved to the ISO file.

How can I do this? Is there a utility, or do I need to build a toolchain?

link|improve this question

feedback

3 Answers

up vote 5 down vote accepted

there is no "free (libre) utility" that does all this.

you can use 7-zip to extract ISO images, WinCDEmu to mount an ISO image and InfraRecorder rebuild and write the ISO Image to disc.

7-Zip, Win CDEmu and Infra Recorder are free open source programs (which is pretty much as 'libre' as it gets :), prortable versions of 7-Zip and InfraRecorder are available.

link|improve this answer
feedback

I don't know of any free software that allows you to mount an ISO as a read/write drive. ImgBurn though is a free tool that will allow you to extract the contents of an ISO, then modify the files, then re-create the ISO.

link|improve this answer
feedback

A .ISO file is specifically designed to contain an image of a CD-ROM. Therefore, there is no easy way to mount one as a modifiable disk.

It may be possible to use a CD-ROM Emulator (ex. Daemon Tools) to mount an .ISO as a CD-RW, and use CD-Burning software to modify it. However, I do not know if changes would persist (it would depend on your CD-ROM Emulator).

What are you trying to do, anyways?

link|improve this answer
What? Why the downvotes? – Fake Name Mar 9 '10 at 11:48
feedback

Your Answer

 
or
required, but never shown

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