Hi,
can anyone help me mount an iso in rw mode rather than ro mode. i need to update some files in the existing iso.
mount -t iso9660 -o rw,loop=/dev/loop0 myimage.iso /mnt
the above command doesn't mount it in rw mode but mounts it in ro mode.
Best Regards,
pm