You are not logged in.

#1 2009-12-07 08:58:54

magaso
Member
Registered: 2009-03-07
Posts: 22

Problem connecting with cifs, works with smbclient

Hi, I have a problem connecting to a samba mount through cifs. I can connect to it with smbclient with:

smbclient //<server>/<share> -s /etc/samba/options.conf -U <user>

where the config file contains:

[globals]
        client lanman auth = yes
        client plaintext auth = yes

Trying manually to mount the share with cifs:

mount -t cifs //<server>/<share> /mnt/winhome --verbose -o username=<user>

gives me the following error output

mount error(13): Permission denied

I think I somehow have to tell cifs to use lanman authentication, as I couldn't connect with smbclient before I added those parameters, but I do not know how to do this. Any suggestions?

Offline

Board footer

Powered by FluxBB