On Mon, 29 Nov 1999, K Sambaiah wrote:
>Hi All,
>      I have problem with mounting my cdrom. I am using RedHat 5.2. When
>      I try to mount it is giving message like the following. What could
>      be the reaseon.
>
>     mount: fs type iso9660 not supported by kernel

I dont know how the standard redhat-5.2 kernel is configured, i take
it you are using the standarly installed kernel from the 5.2
distribution source.

Amyway, it sounds like that distribution has iso966o  compiled in
module form. If you do ls /lib/modules/`uname -r`/fs/isofs.o
(note the quotes around uname -r) and you see something like

/lib/modules/x.x.xx-x/fs/isofs.o

Then do;
modprobe isofs

Then mount the cdrom.

If your problem persists, please send the following along with the
next message;

The configuration line from /etc/fstab for your cdrom
Any error output from your used commands, the exacht message(s) pls,
    use cut and paste.
The output of;
cat /usr/src/linux/.config | grep ISO9660
cat /var/log/messages | grep iso
ls -al /lib/modules/`uname -r`/fs/iso9660.o
cat /proc/version

>      Thanks In Advance,
>      Sambaiah Kilaru.

--
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/

Reply via email to