The desired outcome is to have 1 main share, accessible from a windows box read only to guests, r/w to authenticated users.
And each user to have a home directory accessible from a windows box r/w, private and not accessibly to other users.
The userdirs are not to be visible in the main share.
I have 1 mount point, /data
I have 1 share, /mnt/data
I have 1 group, Home
I have 2 users
- user1, Group=Home, Home directory= /mnt/data/user1
- user2, Group=Home, Home directory= /mnt/data/user2
How would i go about creating a private storage area and share for each user?
Thanks.

