This is actually the same problem I am having.
NFS share on FreeNAS machine is exported, and i can mount it from the FOG Machine fine.
I created a fog user on the FreeNAS machine with same password as fog user on FOG install.
Created a user on FreeNAS (fog, same password as fog user on FOG machine)
chown -R fog /mnt/mountPoint/NAS/images
chmod 777 //mnt/mountPoint/NAS/images (for testing of course)
on fog server mount the images directory as /NAS
can created file, directory’s there no problem, as well as in /NAS/dev
have .mntchek file created in both places (/NAS, /NAS/dev)
when I log into the web interface, the storage node stats are correct.
Tried setting IP in storage node to IP of FOG and also of NFS server (FreeNAS machine)
Also tried changing the path to local path or NFS path (Fre.NAS.IP.ADDR:/mnt/mountPoint/NAS/images
i still get permission denied when client boots up and tries to mount NFS share to upload image to.
I also get " Does not support NFS Export" when running “exportfs -a”.
Kyle