On FreeNAS 11.2 I had multiple SMB shares set up, the first (.../scans) was open for the whole user group "users", the second was a home directory. After updating to 11.3 sharing stopped working. Windows complains it cannot access the shares due to permissions, I can't view permissions from Windows 10.
I deleted the shares and tried to recreate them within the GUI - that didn't work. I tried to chown the files and chmod them to 0770, that didn't work. I set full access to the owner almost full access for the group, but that didn't work either.
Here's the output of getfacl and ls:
What do I do to get my home share and my shared folder to work again in 11.3u1?
I deleted the shares and tried to recreate them within the GUI - that didn't work. I tried to chown the files and chmod them to 0770, that didn't work. I set full access to the owner almost full access for the group, but that didn't work either.
Here's the output of getfacl and ls:
Code:
root@server[~]# getfacl /mnt/tank/docs/scans
# file: /mnt/tank/docs/scans
# owner: andi
# group: users
owner@:rwxpDdaARWcCos:fd-----:allow
group@:rwxp-daAR-c--s:fd-----:allow
everyone@:------a-R-c--s:fd-----:allow
everyone@:--------------:fd-----:allow
total 11
ls -l /mnt/tank/docs/
drwxrwx---+ 2 andi users 12 Mar 16 15:42 scansWhat do I do to get my home share and my shared folder to work again in 11.3u1?