Whenever i mount an iso file and wants to change the properties of some files in the iso, (i.e. make a file executable) i always fail to do so. Nautilus wouldn't work, as soon as u click on the make executable option, the tick disappears instantly, this doesn't work in terminal as well (i've tried chmod +x) Any ideas?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
The .iso file is readonly by design. If you want to change something in it, first extract it somewhere in your home folder, change files, than create new .iso using Brasero, mkisofs or another program. However if you want temporarily execute some file, mount .iso using
For additional information refer to
|
||||
|
|