Sharing NFS with another linux computer
Before configuring the truenas console, create the directory and change the owner to nobody:nobody. (To prevent privilege elevation risks, it's safest for NFS to treat the NFS connection user as "nobody." sudo mkdir /mnt/nas/Share/nfs sudo chown -R nobody:nobody /mnt/nas/Share/nfs Follow the instructions