LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
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


Reply
  Search this Thread
Old 05-23-2004, 02:29 PM   #1
lacerto
Member
 
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297

Rep: Reputation: 30
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
 
Old 05-23-2004, 06:33 PM   #2
quatsch
LQ Addict
 
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661

Rep: Reputation: 48
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.
 
Old 05-24-2004, 05:33 AM   #3
lacerto
Member
 
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297

Original Poster
Rep: Reputation: 30
Indeed ...but what is it? It ain't obvious
 
Old 05-26-2004, 01:33 PM   #4
renbo
LQ Newbie
 
Registered: May 2004
Posts: 1

Rep: Reputation: 0
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.
 
Old 06-11-2004, 05:29 AM   #5
Garp
Member
 
Registered: Jul 2003
Location: Oahu, Hawaii, USA
Distribution: Ubuntu, Debian, RHES
Posts: 57

Rep: Reputation: 15
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.
 
Old 06-11-2004, 07:12 AM   #6
lacerto
Member
 
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297

Original Poster
Rep: Reputation: 30
Thanks - this has been unresolved for a while.
 
Old 06-12-2004, 03:59 AM   #7
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633
Blog Entries: 1

Rep: Reputation: 30
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?
 
Old 06-12-2004, 06:35 PM   #8
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633
Blog Entries: 1

Rep: Reputation: 30
Anyone?
 
Old 06-13-2004, 02:56 AM   #9
lacerto
Member
 
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297

Original Poster
Rep: Reputation: 30
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
 
Old 06-13-2004, 07:23 AM   #10
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633
Blog Entries: 1

Rep: Reputation: 30
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?
 
Old 06-13-2004, 10:56 AM   #11
lacerto
Member
 
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297

Original Poster
Rep: Reputation: 30
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
 
Old 06-13-2004, 05:09 PM   #12
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633
Blog Entries: 1

Rep: Reputation: 30
I'll try it both ways and post results! Thanx anyway lacerto!
 
Old 06-24-2004, 12:17 PM   #13
lacerto
Member
 
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297

Original Poster
Rep: Reputation: 30
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
 
Old 07-04-2004, 02:52 AM   #14
ve.ru
LQ Newbie
 
Registered: Jul 2004
Posts: 4

Rep: Reputation: 0
the sources are in a separate package called km_submount.
 
Old 07-05-2004, 01:21 PM   #15
lacerto
Member
 
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297

Original Poster
Rep: Reputation: 30
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
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
subfs Suse 9.2 gunnerjoe SUSE / openSUSE 4 06-06-2005 02:25 AM
subfs automounter ronald-be Linux - Hardware 2 08-22-2004 11:46 AM
When I type "su" I can't type the pass (suse 9.1) MagiNegi Linux - Newbie 6 08-08-2004 03:59 PM
subfs not supported by kernel ludwig W Linux - General 2 07-22-2004 12:28 AM
CD Mounting/SUBFS problems, Suse 9.1 mykrob Linux - Newbie 4 07-01-2004 09:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration