Only 1 user seems to work

zitranschee

Cadet
Joined
Nov 9, 2019
Messages
4
Hi guys,

first of all some general info about what im running:
FreeNAS-11.2-U6
Supermicro server with:
Intel(R) Xeon(R) CPU E5-2630L v2 (only 1 installed atm to save power)
32GB RAM
4x 8tb HGST sas drives in raidz2

About the issue:
I have set up my first freenas machine to follow my trusty old synology nas, which is past its good days already.
I created a first user and some shares and everything seemed to work fine... until i created some other users and wanted to use them (namely the one for my girlfriend)

When i try to mount a freenas share from her laptop (win 10 home) using her user i always get an error message that i cannot access the share and don't seem to have permissions. However, i can mount it using the first user (mine).

I have tried deleting and recreating everything over and over again, also using different names because i feared it might be a windows issue due to the windows username being the same as the freenas user name, but that did not change anything.

Attached are screenshots of the working user (simon), one of the broken users (kathi) and of an example dataset, dataset permissions and share.

Unfortunately i am still quite new to freenas, so if i should provide any additional infos, please tell me so.

dataset.png dataset-permissions.png kathi.png share.png simon.png


I am starting to go insane about this issue, espescially since all of that worked out of the box in my to be retired synology box.
Thanks a lot for your help, i really appreciate it!
 

zitranschee

Cadet
Joined
Nov 9, 2019
Messages
4
@anodos sure!
Code:
root@freenas[~]# getfacl /mnt/main1/
# file: /mnt/main1/
# owner: root
# group: iso_users
            owner@:rwxp--aARWcCos:-------:allow
            group@:rwxp--a-R-c--s:-------:allow
         everyone@:------a-R-c--s:-------:allow



Code:
root@freenas[~]# getfacl /mnt/main1/kathi
# file: /mnt/main1/kathi
# owner: nobody
# group: kathi_users
            owner@:rwxpDdaARWcCos:fd-----:allow
            group@:rwxpDdaARWcCos:fd-----:allow
         everyone@:--------------:fd-----:allow
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,553
You need to grant "other" execute permissions on /mnt/main1. This is pretty much a universal requirement for directory traversal in all OSes.
 
Top