Linux - NewbieThis 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.
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.
I am trying to mount the iso image of the dvd in RHEL 4 update 4.However its not getting mounted.
First i tried with the following command.However it asked me to specify the file system type
[sroot@pune-vp craft]# mount -o loop VP4.1.2501.iso /vp
mount: you must specify the filesystem type
Then i tried with the file system type also however it fails with the below error.
[sroot@pune-vp craft]# mount -t iso9660 -o loop VP4.1.2501.iso /vp
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
clearly not an intro to yourself and interests in linux. moved to Linux - Newbie. if there was some specific literature or such which lead you to post in the intro's forum, please let us know.
say about it? If it really is an ISO image, it should say "ISO 9660 CD-ROM filesystem" or something..that hopefully reveals if it's regular iso or not. For a start.
Thanks for your input.
I found out the issue.The iso image seems to be improper.
I redownloaded the iso image and its getting mounted properly using mount -o loop file.iso /mnt
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.