In the GUI, click on "System", then click on "Advanced", then click on "Save Debug".
I've added the debug.
So the problem again:
The NAS doesn’t show under the network Tab in Windows explorer. But I can access the NAS and al it’s shares by entering the IP in the file explorer. On one computer (exactly the same user and password as the owner in Freenas and member of the a group I’ve created) I can’t write, copy, cut or move files and on another computer (exactly the same username and password as a group member as mentioned in Freenas) it says the same. If I look in the security tab in Windows it shows the group Everyone (with read permission), the Owner (Unix user) and the Group with full control.
The goal is to have three accounts:
- USER1 (admin on Windows desktop; User with same name and password exists on Freenas) should have full control
- USER2 (admin on Windows laptop; User with same name and password exists on Freenas) should have full control
- GUEST (guest account for everyone else) read, copy and execute
In Freenas I’ve made the following group and users:
NAS-Users (Group, group ID 1001)
- USER1 (owner and member of group NAS-USERS, user ID 1004, Disable password login: false, Lock user: true, Permit sudo: false, Microsoft account: true, Auxiliary groups: wheel (build in);
- USER2 (member of group NAS-USERS, user ID 1002, Disable password login: true, Lock user: true, Permit sudo: false, Microsoft account: false, Auxiliary groups: wheel (build in);
- GUEST (member of group guest (build in ID 31), user ID 1003, Disable password login: true, Permit sudo: false, Microsoft account: true.
The NAS has the following volumes/datasets/shares:
NAS1 (Volume, 2 drives mirrored)
- NAS (Dataset, Apply owner (user): checked, Owner (user): USER1, Apply owner (group): checked, Owner (group): NAS-Users, Apply mode: checked, Mode: everything checked except write under Other, Permission type: Windows, Set permissions recursively);
-- NAS-Media (CIFS Share, Apply owner (user): checked, Owner (user): USER1, Apply owner (group): checked, Owner (group): NAS-Users, Apply mode: checked, Mode: everything checked except write under Other, Permission type: Windows, Set permissions recursively);
-- NAS PLJails (UNIX Share/Dataset, Apply owner (user): checked, Owner (user): USER1, Apply owner (group): checked, Owner (group): NAS-Users, Apply mode: checked, Mode: everything checked except write under Other, Permission type: Unix, Set permissions recursively);
NAS2 (Volume, 2 drives mirrored)
- NAS2 (Dataset, Apply owner (user): checked, Owner (user): USER2, Apply owner (group): checked, Owner (group): NAS-Users, Apply mode: checked, Mode: everything checked except write under Other, Permission type: Windows, Set permissions recursively);
-- NAS BU (CIFS Share, Apply owner (user): checked, Owner (user): USER2, Apply owner (group): checked, Owner (group): NAS-Users, Apply mode: checked, Mode: everything checked except write under Other, Permission type: Windows, Set permissions recursively);
-- NAS network disk (CIFS Share, (CIFS Share, Apply owner (user): checked, Owner (user): USER2, Apply owner (group): checked, Owner (group): NAS-Users, Apply mode: checked, Mode: everything checked except write under Other, Permission type: Windows, Set permissions recursively);
NAS-Speedy (Volume, 1 drive)
- NAS-Speedy (Dataset, Apply owner (user): checked, Owner (user): USER2, Apply owner (group): checked, Owner (group): NAS-Users, Apply mode: checked, Mode: everything checked except write under Other, Permission type: Windows, Set permissions recursively);
-- Speedy-NAS (CIFS Share, Apply owner (user): checked, Owner (user): USER2, Apply owner (group): checked, Owner (group): NAS-Users, Apply mode: checked, Mode: everything checked except write under Other, Permission type: Windows, Set permissions recursively);
In the end the goal is, to:
- set the above persmissions;
- make the NAS visible in the Network tab in Windows File Explorer;
- make NAS-Media browsable for all users, members of the above group and the guests using the above mentioned permissions;
- make NAS BU browsable for all users and members of the above group (not the guests), using the above permissions;
- make NAS network disk only browsable to USER2, with full control; and
- make Speedy-NAS browsable to all users, with fulle control.