LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 12-10-2004, 02:21 AM   #1
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Rep: Reputation: 30
mounting iso files on linux


How would i do that?
 
Old 12-10-2004, 02:43 AM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Code:
mount -o loop -t iso9660 filename.iso /mnt/iso
Of course the mountpoint must exist
 
Old 12-10-2004, 02:48 AM   #3
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
hmm wierd, when i type that in, i get some sort of help file explaining some info and different arguements..
 
Old 12-10-2004, 03:05 AM   #4
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
I guess you get the info about the mount command usage. So as root create a mountpoint:
Code:
mkdir /mnt/iso
Then cd to the directory where is your iso file.
From that directory issue the command I gave you (of course change filename.iso to the name of your .iso file) and if doesn't work post here the response.
Regards
 
Old 12-10-2004, 03:16 AM   #5
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
Ok, i create that and i still get the same problem, it shows some help file with help on different arguements...
 
Old 12-10-2004, 03:47 AM   #6
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Then your .iso file is probably damaged.
 
Old 12-10-2004, 03:51 AM   #7
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
but im able to burn it and run it off the cd..

mabye my kernel isn't configured to mount?

hmm
 
Old 12-10-2004, 04:15 AM   #8
shy
Member
 
Registered: Dec 2002
Location: Russia
Distribution: ASP linux
Posts: 94

Rep: Reputation: 15
Maybe, you don't have 'loop devices' in your kernel configuration? Could you post the mount's logs here?
 
Old 12-10-2004, 04:29 AM   #9
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
how would i retrieve the mounts logs?
 
Old 12-10-2004, 04:50 AM   #10
shy
Member
 
Registered: Dec 2002
Location: Russia
Distribution: ASP linux
Posts: 94

Rep: Reputation: 15
Just copy all the stuff mount prints and paste here. Don't forget to add a [code] tag.
Sorry, 'logs' seems to be the wrong word... I should have used 'output'

Last edited by shy; 12-10-2004 at 05:03 AM.
 
Old 12-10-2004, 02:39 PM   #11
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
ok, well when i type 'mount' i get

mark@user379:~> mount
/dev/hda2 on / type reiserfs (rw,acl,user_xattr)
proc on /proc type proc (rw)
tmpfs on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/hda3 on /home type reiserfs (rw)
/dev/hdc on /media/dvdram type subfs (ro,nosuid,nodev,fs=cdfss,procuid,iocharset=utf8)
/dev/fd0 on /media/floppy type subfs (rw,nosuid,nodev,sync,fs=floppyfss,procuid)
usbfs on /proc/bus/usb type usbfs (rw)
mark@user379:~>
 
Old 12-10-2004, 02:45 PM   #12
shy
Member
 
Registered: Dec 2002
Location: Russia
Distribution: ASP linux
Posts: 94

Rep: Reputation: 15
I'm sorry, I was not completely correct
Please, give the output of suggested earlier:
Code:
mount -o loop -t iso9660 filename.iso /mnt/iso
 
Old 12-10-2004, 02:52 PM   #13
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
oh wow, nevermind, my iso file had spaces and i wasn't really typing it in well

sorry for the mistake on my part.

Thanks guys
 
Old 12-10-2004, 03:01 PM   #14
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Original Poster
Rep: Reputation: 30
ok, however i have another problem when it comes to mounting and unmounting

When i want to mount, it gives me an error that the device is in use, (im trying to install a program which has 2 disks)

any suggestions?
 
Old 12-10-2004, 03:11 PM   #15
shy
Member
 
Registered: Dec 2002
Location: Russia
Distribution: ASP linux
Posts: 94

Rep: Reputation: 15
Are you sure you get 'device in use' when you try to mount? Maybe it's when you run umount?
And again, output with the exact error could be helpful...

Last edited by shy; 12-10-2004 at 03:12 PM.
 
  


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 / burning iso files Grinder2 Linux - Newbie 8 01-19-2006 03:35 PM
Mounting ISO Images in Linux TomalakBORG Linux - Software 6 05-15-2005 06:03 PM
installing FC3 by mounting the iso files cylaxzene Fedora - Installation 5 01-12-2005 04:08 PM
mounting image files (iso, bins, etc) minm Linux - Newbie 1 09-08-2004 01:14 PM
Mounting ISO files as a normal user... Thymox Linux - General 3 02-16-2002 10:32 PM

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

All times are GMT -5. The time now is 06:16 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