Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
05-23-2004, 02:29 PM
|
#1
|
Member
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297
Rep:
|
Suse kernel 9.1 - fs type subfs
Hi
I have just had to hand roll my SUSE kernel, and somewhere along the line I switched off
SUBFS. (I get this message on booting up: mount: fs type subfs not supported by kernel)
The crazy thing is, I just can't find which .config line it is to switch it back on again. I've googled half the day and can't see anything either.
Anyone know which option it is - it's certainly not obvious from the documentation.
Tks
|
|
|
05-23-2004, 06:33 PM
|
#2
|
LQ Addict
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661
Rep:
|
maybe I'm wrong but isn't that something to do with the ability to mount floppies, CD and the like automatically? There's probably an entry for this somewhere in the .config file.
|
|
|
05-24-2004, 05:33 AM
|
#3
|
Member
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297
Original Poster
Rep:
|
Indeed ...but what is it? It ain't obvious
|
|
|
05-26-2004, 01:33 PM
|
#4
|
LQ Newbie
Registered: May 2004
Posts: 1
Rep:
|
You can find info on subfs at the following URL:
http://submount.sourceforge.net/
Download the latest sourcecode for submount. As the rpm only works for a stock kernel you will have to compile the module seperately from the kernel. The instructions are in the INSTALL file.
Works like a champ on my Suse 9.1 system.
|
|
|
06-11-2004, 05:29 AM
|
#5
|
Member
Registered: Jul 2003
Location: Oahu, Hawaii, USA
Distribution: Ubuntu, Debian, RHES
Posts: 57
Rep:
|
I've been struggling for a bit with this one. Baffled me entirely until, partially, I read the SuSE 9.1 release notes. Submount, as mentioned in this thread, is included as standard in SuSE 9.1.
SuSE haven't, however, included it in the kernel section, you'll need to go to /usr/src/kernel-modules/subfs directory. Apparently all you need to do is run "make" and then "make install" and it'll add it into the kernel modules for you *shrug*
We'll see.. I'll be handrolling another kernel at some stage and I guess I'll have to wait and see what happens.
|
|
|
06-11-2004, 07:12 AM
|
#6
|
Member
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297
Original Poster
Rep:
|
Thanks - this has been unresolved for a while.
|
|
|
06-12-2004, 03:59 AM
|
#7
|
Member
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633
Rep:
|
I have a similiar problem!i've opened up a thread here : http://www.linuxquestions.org/questi...subfs+suse+9.1
But i have a problem. I've make and make install (as su) as mentioned above but when i modprobe subfs i get this
linux:~ # modprobe subfs
FATAL: Error inserting subfs (/lib/modules/2.6.4-52-default/extra/subfs.ko): Invalid module format
What can i do?
|
|
|
06-12-2004, 06:35 PM
|
#8
|
Member
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633
Rep:
|
Anyone?
|
|
|
06-13-2004, 02:56 AM
|
#9
|
Member
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297
Original Poster
Rep:
|
mmmm - dunno.
But, I've seen that error when one tries to insert a module into a different kernel version to the runing kernel.
I notice that you are running *52* - silly question, but if you have been running the online update, you will be using a newer version - are you sure that the module you are compliling is for the correct
version?
Just to be sure, you maybe remake all you modules (first delete the /lib/modules/kernel ver).
I.e make modules and make modules_install, then to the make subfs thing.
L
|
|
|
06-13-2004, 07:23 AM
|
#10
|
Member
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633
Rep:
|
Should i just delete the folder , and then cd /usr/src/linux , make modules then make modules_install and finally do the make subfs thing? No make install etc etc for the kernel?
|
|
|
06-13-2004, 10:56 AM
|
#11
|
Member
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297
Original Poster
Rep:
|
yep..delete lib/modules/2.6x
Then just do the make modules and make modules_install.
If it does not work, do the kernel bit too. Remember, this is just a chancer - I'm not totally sure that this will sort out the problem
|
|
|
06-13-2004, 05:09 PM
|
#12
|
Member
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633
Rep:
|
I'll try it both ways and post results! Thanx anyway lacerto!
|
|
|
06-24-2004, 12:17 PM
|
#13
|
Member
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297
Original Poster
Rep:
|
I've ended having to try this myself, but don't have /usr/src/kernel-modules directory.
I've got the kernel sources, but but not that one? any idea
|
|
|
07-04-2004, 02:52 AM
|
#14
|
LQ Newbie
Registered: Jul 2004
Posts: 4
Rep:
|
the sources are in a separate package called km_submount.
|
|
|
07-05-2004, 01:21 PM
|
#15
|
Member
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297
Original Poster
Rep:
|
Hi - got this to work in the end, but had to do it slightly different.
I did:
make modules (note: not make)
make install
depmod -ae
|
|
|
All times are GMT -5. The time now is 11:52 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|