LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Extracting iso (https://www.linuxquestions.org/questions/linux-newbie-8/extracting-iso-602983/)

stfusonxxxx 11-28-2007 08:21 AM

Extracting iso
 
How do I extract a Fedora 8 iso to my Desktop?

Vincent_Vega 11-28-2007 08:29 AM

You can mount it as a loop device:
Code:

mount -o loop Fedora_8.iso /mount/point
and then it becomes like any other folder. You can drag (copy) the contents to the desktop or copy it whichever way you like.

phantom_cyph 11-28-2007 11:12 AM

Other programs you can use (graphically) are Kiso, and Isomaster.

Note that just because you place a package in an iso will not make it install. Extracting the iso is easy, but I still have not figured out where to find the packages to delete or add packages.

dolphs 02-21-2008 07:34 AM

Is there is similar program as isomaster available at the console, I need to extract one file called isolinux.cfg from an ISO. Tool needs to be available in a live cd like knoppix .. would be great to hear from you guys ..

jschiwal 02-21-2008 07:35 AM

Just mount the iso image using a loop device as already suggested. Then you can cd into the mountpoint and copy the file you need.

dolphs 02-21-2008 07:47 AM

yip that is indeed the other way, nice if you are focussing in one direction only . cheers :) .


All times are GMT -5. The time now is 09:54 PM.