pool not mount after reboot

deus777

Cadet
Joined
Feb 27, 2022
Messages
2
A simple file server that just used to work, before upgrades. pool no longer auto mounts, has to be manually mounted. how do I tell truenas to auto mount it?

smb permissions no long work. this acl stuff is way too complicated. I just want the files to be readable and writable to anybody. I tried striping acl and reseting them now there is no edit acl option on the pool. how do I bring some sanity back to my file server?

TrueNAS-12.0-U8
 

deus777

Cadet
Joined
Feb 27, 2022
Messages
2
In regard to smb not working here is how I fixed it.

delete the share in smb
chown the entire share directory tree to owner nobody - doesn't like root as owner. chown -R
removed the acl entirely with setfacl -bnR from root directory of mount point
recreate share with multi protocol NFS/SMB only this gives you option to not have acls
stop and start SMB

finally no acl and SMB works!

still cant work out why my pool won't mount after a reboot,
 
Top