On 02/24/2008 04:58 PM, Tony Arnold wrote: > > You can mount an iso file as a file system using the mount command, e.g., > > sudo mount -o loop somefile.iso /mnt > > You will then find all the files in the iso image in /mnt where you can > edit away and the iso file will be modified directly. > > Regards, > Tony. Cool! Thanks for the tip.