--- Oliver Ob <[EMAIL PROTECTED]> a écrit : > This is
what I would like to do: Updating a backup
> then burn new.
> 
> I copied the old cd using 
> dd=if... of=/image.iso
> 
> Now I mounted that iso
> mount -o loop -t iso9660 image.iso /mnt/image
> 
> It is there, no problems till here.
> 
> Now it is mounted rw (according to mount)
> I want to copy one file INTO it.
> 
> But I get "READ ONLY FS"
> 
> So what do I do wrong here? It IS mounted rw
> 

1. You should RTFM before experimenting.
2. ISO9660 is _not_ a writable filesystem.
It was developed for read only media.

> Please help, I need to get that done for tomorrow.
> 

If you want to "write" to a ISO image:
1. mount the iso
2. copy the files you want to keep on that iso
in a directory. COpy the others file which you 
want on that iso in that directory
3. man mkisofs
4. make the iso from that directory 

> -- 
> *º¤., ¸¸,.¤º*¨¨¨*¤        =Oliver@home=        
> *º¤., ¸¸,.¤º*¨¨*¤
> I      
> http://www.bmw-roadster.de/Friends/Olli/olli.html   
>    I
> I      
> http://www.bmw-roadster.de/Friends/friends.html     
>    I
> I       http://groups.yahoo.com/group/VGAP-93       
>            I
> I       mailto:[EMAIL PROTECTED]    
>            I
> I      
> http://home.t-online.de/home/spacecraft.portal      
>    I
> >>>  Telek0ma iBBMS - now back online
> +49.4504.TRSi1/TRSi2   <<<
> -
> To unsubscribe from this list: send the line
> "unsubscribe linux-newbie" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at 
> http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at
http://www.linux-learn.org/faqs 

=====
--
The UNIX Hierarchy - Beginner
- insecure with the concept of a terminal 
- has yet to learn the basics of "vi" 
- has not figured out how to get a directory 
- still has trouble with typing <RETURN> after each line of input

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to