LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to unpack an ISO file (https://www.linuxquestions.org/questions/linux-software-2/how-to-unpack-an-iso-file-286684/)

Scrag 02-05-2005 04:26 PM

How to unpack an ISO file
 
I have an ISO file I need to unpack because my Cd burner is dead. Anybody know of an easy way to do this, or a software program to use? Thanks. BTW..Im running mandrake 10.0.

jailbait 02-05-2005 04:32 PM

"I have an ISO file I need to unpack because my Cd burner is dead. Anybody know of an easy way to do this, or a software program to use? Thanks. BTW..Im running mandrake 10.0."

There are several methods to pack a file. Post the file name and then we can tell you which method to use to unpack it.

-------------------------
Steve Stites

Ephracis 02-05-2005 04:33 PM

IIRC you can mount an ISO-image just the as you mount your cdrom or partitions.

Scrag 02-05-2005 04:43 PM

Thanks MezzyMeat. By the way..could you explain how id mount the .iso file if I wanted to mount it under /mnt/cdrom ?? I looked at help for mount command but Im a little unsure how to do this?

Thanks Again,
Scrag

Lleb_KCir 02-05-2005 07:42 PM

this is one of the more powerful tools i have found in linux vs windows.

just type the following line and replace the filename.iso with the correct path/name of your iso you want access to.

Code:

mount -o loop -t iso9660 filename.iso /mnt/iso
that should do it for you. then you can cd /mnt/iso and all the info should be right there for you.

{BBI}Nexus{BBI} 02-05-2005 08:40 PM

addendum: Don't forget to create /mnt/iso first :-)

heema 02-06-2005 04:31 AM

there is a gr8 script called "Mount ISO image" that lets u mount a .iso image simply by right clicking on it and choosing "Actions -> Manage ISO -> Mount Image" then the Image file will be mounted to folder on Desktop, the corresponding folder will be opened and raised

http://kde-apps.org/content/show.php?content=11577


All times are GMT -5. The time now is 07:27 PM.