Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then 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.
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.
Distribution: Gentoo as host OS and Redhat as guest OS
Posts: 34
Rep:
mount a ISO file
I'm trying to mount a ISO image. However I get mount: Not a directory when I do mount -o loop suse/SU920.001.iso /mnt/iso1/ (by the way I am root, I am in /root and there is a suse/ in it and /mnt/iso1/ exists too).
Originally posted by enemorales Dont you need to put also "-t iso9660"?
just tried it, no!
EDIT: and now I also know why
excerpt from 'man mount':
Code:
The type iso9660 is the default. If no -t option
is given, or if the auto type is specified, the
superblock is probed for the filesystem type (adfs,
bfs, cramfs, ext, ext2, ext3, hfs, hpfs, iso9660,
jfs, minix, ntfs, qnx4, reiserfs, romfs, udf, ufs,
vxfs, xfs, xiafs are supported). If this probe
fails, mount will try to read the file
/etc/filesystems, or, if that does not exist,
/proc/filesystems. All of the filesystem types
listed there will be tried, except for those that
are labeled "nodev" (e.g., devpts, proc and nfs).
If /etc/filesystems ends in a line with a single *
only, mount will read /proc/filesystems afterwards.
Distribution: Slackware 13; Ubuntu Raspberry Pi OS
Posts: 255
Rep:
Re: mount a ISO file
Quote:
Originally posted by Kabuto I'm trying to mount a ISO image. However I get mount: Not a directory when I do mount -o loop suse/SU920.001.iso /mnt/iso1/ (by the way I am root, I am in /root and there is a suse/ in it and /mnt/iso1/ exists too).
What to do about this?
Am I correct that suse is in the /root directory? If so try this:
Originally posted by abisko00
[B]just tried it, no!
EDIT: and now I also know why
[...]
Good to know it. I'll save some typing next time
The error message doesn't lead to this, but could it happen that the ISO is corrupted? Did you download them? If the webpage provides the MD5 sums you can run "md5sum yourisofile.iso" to compare them.
Other choices. Do you have another ISO that mounts?
it looks like I've more questions than answers
Last edited by enemorales; 03-17-2005 at 07:25 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.