Home Directory Permissions Setup
Trying to get a test NAS built on a VM before rolling it out.
USER SETUP
I have 3 basic user classes
Admins, represented by UserA, Groups: UserA, UserB etc.., Users, Public and Admins
General Users, UserB, Groups: UserB, Users, Public
Network devices, DeviceC, Groups: DeviceC, Public
The goal being that I can separate folder access due to basic groups as well as having each user have access to their own Home Directory with Admins able to browse them all.
DIRECTORY SETUP
/mnt/Data1/ 755 Owner: root Group: wheel
/mnt/Data1/
/mnt/Data1/Data 750 Owner:UserA Group:Admin (Data available to admins only)
/mnt/Data1/Home 755 Owner:UserA Group:Users (Folder for all of the Home Directory folders)
/mnt/Data1/Home/UserA 770 Owner: UserA Group: UserA
/mnt/Data1/Home/UserB 770 Owner: UserB Group: UserB
/mnt/Data1/Home/UserA 775 Owner: DeviceC Group: DeviceC
/mnt/Data1/Media 775 Owner:UserA Group:Public
SHARES
CIFS shares for the Data, Home, and Media folders
CIFS has Home Directories enabled to the Home folder path.
CURRENT OPERATION
The operation and access of the Data, Home and Media CIFS shares are working fine. Groups that should have access do and those that should not are unable to connect.
PROBLEMS
1. There is a "homes" folder when connecting to the share. I am not sure how it go there but am unable to remove it. When trying to connect I get: 'The network path was not found error'. I would really like to get rid of this if this is not an expected result.
2. When trying to enter the main share folder for the user it gives me an error with the same network path not found error.
Am I doing something wrong with my permissions or some basic setup. I am new to FreeNAS and am very excited about getting it up and running and just need to solve these couple of issues first. Any help would be GREATLY appreciated!!
Thanks!
Trying to get a test NAS built on a VM before rolling it out.
USER SETUP
I have 3 basic user classes
Admins, represented by UserA, Groups: UserA, UserB etc.., Users, Public and Admins

General Users, UserB, Groups: UserB, Users, Public

Network devices, DeviceC, Groups: DeviceC, Public

The goal being that I can separate folder access due to basic groups as well as having each user have access to their own Home Directory with Admins able to browse them all.
DIRECTORY SETUP
/mnt/Data1/ 755 Owner: root Group: wheel
/mnt/Data1/
/mnt/Data1/Data 750 Owner:UserA Group:Admin (Data available to admins only)
/mnt/Data1/Home 755 Owner:UserA Group:Users (Folder for all of the Home Directory folders)
/mnt/Data1/Home/UserA 770 Owner: UserA Group: UserA
/mnt/Data1/Home/UserB 770 Owner: UserB Group: UserB
/mnt/Data1/Home/UserA 775 Owner: DeviceC Group: DeviceC
/mnt/Data1/Media 775 Owner:UserA Group:Public
SHARES
CIFS shares for the Data, Home, and Media folders
CIFS has Home Directories enabled to the Home folder path.

CURRENT OPERATION
The operation and access of the Data, Home and Media CIFS shares are working fine. Groups that should have access do and those that should not are unable to connect.
PROBLEMS
1. There is a "homes" folder when connecting to the share. I am not sure how it go there but am unable to remove it. When trying to connect I get: 'The network path was not found error'. I would really like to get rid of this if this is not an expected result.

2. When trying to enter the main share folder for the user it gives me an error with the same network path not found error.

Am I doing something wrong with my permissions or some basic setup. I am new to FreeNAS and am very excited about getting it up and running and just need to solve these couple of issues first. Any help would be GREATLY appreciated!!
Thanks!