smbfs module

Jason Montleon monty19 at hotmail.com
Sat Jan 14 09:51:10 UTC 2006


Got this trying to mount an smb share from my FC5T1 system with kernel
2.6.15-1.1826.2.10_FC5:

ERROR: smbfs filesystem not supported by the kernel
Please refer to the smbmnt(8) manual page
smbmnt failed: 255

And trying to compile a custom kernel with smbfs support as a module results 
in the below errors.  I'm kind of lost as to what I need to do to get smbfs 
support; it worked great in FC4, but does not seem to be the case anymore.


  CC [M]  fs/relayfs/inode.o
  CC [M]  fs/relayfs/buffers.o
  LD [M]  fs/relayfs/relayfs.o
  CC [M]  fs/romfs/inode.o
  LD [M]  fs/romfs/romfs.o
  CC [M]  fs/smbfs/proc.o
fs/smbfs/proc.c:33:19: error: proto.h: No such file or directory
fs/smbfs/proc.c: In function 'smb_request_ok':
fs/smbfs/proc.c:827: warning: implicit declaration of function 
'smb_add_request'fs/smbfs/proc.c: In function 'smb_newconn':
fs/smbfs/proc.c:875: warning: implicit declaration of function 
'smb_valid_socket'
fs/smbfs/proc.c:904: error: 'smb_data_ready' undeclared (first use in this 
function)
fs/smbfs/proc.c:904: error: (Each undeclared identifier is reported only 
once
fs/smbfs/proc.c:904: error: for each function it appears in.)
fs/smbfs/proc.c:969: error: 'smb_dir_inode_operations_unix' undeclared 
(first use in this function)
fs/smbfs/proc.c:982: warning: implicit declaration of function 
'smbiod_wake_up'
fs/smbfs/proc.c: In function 'smb_proc_seek':
fs/smbfs/proc.c:1069: warning: implicit declaration of function 
'smb_alloc_request'
fs/smbfs/proc.c:1069: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c:1086: warning: implicit declaration of function 'smb_rput'
fs/smbfs/proc.c: In function 'smb_proc_open':
fs/smbfs/proc.c:1119: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_open':
fs/smbfs/proc.c:1187: warning: implicit declaration of function 
'smb_renew_times'
fs/smbfs/proc.c: In function 'smb_proc_close':
fs/smbfs/proc.c:1210: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_close_inode':
fs/smbfs/proc.c:1265: warning: implicit declaration of function 
'smb_get_inode_attr'
fs/smbfs/proc.c: In function 'smb_proc_read':
fs/smbfs/proc.c:1334: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_write':
fs/smbfs/proc.c:1382: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_readX':
fs/smbfs/proc.c:1456: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_writeX':
fs/smbfs/proc.c:1502: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_create':
fs/smbfs/proc.c:1546: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_mv':
fs/smbfs/proc.c:1579: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_generic_command':
fs/smbfs/proc.c:1614: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_unlink':
fs/smbfs/proc.c:1685: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_flush':
fs/smbfs/proc.c:1737: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_trunc64':
fs/smbfs/proc.c:1771: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_readdir_short':
fs/smbfs/proc.c:1974: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c:2061: warning: implicit declaration of function 
'smb_fill_cache'fs/smbfs/proc.c: In function 'smb_proc_readdir_long':
fs/smbfs/proc.c:2336: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_getattr_ff':
fs/smbfs/proc.c:2535: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_getattr_core':
fs/smbfs/proc.c:2617: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_getattr_trans2_std':
fs/smbfs/proc.c:2702: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_getattr_trans2_all':
fs/smbfs/proc.c:2752: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_getattr_unix':
fs/smbfs/proc.c:2783: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_setattr_core':
fs/smbfs/proc.c:2904: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_setattr_ext':
fs/smbfs/proc.c:2966: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_setattr_trans2':
fs/smbfs/proc.c:3012: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_setattr_unix':
fs/smbfs/proc.c:3086: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_dskattr':
fs/smbfs/proc.c:3237: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_read_link':
fs/smbfs/proc.c:3267: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_symlink':
fs/smbfs/proc.c:3316: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_link':
fs/smbfs/proc.c:3359: warning: assignment makes pointer from integer without 
a cast
fs/smbfs/proc.c: In function 'smb_proc_query_cifsunix':
fs/smbfs/proc.c:3404: warning: assignment makes pointer from integer without 
a cast
make[2]: *** [fs/smbfs/proc.o] Error 1
make[1]: *** [fs/smbfs] Error 2
make: *** [fs] Error 2
[root at fc5 linux-2.6.15]#





I know that it worked previously when I had FC4 installed, without doing
anything special.




More information about the fedora-test-list mailing list