LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Smb: Errdos 2215 (https://www.linuxquestions.org/questions/linux-newbie-8/smb-errdos-2215-a-775409/)

IwantLINUX 12-13-2009 04:01 PM

Smb: Errdos 2215
 
Hi,

I have just setup a windows share and trying to mount it under RHEL4. However, "mount -t smbfs", smbmount both the commands are throwing the following error:

Session setup failed: ERRDOS - 2215
SMB connection failed.

I tried disabling the Digitally sign communication settings under Windows XP, however, it still gives the same error.

Any idea.

Regards

worm5252 12-13-2009 04:06 PM

Have you tried specifying a user and workgroup when mounting.

Code:

smbmount //myserver/share /mnt/misc -o username=myself,workgroup=myworkgroup

IwantLINUX 12-14-2009 02:31 AM

Smb: ERRDOS 2215
 
Hi,

Thanks alot, adding workgrup did the work.

I still remember earlier we only use to supply the username and it used to work. However, Thanks again for your help!


All times are GMT -5. The time now is 01:53 AM.