RE: Mounting a iso file


Subject: RE: Mounting a iso file
From: Stephen Lewis (lewis@napanet.net)
Date: Sun Jul 01 2001 - 22:34:53 MDT


Yes you can mount an ordinary file as a filesystem.
It works best if the file actually contains a filesystem :-)
see 'man mount' and read the section about the "LOOP DEVICE"
If you have a file '/path/image' and want to mount is as '/mnt/here'
do this:

mount -t iso -o loop=/dev/loop1 /path/image /mnt/here

when you are done:

umount /mnt/here

You will need appropriate permissions (root),
Stephen Lewis

>
> RE: Mounting a iso file
> Date:
> Sun, 1 Jul 2001 20:37:34 +0200
> From:
> Isak Lyberth <ily@serv01.vejlehs.dk>
> Reply-To:
> yellowdog-general@lists.yellowdoglinux.com
> To:
> "'yellowdog-general@lists.yellowdoglinux.com'" <yellowdog-general@lists.yellowdoglinux.com>
>
>
>
> I mean in linux.
> On my mac machine i don't have a burner. I do on my windows machine, but typically for a windows machine im reinstalling it.
>
> Regards isak
>
> -----Original Message-----
> From: Scott Shanafelt
> To: yellowdog-general@lists.yellowdoglinux.com
> Sent: 7/1/01 7:59 PM
> Subject: Re: Mounting a iso file
>
> Toast can do it, there are probably others.
>
> if you have toast simply find the "mount image" in one of the menu's.
>
> -Scott Shanafelt
>
> ----- Original Message -----
> From: Isak <mailto:ily@serv01.vejlehs.dk> Lyberth
> To: 'yellowdog-general@lists.yellowdoglinux.com'
> <mailto:'yellowdog-general@lists.yellowdoglinux.com'>
> Sent: Sunday, July 01, 2001 12:52 PM
> Subject: Mounting a iso file
>
>
> is it possible to mount a iso image_
> if so, how
> many thanks
>
> Isak



This archive was generated by hypermail 2a24 : Mon Jul 02 2001 - 00:27:09 MDT