smb Permission denied/access is denied

Loren Zimmer

Dabbler
Joined
May 6, 2017
Messages
25
Hello,

All of the sudden I'm having issues connecting to share that didn't have problems in the past. I'm migrating my storage to a new machine that is running 11.3-U3.2. I've tried to read and do some troubleshooting but have come up short. I'm able to log into Freenas via ssh with the credentials that are being used to access the share. Both the user and group that the user belongs to have been given "Full Control" permission of the share. I've tried to connect from both ubuntu (the machine that will access the share most) and windows. The user on the Ubuntu machine has matching UIDs and GIDs to the freenas machine and the following in the /etc/fstab:

Code:
//192.168.17.27/zimmzones /home/loren/Shares cifs username=loren,password=XXXXXXX,uid=818,gid=824,iocharset=utf8



I'm obviously doing something wrong, Does anyone have any idea how to get this share working?

Edit: I did a little more digging....


Code:
root@freenasTwo:~ # id loren
uid=818(loren),817(btsync),821(mediaowner),822(BackupParent),824(Security),1006(Media)


Code:
root@freenasTwo:~ # getfacl /mnt/Shelf01/Zoneminder
# file: /mnt/Shelf01/Zoneminder
# owner: root
# group: wheel
            owner@:rwxpDdaARWcCos:fd-----:allow
            group@:rwxpDdaARWcCos:fd-----:allow
        user:loren:rwxpDdaARWcCos:fd-----:allow
    group:Security:rwxpDdaARWcCos:fd-----:allow
         everyone@:--------------:fd-----:allow


And this is what the log is saying:
create_connection_session_info failed: NT_STATUS_ACCESS_DENIED
 
Last edited:
Top