Re: [SuSE Linux] Acer 24x CD-ROM under SuSE 6.0/Linux 2.2.4
On Sat, 27 Mar 1999 19:24:11 -0600, Michael Merritt wrote:
# mount /mnt/cdrom results in: mount: fs type unknown not supported by kernel
not right, your trying to mount the mount point. try 'mount /dev/hdc'. if that dosen't then try 'mount /dev/hdc /mnt/cdrom'. make sure the dir /mnt/cdrom exists.
My /etc/fstab looks like: <snip> /dev/hdc /mnt/cdrom iso9660 ro,noauto,user 0 0
-andy- sent by andy peerand using recyled protons ... Dogs crawl under gates, software crawls under Windows! -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
No, I've seen this before. Michael, have you tried "cat /proc/fstab" (or whatever file in /proc lists all the installed drivers for file systems)? I had a similar problem with a Red Hat installation on a laptop. No matter what I did, the system would not touch the CD-ROM driver after a kernel build, and it always looked like iso9660 support wasn't compiled in (even though I knew it was). Unfortunately, I never found an answer... someone suggested a bad or corrupted kernel. The frustrating thing was that SuSE never had this problem on the same machine. BTW, I had to recompile the kernel for this machine in order to turn on APM support. Mark ----- Original Message ----- From: andy peerand <apeerand@pacbell.net> To: suse list <suse-linux-e@suse.com>; Michael Merritt <michael@merrittpop.com> Sent: Saturday, March 27, 1999 9:54 AM Subject: Re: [SuSE Linux] Acer 24x CD-ROM under SuSE 6.0/Linux 2.2.4
On Sat, 27 Mar 1999 19:24:11 -0600, Michael Merritt wrote:
# mount /mnt/cdrom results in: mount: fs type unknown not supported by kernel
not right, your trying to mount the mount point. try 'mount /dev/hdc'. if that dosen't then try 'mount /dev/hdc /mnt/cdrom'. make sure the dir /mnt/cdrom exists.
My /etc/fstab looks like: <snip> /dev/hdc /mnt/cdrom iso9660 ro,noauto,user 0 0
-andy- sent by andy peerand using recyled protons
... Dogs crawl under gates, software crawls under Windows! -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
-- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
andy peerand wrote:
On Sat, 27 Mar 1999 19:24:11 -0600, Michael Merritt wrote:
# mount /mnt/cdrom results in: mount: fs type unknown not supported by kernel
not right, your trying to mount the mount point. try 'mount /dev/hdc'. if that dosen't then try 'mount /dev/hdc /mnt/cdrom'. make sure the dir /mnt/cdrom exists.
# mount /dev/hdc mount: the kernel does not recognize /dev/hdc as a block device (maybe `insmod driver'?) # mount /dev/hdc /mnt/cdrom mount: you must specify the filesystem type FWIW, I've always used mount /mnt/cdrom in the past... And yes, the dir does exist.
My /etc/fstab looks like: <snip> /dev/hdc /mnt/cdrom iso9660 ro,noauto,user 0 0
-andy- sent by andy peerand using recyled protons
... Dogs crawl under gates, software crawls under Windows!
-- Michael Merritt michael@merrittpop.com | <A HREF="http://www.merrittpop.com/"><A HREF="http://www.merrittpop.com/</A">http://www.merrittpop.com/</A</A>> michaelmerritt@email.com | <A HREF="http://www.formax.net/jmm/"><A HREF="http://www.formax.net/jmm/</A">http://www.formax.net/jmm/</A</A>> ICQ: 21021306 -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Michael Merritt wrote:
andy peerand wrote:
On Sat, 27 Mar 1999 19:24:11 -0600, Michael Merritt wrote:
# mount /mnt/cdrom results in: mount: fs type unknown not supported by kernel
not right, your trying to mount the mount point. try 'mount /dev/hdc'. if that dosen't then try 'mount /dev/hdc /mnt/cdrom'. make sure the dir /mnt/cdrom exists.
# mount /dev/hdc mount: the kernel does not recognize /dev/hdc as a block device (maybe `insmod driver'?)
I hope, your .config looks like so? # # Block devices # CONFIG_BLK_DEV_FD=y CONFIG_BLK_DEV_IDE=y # CONFIG_BLK_DEV_HD_IDE is not set CONFIG_BLK_DEV_IDEDISK=y CONFIG_BLK_DEV_IDECD=y Henning -- H. Henning Vossieck - h.vossieck@ndh.net - <A HREF="http://www.ndh.net/home/vossieck/"><A HREF="http://www.ndh.net/home/vossieck/</A">http://www.ndh.net/home/vossieck/</A</A>> 49 2291 3010/6519 -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
hhv wrote:
Michael Merritt wrote:
andy peerand wrote:
On Sat, 27 Mar 1999 19:24:11 -0600, Michael Merritt wrote:
# mount /mnt/cdrom results in: mount: fs type unknown not supported by kernel
not right, your trying to mount the mount point. try 'mount /dev/hdc'. if that dosen't then try 'mount /dev/hdc /mnt/cdrom'. make sure the dir /mnt/cdrom exists.
# mount /dev/hdc mount: the kernel does not recognize /dev/hdc as a block device (maybe `insmod driver'?)
I hope, your .config looks like so?
# # Block devices # CONFIG_BLK_DEV_FD=y CONFIG_BLK_DEV_IDE=y # CONFIG_BLK_DEV_HD_IDE is not set CONFIG_BLK_DEV_IDEDISK=y CONFIG_BLK_DEV_IDECD=y
Which config file would this be? For the kernel? -- Michael Merritt michael@merrittpop.com | <A HREF="http://www.merrittpop.com/"><A HREF="http://www.merrittpop.com/</A">http://www.merrittpop.com/</A</A>> michaelmerritt@email.com | <A HREF="http://www.formax.net/jmm/"><A HREF="http://www.formax.net/jmm/</A">http://www.formax.net/jmm/</A</A>> ICQ: 21021306 -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
participants (4)
-
apeerand@pacbell.net
-
h.vossieck@ndh.net
-
medavid@ix.netcom.com
-
michael@merrittpop.com