On Jun 29, 2002, 14:09 (-0500) Kevin Krieser wrote:

> You didn't mention what OS you are currently using.
>
> With Linux, mount -o loop <iso image> /mnt/<mount point>.
>
> But if you are wanting to install from them, you can put the 3 ISO images on
> a FAT or ext2 filesystem, and boot from floppy.  This is how I installed on
> my laptop with the defective CD drive.  (of course, you can't reformat that
> partition during the install).
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Paul Greene
> Sent: Saturday, June 29, 2002 1:47 PM
> To: [EMAIL PROTECTED]
> Subject: extracting files from an ISO image
>
>
> I downloaded Redhat 7.3 and burned the 3 cd's; disk 2 seems to have been
> a defective burn. So, I re-downloaded disk 2 again.
>
> Rather than burn a new cd, is it possible to just extract the needed
> files from the ISO image? Does such a utility exist?

... if you know how to use 'mount': yes, there is a utility :)

First mount the partition where you have the iso.image.

then:
mount /some/path/to/some.iso /mountpoint/ -o loop=/dev/loop0

on /mountpoint/ you'll have the iso now which you can view as if it
were a CD with files on it ... :)

To unmount all this do these 3 commands (and never ever forget it :))
umount /dev/loop0
losetup -d /dev/loop0
umount /partition/from/step/one

It's a dangerous thing if you make a mistake and then cannot umount
your partitions ...

Please check my suggestions very carefully (Google etc. ...): if
I made a mistake you'll have a big problem ...

man losetup
man mount

Regards
Wolfgang

>
> PG
-- 
New Key on: http://home.t-online.de/home/520050060325-0001/
Key fingerprint = 2B4D FE85 924D 06CC 881D  2E8D 771F 0EDE 92F6 DDFF
                  [created on 2002-06-11]

http://www.geocities.com/wolfgangpfeiffer/

                            -- END TRANSMISSION --




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to