Page 1 of 1

zpool asks allways for admin passord, why?

PostPosted: Tue Mar 08, 2016 11:49 pm
by dancerffm
hello
i just created a new zpool with actual version of openzfs on osx. using the pool asks allways admin password! why? how can switch this off? please i need help, this is very annoying!
thanks

Re: zpool asks allways for admin passord, why?

PostPosted: Wed Mar 09, 2016 1:21 am
by dancerffm
i have created my new pool with

sudo zpool create -f -o ashift=12 -O casesensitivity=insensitive -O normalization=formD XXXXpool mirror /dev/disk1s2 /dev/disk2s2

i am the only user and admin on my mac pro. the problem is now that everytime i copy something onto that new pool, it asks for admin password!? how can i change this not always getting asked

thanks

Re: zpool asks allways for admin passord, why?

PostPosted: Wed Mar 09, 2016 1:27 am
by Brendon
Create a directory on the dataset and assign ownership to your user - sudo chown -R <userid>:staff <dir>

Not sure but you might be able to chown the mount point of the dataset, not something I've tried.


Brendon