[Samba] question about CIFS client glitches

starlight at binnacle.cx starlight at binnacle.cx
Fri Sep 17 17:38:21 MDT 2010


At 05:50 PM 9/16/2010 -0500, Steve French wrote:
>On Thu, Sep 16, 2010 at 4:39 PM,  <starlight at binnacle.cx> wrote:
>> Trying out a CIFS mount of a W2K8 x64 file system from CentOS
>> 5.5 and running into problems, and trying to figure out how to
>> proceed.
...
>
>This is quite old kernel, but perhaps it was updated to include more
>recent fixes - can you view the version information on the file, ie
>the cifs.ko module (you can do this by running modinfo on cifs.ko)


Tried the RHEL6 beta 2 and it behaves the same as RHEL 5.5.
'modinfo' output for both attached.  'cifs.ko' versions are
1.60RH and 1.63.

In both versions it seems like hard-links work and symbolic
links fail with

   ln: creating symbolic link `zzzz': Operation not supported

And it appears that a 'pax -r' extraction followed by 'rm' for
selected files has some difficulty with CIFS 1.6x rendered
hard link in the mix.

I'm probably giving up on the idea for now, but thanks
for your help.
-------------- next part --------------
filename:       /lib/modules/2.6.18-194.11.3.el5/kernel/fs/cifs/cifs.ko
version:        1.60RH
description:    VFS to access servers complying with the SNIA CIFS Specification e.g. Samba and Windows
license:        GPL
author:         Steve French <sfrench at us.ibm.com>
srcversion:     20DD0BE6A19ED378F7D2C33
depends:        
vermagic:       2.6.18-194.11.3.el5 SMP mod_unload gcc-4.1
parm:           CIFSMaxBufSize:Network buffer size (not including header). Default: 16384 Range: 8192 to 130048 (int)
parm:           cifs_min_rcv:Network buffers in pool. Default: 4 Range: 1 to 64 (int)
parm:           cifs_min_small:Small network buffers in pool. Default: 30 Range: 2 to 256 (int)
parm:           cifs_max_pending:Simultaneous requests to server. Default: 50 Range: 2 to 256 (int)
module_sig:	883f3504c7c19149bce751f598f18801122e6109d17621f882165893a79cb97d25e6869960ede5e09a2fef8da5b3ab56d24567891cdc21676f35835
-------------- next part --------------
filename:       /lib/modules/2.6.32-44.2.el6.x86_64/kernel/fs/cifs/cifs.ko
version:        1.63
description:    VFS to access servers complying with the SNIA CIFS Specification e.g. Samba and Windows
license:        GPL
author:         Steve French <sfrench at us.ibm.com>
srcversion:     91CD42CFC5D35D5285E34E1
depends:        
vermagic:       2.6.32-44.2.el6.x86_64 SMP mod_unload modversions 
parm:           CIFSMaxBufSize:Network buffer size (not including header). Default: 16384 Range: 8192 to 130048 (int)
parm:           cifs_min_rcv:Network buffers in pool. Default: 4 Range: 1 to 64 (int)
parm:           cifs_min_small:Small network buffers in pool. Default: 30 Range: 2 to 256 (int)
parm:           cifs_max_pending:Simultaneous requests to server. Default: 50 Range: 2 to 256 (int)


More information about the samba mailing list