LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-24-2005, 11:50 AM   #1
Haloony
Member
 
Registered: Aug 2005
Posts: 61

Rep: Reputation: 15
mounting iso's


Hey my name is Hal and I really wanted to get into linux so i found an unused pc in my house hooked it up to a monitor keyboard and mouse, but I had to find a distrubution. I was having trouble burning the isos to cds and i also found an old red hat 7.0 lying around and i decided well nothing else worked so what the hell. I remeber reading in one of many newbie linux articles that you can bypass the burning part and mount the iso containing the os right onto the system and install it from there. Is that true? If so how can i do it? Thnx
 
Old 10-24-2005, 12:10 PM   #2
dinolinux
Member
 
Registered: Jun 2005
Location: Oslo, Norway
Distribution: Slackware 11, Solaris 10, Solaris 9, Sourcemage 0.9.6
Posts: 322

Rep: Reputation: 31
Redhat 7 is _very_ old. If you have a CD burner, you could make your life so much easier. Mounting iso images is a complicated process. But the basic thing will be:
Code:
mkdir /mnt/myiso
mount -t 9660 /path/to/iso/file.iso /mnt/myiso
But I would _strongly_ suggest burning a cd instead
 
Old 10-24-2005, 12:26 PM   #3
Haloony
Member
 
Registered: Aug 2005
Posts: 61

Original Poster
Rep: Reputation: 15
hehe ye i can tell it's very old, but my cd/dvd-rom went totally beserk when i uninstalled roxio easy media the drive actually disappeard from the computer and i had to mess with the registry to get it back, but since then it hasn't been the same cd burning just hasnt worked. Whatever thnx for ure help- guess i gotta use another computer
 
Old 10-24-2005, 04:27 PM   #4
imitheos
Member
 
Registered: May 2005
Location: Greece
Posts: 441

Rep: Reputation: 141Reputation: 141
Quote:
Originally posted by dinolinux
Redhat 7 is _very_ old. If you have a CD burner, you could make your life so much easier. Mounting iso images is a complicated process. But the basic thing will be:
Code:
mkdir /mnt/myiso
mount -t 9660 /path/to/iso/file.iso /mnt/myiso
But I would _strongly_ suggest burning a cd instead
I am sorry if i am wrong but i believe the right syntax is the following:

Code:
mkdir /mnt/myiso
mount -t iso9660 -o loop /path/to/iso/file.iso /mnt/myiso
the "-t iso9660" is not needed because the kernel can autodetect the type of the filesystem.
 
Old 10-25-2005, 02:39 AM   #5
phil.d.g
Senior Member
 
Registered: Oct 2004
Posts: 1,272

Rep: Reputation: 154Reputation: 154
imitheos: you are correct.

There is nothing complicated about mounting an iso image, all that is required over mounting a CD is the path to the iso image and the '-o loop' option in the mount command

If you want to install an OS from a mounted iso image then that is harder

Last edited by phil.d.g; 10-25-2005 at 02:41 AM.
 
Old 10-25-2005, 02:57 AM   #6
Razze
Member
 
Registered: Dec 2004
Location: Espoo, Finland
Distribution: Gentoo, 2.6.16-gentoo-r11
Posts: 108

Rep: Reputation: 15
If you can't burn an iso-image you can also do a net-install if you have a relatively fast way of connecting to internet. Of the more newbie-friendly distros I know of at least Mandrake can be installed using 2 floppy disks and getting the packages from the net. There are also fairly good instructions for the floppies, and once you get the installation running the only difference from installing from CDs is that the data is coming over the net and not from the CD.
 
Old 10-25-2005, 03:45 AM   #7
b0nd
Senior Member
 
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020

Rep: Reputation: 45
Quote:
Originally posted by phil.d.g
imitheos: you are correct.

There is nothing complicated about mounting an iso image, all that is required over mounting a CD is the path to the iso image and the '-o loop' option in the mount command

If you want to install an OS from a mounted iso image then that is harder
Hello,
i've never done it...
so would like to ask that its harder in wat sense ???

regards
 
Old 10-26-2005, 07:06 PM   #8
Haloony
Member
 
Registered: Aug 2005
Posts: 61

Original Poster
Rep: Reputation: 15
Hey razze lets say i wanted to do it the way youve just explained, where would i start?
 
Old 10-27-2005, 01:02 AM   #9
Razze
Member
 
Registered: Dec 2004
Location: Espoo, Finland
Distribution: Gentoo, 2.6.16-gentoo-r11
Posts: 108

Rep: Reputation: 15
I have only installed Mandriva over the net so I can not be sure about the others, but the basic idea is that you download 2 floppy images (one boot image and one with network card drivers). You copy the images to floppy disks, boot from the first and follow the instructions from there on. Once you get the installation program up and running the install process is exactly as if you were installing from a CD except that the packages are downloaded from the internet once needed - and there is no need to change CDs

On http://wwwnew.mandriva.com/en/downloads you will find a list of mirrors where you can find the necessary files if you choose Mandriva.

In the README.TXT found on the mirrors the installation process is described in detail.

Good luck!
 
  


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
Mounting 2 ISO's to the same directory ritme909 Linux - General 3 08-17-2011 08:41 PM
Mounting iso's sonic04002 Linux - Newbie 26 11-24-2005 08:41 AM
mounting iso's lofi dawharl Solaris / OpenSolaris 4 11-15-2004 03:03 AM
Mounting ISO's InsaneBob Linux - Software 1 09-26-2003 09:09 PM
mounting .iso's hyperpimp Linux - Networking 4 05-15-2002 08:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:18 AM.

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