"Lost" access to all shares including new ones on all devices

immortallic

Cadet
Joined
Sep 16, 2023
Messages
2
I have been using my system without any issues since I built it a couple months ago until this morning when I just kind of "lost" all access to my shares after attempting to configure a new share. I can see the shares themselves and have tried creating a new user and new share but no matter how many restarts, logging out and back in or device I use I just get an access denied. I can see all the data is still there. The drives are all fine but even a new share I get an access denied prompt. Any ideas?
 

Attachments

  • debug-truenas-20230916153455.tgz
    681.4 KB · Views: 119

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,553
Code:
Storage/alldata  org.freebsd.ioc:active  yes                     inherited from Storage
Mountpoint ACL: Storage/alldata
# file: /mnt/Storage/alldata
# owner: root
# group: wheel
            owner@:rwxp--aARWcCos:-------:allow
            group@:rwxp--a-R-c--s:-------:allow
         everyone@:------a-R-c--s:-------:allow
debug finished in 0 seconds for Storage/alldata


You have set permissions of 770 on /mnt/Storage/alldata. That basically cuts the legs out from all your users for accessing any path under that one. Fix permissions (e.g. 775 or 755) on that path.
 

immortallic

Cadet
Joined
Sep 16, 2023
Messages
2
Code:
Storage/alldata  org.freebsd.ioc:active  yes                     inherited from Storage
Mountpoint ACL: Storage/alldata
# file: /mnt/Storage/alldata
# owner: root
# group: wheel
            owner@:rwxp--aARWcCos:-------:allow
            group@:rwxp--a-R-c--s:-------:allow
         everyone@:------a-R-c--s:-------:allow
debug finished in 0 seconds for Storage/alldata


You have set permissions of 770 on /mnt/Storage/alldata. That basically cuts the legs out from all your users for accessing any path under that one. Fix permissions (e.g. 775 or 755) on that path.
I set the /mnt/Storage/alldata to allow everyone as I set the subcategories permissions separately and that appears to have fixed it. Thank you very much!
 
Top