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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
12-10-2004, 02:21 AM
|
#1
|
Member
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582
Rep:
|
mounting iso files on linux
How would i do that?
|
|
|
12-10-2004, 02:43 AM
|
#2
|
LQ Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,197
|
Code:
mount -o loop -t iso9660 filename.iso /mnt/iso
Of course the mountpoint must exist
|
|
|
12-10-2004, 02:48 AM
|
#3
|
Member
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582
Original Poster
Rep:
|
hmm wierd, when i type that in, i get some sort of help file explaining some info and different arguements..
|
|
|
12-10-2004, 03:05 AM
|
#4
|
LQ Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,197
|
I guess you get the info about the mount command usage. So as root create a mountpoint:
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
|
|
|
12-10-2004, 03:16 AM
|
#5
|
Member
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582
Original Poster
Rep:
|
Ok, i create that and i still get the same problem, it shows some help file with help on different arguements...
|
|
|
12-10-2004, 03:47 AM
|
#6
|
LQ Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,197
|
Then your .iso file is probably damaged.
|
|
|
12-10-2004, 03:51 AM
|
#7
|
Member
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582
Original Poster
Rep:
|
but im able to burn it and run it off the cd..
mabye my kernel isn't configured to mount?
hmm
|
|
|
12-10-2004, 04:15 AM
|
#8
|
Member
Registered: Dec 2002
Location: Russia
Distribution: ASP linux
Posts: 94
Rep:
|
Maybe, you don't have 'loop devices' in your kernel configuration? Could you post the mount's logs here?
|
|
|
12-10-2004, 04:29 AM
|
#9
|
Member
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582
Original Poster
Rep:
|
how would i retrieve the mounts logs?
|
|
|
12-10-2004, 04:50 AM
|
#10
|
Member
Registered: Dec 2002
Location: Russia
Distribution: ASP linux
Posts: 94
Rep:
|
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.
|
|
|
12-10-2004, 02:39 PM
|
#11
|
Member
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582
Original Poster
Rep:
|
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:~>
|
|
|
12-10-2004, 02:45 PM
|
#12
|
Member
Registered: Dec 2002
Location: Russia
Distribution: ASP linux
Posts: 94
Rep:
|
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
|
|
|
12-10-2004, 02:52 PM
|
#13
|
Member
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582
Original Poster
Rep:
|
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
|
|
|
12-10-2004, 03:01 PM
|
#14
|
Member
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582
Original Poster
Rep:
|
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?
|
|
|
12-10-2004, 03:11 PM
|
#15
|
Member
Registered: Dec 2002
Location: Russia
Distribution: ASP linux
Posts: 94
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 07:51 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|