On Thu, 14 May 2020 23:25:40 +0200
Riccardo Mottola <riccardo.mott...@libero.it> wrote:

> Do I miss something in my NFS config here? maybe server-side

By default NFS will map root user to nobody, hence you won't have
correct permissions. See exports(5) man page and -maproot option. You
probably need to explicitly map root to root, i.e. -maproot=root:wheel 

Reply via email to