On Thu, 21 Aug 2003 13:26:46 -0500, Bill Layer <william.layer at comcast.net> 
wrote:

> On Thu, 21 Aug 2003 12:43:15 -0500
> Johnny Fulcrum <johnnyfulcrum at mn.rr.com> wrote:
>
>>
>> can one edit an iso file to add some stuff?
>
> Sure. As root:
>
> mkdir -f /mnt/iso
> mount -t iso9660 -o loop,rw image.iso /mnt/iso
> cd /mnt/iso
>
> <make changes>
>

I always get that it's a read only filesystem:

[root at tools_linux2 mnt]# mkdir knopp
[root at tools_linux2 mnt]# mount -t iso9660 -o loop,rw 
/home/meierjo/knoppiXMAME/KnoppiXMAME-1.0.iso /mnt/knopp
[root at tools_linux2 mnt]# cd knopp
.
.
.
cp: cannot create regular file `./005.zip': Read-only file system
cp: cannot create regular file `./1941.zip': Read-only file system

.
.
.
[root at tools_linux2 roms]# mount
.
.
.
.
/home/xxxx/knoppiXMAME/KnoppiXMAME-1.0.iso on 
/home/xxxx/knoppiXMAME/knopiso type iso9660 (rw,loop=/dev/loop3)
/home/xxxx/knoppiXMAME/KnoppiXMAME-1.0.iso on /mnt/knopp type iso9660 
(rw,loop=/dev/loop4)
[root at tools_linux2 roms]# df -k .
Filesystem           1K-blocks      Used Available Use% Mounted on
/home/xxxx/knoppiXMAME/KnoppiXMAME-1.0.iso
                        203024    203024         0 100% /mnt/knopp
[root at tools_linux2 roms]#
.
.
.

> cd ..
> umount iso
>
> <done>
>
> Bill
>
> _______________________________________________
> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
> http://www.mn-linux.org tclug-list at mn-linux.org
> https://mailman.real-time.com/mailman/listinfo/tclug-list
>




_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list