[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: extracting files from an ISO image
- From: Wolfgang Pfeiffer <wolfg pfeiffer t-online de>
- To: redhat-list redhat com
- Subject: RE: extracting files from an ISO image
- Date: Sat Jun 29 21:06:01 2002
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: redhat-list-admin redhat com
> [mailto:redhat-list-admin redhat com]On Behalf Of Paul Greene
> Sent: Saturday, June 29, 2002 1:47 PM
> To: redhat-list redhat com
> 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 --
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]