cannot mount cifs share on windows 8.1

Status
Not open for further replies.

digrouz

Dabbler
Joined
Aug 24, 2013
Messages
11
Hello,

I'm new to freenas. I've configured my box with freenas to share a zfs dataset using cifs. When I'm trying to mount it I get always connection refused and I don't see anything in the logs even after putting samba in debug log level.

I created a "digrouz" user and I can write within the directory when connected by ssh on the server. Do I have to give rights to my user to access it throught samba?

I'm using freenas 9.2.1-RC- build from 29/12

Any Idea how can I debug this? Where I'm wrong?
 

digrouz

Dabbler
Joined
Aug 24, 2013
Messages
11
in smb.conf i saw something strange:
Code:
    security = user
    pid directory = /var/run/samba
    smb passwd file = /var/etc/private/smbpasswd
    private dir = /var/etc/private
    create mask = 0666
    directory mask = 0775
    client ntlmv2 auth = yes
    dos charset = CP850
    unix charset = UTF-8
    log level = 2


But in the system, the password file is not existing:
Code:
 /etc/local# ls -l /var/etc/private/
total 841
drwx------  2 root  wheel    512 Jan 30 10:22 ./
drwxr-xr-x  3 root  wheel    512 Jan 30 10:22 ../
-rw-------  1 root  wheel  421888 Jan 30 17:54 passdb.tdb
-rw-------  1 root  wheel  430080 Jan 30 10:22 secrets.tdb


is it normal or a bug?
 
Status
Not open for further replies.
Top