Troubleshooting a permissions problem

ronaldnutter

Cadet
Joined
Jul 18, 2020
Messages
9
Just created a new volume on my FreeNAS server.
I am the only user on the system.
Volume Youtube is working as I would expect, I can read/write/delete, etc
Volume Main is doing the exact opposite. I see what is there but cant do anything.
Did some digging for troubleshooting steps but havent found anything that helps me fix the problem.
FreeNAS version: FreeNAS-11.3-U4.1

I have removed the shares/services and recreated them.
pool Main retains the problem
root@freenas[~]# getfacl /mnt/Main
# file: /mnt/Main
# owner: root
# group: wheel
owner@:rwxp--aARWcCos:-------:allow
group@:r-x---a-R-c--s:-------:allow
everyone@:r-x---a-R-c--s:-------:allow
root@freenas[~]# getfacl /mnt/YouTube
# file: /mnt/YouTube
# owner: root
# group: wheel
owner@:rwxp--aARWcCos:-------:allow
group@:rwxp--a-R-c--s:-------:allow
everyone@:rwxp--a-R-c--s:-------:allow

I know it has to be something simple but still learning how to troubleshoot FreeNAS.
Any suggestions appreciated.
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
Main doesn't have Write (w) permissions. Try creating new datasets under both volumes and using the GUI permissions or ACL editor to set write permissions for your user.
 

ronaldnutter

Cadet
Joined
Jul 18, 2020
Messages
9
Main doesn't have Write (w) permissions. Try creating new datasets under both volumes and using the GUI permissions or ACL editor to set write permissions for your user.
Was hoping to not have to create a dataset as I didnt have to do that for pool YouTube. Will look for the ACL editor as well.
 

ronaldnutter

Cadet
Joined
Jul 18, 2020
Messages
9
Anodos: Thanks for the help.
Trying to figure out why I dont have a dataset under Pool YouTube and it works just fine.
Should I create a dataset under Pool YouTube and move data from the root of the pool under the dataset for Pool YouTube ?
 
Top