Hi, my dvd and cdrom devices give me an error when I try to mount them, "fs type subfs not supported by kernel."
I built my own kernel with the downloaded suse kernel sources 2.6.5-7.108. I used the /proc/config.gz from the original installation to template my .config for the new kernel so I shouldn't have changed any functionality. However, I can't seem to find an option in the .config file that corresponds to this function anyway.
Can anyone help me out? Please.
Thanks,
Michael
Mike.P.Smith@kp.org wrote:
Hi, my dvd and cdrom devices give me an error when I try to mount them, "fs type subfs not supported by kernel."
I built my own kernel with the downloaded suse kernel sources 2.6.5-7.108.
Can anyone help me out? Please.
You need to build the subfs module, which is not yet in the 2.6 kernel. Download submount-0.9.tar.gz from http://sourceforge.net/project/showfiles.php?group_id=81174
Start a konsole and $ tar zxvf submount-0.9.tar.gz $ cd submount-0.9/subfs-0.9 $ make $ su # make install