Re: subfs and dvd/cdrom.
John Lamb <[email protected]>
| Newsgroups | gmane.linux.suse.multimedia |
|---|---|
| Message-ID | <[email protected]> |
[email protected] 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 -- JDL