View previous topic :: View next topic |
Author |
Message |
maxthree n00b
Joined: 16 May 2005 Posts: 16
|
Posted: Thu May 26, 2005 6:34 pm Post subject: ERROR: smbfs filesystem not supported by the kernel |
|
|
Hi all,
I run a gentoo box with kernel 2.6.11-gentoo-r9.
I get everything up and running xcept Samba.
emerged it. No probs. configged it. No probs. added it to init.d started without probs.
Problem is as follows :
from my WINDOWS BOX, I can access my Gentoo shares just fine.
From my GENTOO box, I cannot get SMBMOUNT to work
OBITWO modules # smbmount //obiwan/downloadz /mnt/downloadz -o username=maxine,password=hithere
ERROR: smbfs filesystem not supported by the kernel
Please refer to the smbmnt( manual page
smbmnt failed: 255
I emerged Sama as a module. If I try to modprobe it, I get following error :
OBITWO modules # modprobe smbfs
FATAL: Error inserting smbfs (/lib/modules/2.6.11-gentoo-r9/kernel/fs/smbfs/smbfs.ko): Unknown symbol in module, or unknown parameter (see dmesg)
OBITWO modules #
Then; when I look at dmesg, it says :
smbfs: Unknown symbol module_refcount
smbfs: Unknown symbol module_refcount
smbfs: Unknown symbol module_refcount
smbfs: Unknown symbol module_refcount
smbfs: Unknown symbol module_refcount
smbfs: Unknown symbol module_refcount
in my make_menuconfig, I think correct options are marked with M
Network File Systems --->
<*> NFS file system support │ │
│ │ [ ] Provide NFSv3 client support │ │
│ │ [ ] Provide NFSv4 client support (EXPERIMENTAL) │ │
│ │ [ ] Allow direct I/O on NFS files (EXPERIMENTAL) │ │
│ │ <*> NFS server support │ │
│ │ [ ] Provide NFSv3 server support │ │
│ │ [*] Provide NFS server over TCP support │ │
│ │ < > Secure RPC: Kerberos V mechanism (EXPERIMENTAL) │ │
│ │ < > Secure RPC: SPKM3 mechanism (EXPERIMENTAL) │ │
│ │ <M> SMB file system support (to mount Windows shares etc.) │ │
│ │ [ ] Use a default NLS │ │
│ │ < > CIFS support (advanced network filesystem for Samba, Window and other CIFS compliant servers) │ │
│ │ < > NCP file system support (to mount NetWare volumes) │ │
│ │ < > Coda file system support (advanced network fs) │ │
│ │ < > Andrew File System support (AFS) (Experimental)
I'm lost here ... can anybody help me out ?
fyi, i have samba working correctly with a r8 kernel (using Genkernel) |
|
Back to top |
|
|
virtual Tux's lil' helper
Joined: 12 Aug 2004 Posts: 132 Location: Bergen
|
Posted: Thu May 26, 2005 6:51 pm Post subject: |
|
|
Hi,
<*> NFS file system support
[*] Provide NFSv3 client support
[ ] Provide NFSv4 client support (EXPERIMENTAL)
[ ] Allow direct I/O on NFS files (EXPERIMENTAL)
<*> NFS server support
[*] Provide NFSv3 server support
[ ] Provide NFSv4 server support (EXPERIMENTAL)
[*] Provide NFS server over TCP support
< > Secure RPC: Kerberos V mechanism (EXPERIMENTAL)
< > Secure RPC: SPKM3 mechanism (EXPERIMENTAL)
< > SMB file system support (to mount Windows shares etc.) <-------------Look here
< > CIFS support (advanced network filesystem for Samba, Window and other CIFS compliant servers)
< > NCP file system support (to mount NetWare volumes)
< > Coda file system support (advanced network fs)
< > Andrew File System support (AFS) (Experimental)
Sorry I was sleeping _________________ The roots of education are bitter but it's fruit is sweet. |
|
Back to top |
|
|
maxthree n00b
Joined: 16 May 2005 Posts: 16
|
Posted: Thu May 26, 2005 7:25 pm Post subject: |
|
|
Quote: | < > SMB file system support (to mount Windows shares etc.) <-------------Look here |
As yoo can see in the info I pasted in my original post, I have SMB file system support compiled as a module.
I also tried compiling it directly into the kernel. Same result. |
|
Back to top |
|
|
maxthree n00b
Joined: 16 May 2005 Posts: 16
|
Posted: Fri May 27, 2005 5:08 am Post subject: |
|
|
okay,
meantime, I emerged a later version of samnba and compiled NTFS support in my kernel.
Still the same prob.
Can anybody help ? |
|
Back to top |
|
|
maxthree n00b
Joined: 16 May 2005 Posts: 16
|
Posted: Sun May 29, 2005 5:58 pm Post subject: |
|
|
********** BUMP ************** |
|
Back to top |
|
|
suicidal_orange_II Apprentice
Joined: 04 Sep 2004 Posts: 299
|
Posted: Sun May 29, 2005 9:14 pm Post subject: |
|
|
Not really an answer, but you could try the CIFS module instead, should work with win 2000 or xp
Hope this helps |
|
Back to top |
|
|
maxthree n00b
Joined: 16 May 2005 Posts: 16
|
Posted: Tue May 31, 2005 8:29 pm Post subject: |
|
|
tks suicidal_orange_II
I kinda got it working now ...
I needed to compile CIFS as a module, and now , I can mount my window shares .
OBITWO root # mount.cifs //obiwan/MP3 /mnt/MP3 -o username=dummy works like a charm
Still dont understand why smbmount does not work though |
|
Back to top |
|
|
|