> data
> 
> > However, if it's a data cd, then iso9660 MUST either be build into  
> > the kernel
> > or available as a module for the "auto" part of your cdrom fstab  
> > line to work
> > correctly... hmmm... maybe need also "autoload" in the module  
> > loading section
> > of the kernel configurator.
> >
> 
> 
> ok. thanks! i'll check that out.

Try;
$ grep ISO9660 /usr/src/linux/.config

If it says
CONFIG_ISO9660_FS=y -> its built into the kernel, and should be working
CONFIG_ISO9660_FS=m -> its built as a module, so try 'modprobe iso9660'
and attempt the mount again (but it should load the module automatically
# CONFIG_ISO9660_FS is not set -> you need to build it. You might as
well just build it as a module, so you don't have to change your kernel
and reboot etc. Just update your .config file, then run "make modules &&
make modules_install && modprobe iso9660" and try to mount it again. 

-Ad


--
[EMAIL PROTECTED] mailing list

Reply via email to