dear all ,
am trying to mount permament or temporary shares located in windows 2003 server
i use kernel kernel-2.6.12-1.1456_FC4
i've downloaded the latest stable samba rpm release samba-3.0.20a-1
i can list the windows servers using
smbclient -L 10.10.10.1 -U hesmat
when using the command
mount -t cifs -v -o user=hesmat,pass=mypassword /servername/PUBLIC /home/hus/public
mount: wrong fs type, bad option, bad superblock on //servername/PUBLIC,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
when typing command dmesg | tail
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: Unexpected SMB signature
CIFS VFS: Send error in SessSetup = -13
CIFS VFS: cifs_mount failed w/return code = -13
CIFS VFS: Unexpected SMB signature
CIFS VFS: Send error in SessSetup = -13
CIFS VFS: cifs_mount failed w/return code = -13
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: cifs_mount failed w/return code = -22
when using smbfs instead of cifs i receive this
cli_negprot: SMB signing is mandatory and we have disabled it.
4363: protocol negotiation failed
SMB connection failed
please advice , thanks in advance



Reply With Quote
