LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-06-2004, 03:14 AM   #1
sattu
LQ Newbie
 
Registered: Jul 2004
Location: IITK
Posts: 4

Rep: Reputation: 0
Question How to open/extract ISO file in Linux?


Hi everybody!

I am new to Linux. I have Fedora installed on my PC.

I wanted to install MatLab for Linux from an ISO file. Now from my previous experience of windows, I thought that mounting or extracting it into my HD will help. But I can find no way to do it

Please Help! I am stuck!!
 
Old 07-06-2004, 03:18 AM   #2
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Hi there sattu!!!

Welcome to LinuxQuestions.org. Yup, same rules for Windows applies here when dealing with ISO's. You've to mount them. But no worries, that's actually quite easy to do. Take a look at this tutorial:

http://www.cpqlinux.com/cdrw.html

to get the hang of creating, mounting and burning iso's in linux, among other fancy stuff.

Good luck! I hope you enjoy your stay here
 
Old 07-06-2004, 03:19 AM   #3
mrgrieves
Member
 
Registered: Apr 2004
Location: north of 52, south of 54
Distribution: slackware 10.0
Posts: 108

Rep: Reputation: 15
simple:

mount -o loop -t iso9660 filename.iso /mnt/iso

(remember to create the directory /mnt/iso first)

Then browse to /mnt/iso and install
 
Old 07-06-2004, 03:23 AM   #4
drowstar
Member
 
Registered: Apr 2004
Location: Germany
Distribution: Slackware, Gentoo, Fedora
Posts: 205

Rep: Reputation: 30
Hi sattu,
Now from my previous experience of windows, I thought that mounting or extracting it into my HD will help.
exactly
Code:
su
Password:
mkdir mountpoint
mount -o loop YourImage.iso mountpoint
ls mountpoint/
Become root, make a directory to see the files in, mount the image to this directory, see whats in there.
Be aware that rebooting will unmount everything you have not saved in your /etc/fstab file. You might want to copy the contents of the mount directory to your hard drive to be able to access them later without remounting.

Good luck,
- drowstar
 
Old 07-06-2004, 03:25 AM   #5
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
You can burn the iso to a cd or...

mount it like:

mkdir /temp-mount-point

mount metlab-blah.iso /temp-mount-point -o loop

you can then cd to /temp-mount-point and get what's in the iso...
 
1 members found this post helpful.
Old 07-06-2004, 03:51 AM   #6
sattu
LQ Newbie
 
Registered: Jul 2004
Location: IITK
Posts: 4

Original Poster
Rep: Reputation: 0
Smile

Thanks for your help! Finally I got Matlab installed. Thanks again.
 
Old 09-19-2008, 09:49 PM   #7
mrjawer
LQ Newbie
 
Registered: Sep 2008
Posts: 3

Rep: Reputation: 0
thank you,mrgrieves.this command is good.
 
Old 10-13-2011, 03:13 AM   #8
hadisarabi
LQ Newbie
 
Registered: Oct 2011
Posts: 1

Rep: Reputation: Disabled
Unhappy mount error

i give this error:
mount: /dev/loop0: can't read superblock
 
Old 10-13-2011, 03:20 AM   #9
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Rep: Reputation: 47
nobody mentioned '/dev'
this thread is 7 years old, look here: http://www.cyberciti.biz/tips/how-to...der-linux.html
 
Old 10-13-2011, 03:25 AM   #10
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by hadisarabi View Post
i give this error:
mount: /dev/loop0: can't read superblock
Hello,

Due to this thread being so old, please search these forums first for an answer, and if not, then by all means create a new thread. For future reference, please do not dig up old threads.

Cheers,

Josh
 
1 members found this post helpful.
Old 07-04-2015, 12:48 AM   #11
NHKomaiha
LQ Newbie
 
Registered: Jun 2015
Location: Lebanon
Distribution: Linux Mint 17.2 Mate
Posts: 7

Rep: Reputation: Disabled
Thumbs up Still working @2015

old thread.. but still working on linux mint 17.1
i tried this one and it's working well
http://i59.tinypic.com/25an4lz.png

Code:
su
Password:
mkdir mountpoint
mount -o loop YourImage.iso mountpoint
ls mountpoint/
i wrote 2 wrong command.. they are in the pricture.. ignore them

Last edited by NHKomaiha; 07-04-2015 at 12:54 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I extract a file from iso archive kmichal2 Linux - Software 8 12-14-2004 05:48 AM
how to extract an .iso file to an directory vito_huang Linux - Newbie 2 11-29-2004 09:12 PM
can't open a iso file in fedora? eye Fedora 1 09-20-2004 12:08 AM
Does anyone Know how to open either .iso.rz or these .iso.xdelta,.iso.bz2,.iso.lzma?? maximalred Debian 5 06-09-2004 06:15 AM
mount a .iso or extract a .iso behind user witout access to root easytarget Linux - Newbie 3 09-29-2002 05:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration