Unable to mount CDROM in Suse Linux (Able to open the CD in windows in another sys)
Linux - NewbieThis 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.
I need to install a VLSI simulation software in my machine.
Since that is an windows software, i installed windows xp in my virtual box present in suse linux.
when i tried to install the simulation software through the CDROM, I am unable to mount the CD.(CDROM has been detected in Linux) but i was able to open the disc in my friends machine with windows and also there is no fault with my disc reader since i am able to open other disc)
when i tried to mount the CDROM manually(as root)
I got the below message.
linux-p8ic:/home/elcot # cd /media
linux-p8ic:/media # mkdir dvd
linux-p8ic:/media # mount /dev/hda /media/dvd
mount: block device /dev/hda is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hda,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
I need to install a VLSI simulation software in my machine.
Since that is an windows software, i installed windows xp in my virtual box present in suse linux.
when i tried to install the simulation software through the CDROM, I am unable to mount the CD.(CDROM has been detected in Linux) but i was able to open the disc in my friends machine with windows and also there is no fault with my disc reader since i am able to open other disc)
when i tried to mount the CDROM manually(as root)
I got the below message.
linux-p8ic:/home/elcot # cd /media
linux-p8ic:/media # mkdir dvd
linux-p8ic:/media # mount /dev/hda /media/dvd
Well, you're not mounting the right device. /dev/hda is an entire device.../dev/hda1 (or whatever #), is the partition you need to mount. Also, as a rule, most SuSE systems won't do /dev/hdXXX for devices, more often than not these days, it'll be /dev/sr0 or /dev/dvd....do you have those devices present?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.