LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   mount bootable iso file with write permission (https://www.linuxquestions.org/questions/debian-26/mount-bootable-iso-file-with-write-permission-4175431036/)

cccc 10-07-2012 10:00 PM

mount bootable iso file with write permission
 
hi

I'd like to change some files in a bootable iso file.
Howto mount bootable iso file with write permission?

I've tried:
Code:

# mount -o loop my.iso /mnt
mount: warning: /mnt seems to be mounted read-only.
# umount /mnt
# mount -o loop -rw my.iso /mnt
mount: warning: /mnt seems to be mounted read-only.

but still read only.

Is it only solution to copy these file and create a new iso file after changes, or perhaps xorriso?

TobiSGD 10-07-2012 10:29 PM

ISO file-systems are per definition read only. So either you copy the files and create a new image or you use one of the tools that are able to change those images.
Mounting with write permissions is simply not possible.

cccc 10-08-2012 08:45 AM

Thx , but knows anyone if xorriso can do this?

verdaz 10-26-2012 03:16 AM

I'm not familiar with xorriso

Follow the steps described in this linked page:
http://csulb.pnguyen.net/loopbackDev.html

widget 10-26-2012 04:39 PM

Take a look at the package "cdfs-src".

It may do what you want.


All times are GMT -5. The time now is 11:59 PM.