Thomas Fischer wrote:
Hey all, Can anyone tell me what the command is to mount an ISO image in read/write mode?
ISO filesystems are not writeable, so you can't do it.You'll need to copy the contents of the ISO to a writable filesystem, make whatever changes you need, then use mkisofs to create a new ISO.
Paul.