Re: mounting loop iso9660 rw

2004-02-19 Thread Micha Feigin
On Thu, Feb 19, 2004 at 07:59:20AM +0100, Kristian Rink wrote:
 
 Hi Micha,...
 
 On Thu, 19 Feb 2004 04:01:03 +0200
 Micha Feigin [EMAIL PROTECTED] wrote:
 
  How do I change things inside an iso9660 file system (cdrom
 
 You don't. ISO9660 per se is a read-only filesystem with no
 abilities to write to it. If you want to modify / add files, you'll
 have to copy the stuff from the iso to somewhere in your file
 system, do your modifications there and use mkisofs to build a
 working image again.
 

There are several tools to do this on M$, isn't there something for
doing it on linux?

 Cheers,
 Kris
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
  
  +++
  This Mail Was Scanned By Mail-seCure System
  at the Tel-Aviv University CC.
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mounting loop iso9660 rw

2004-02-19 Thread Marc Wilson
On Fri, Feb 20, 2004 at 02:42:23AM +0200, Micha Feigin wrote:
 There are several tools to do this on M$, isn't there something for
 doing it on linux?

What there are tools for on Windows is recreating the ISO after you've
modified the data inside it.  There are also tools on Linux to do this
job... you've been pointed to them at least twice in this thread.

You can't modify the ISO in-place.  If you actually bother to think about
it for a moment, you'll see why.

-- 
 Marc Wilson | Just because you're paranoid doesn't mean they AREN'T
 [EMAIL PROTECTED] | after you.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



mounting loop iso9660 rw

2004-02-18 Thread Micha Feigin
How do I change things inside an iso9660 file system (cdrom image)?
I tried to mount it rw but it seemed to ignore the rw option, that is
mount -o loop,rw file.iso /mnt
left it still in a read only state.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mounting loop iso9660 rw

2004-02-18 Thread Greg Madden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 18 February 2004 05:01 pm, Micha Feigin wrote:
 How do I change things inside an iso9660 file system (cdrom image)?
 I tried to mount it rw but it seemed to ignore the rw option, that is
 mount -o loop,rw file.iso /mnt
 left it still in a read only state.

You would have to copy the contents elsewhere, add files/dir then run 
mkisofs. 
- -- 
Greg Madden
Debian GNU/Linux
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFANCRXk7rtxKWZzGsRAhdiAKDCcAOIwcjtbIbFrZVwsI28afYZTgCgnH4P
PY+pkqeIPknzOgJGjXVz6EE=
=nBBC
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mounting loop iso9660 rw

2004-02-18 Thread Kristian Rink

Hi Micha,...

On Thu, 19 Feb 2004 04:01:03 +0200
Micha Feigin [EMAIL PROTECTED] wrote:

 How do I change things inside an iso9660 file system (cdrom

You don't. ISO9660 per se is a read-only filesystem with no
abilities to write to it. If you want to modify / add files, you'll
have to copy the stuff from the iso to somewhere in your file
system, do your modifications there and use mkisofs to build a
working image again.

Cheers,
Kris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]