This is an old revision of the document!
Raspberry Pi NFS - Mount FreeNAS from RPi via NFS
Prepare RPi for FreeNAS
Create a new group to match the group ID of files
sudo groupadd -g 1001 home sudo adduser pi home newgrp home
Mount Windows share from Raspberry Pi
sudo mount -t cifs //192.168.100.150/Home /home/pi/nas-sandbox/ -o guest
Setup FreeNAS NFS Share with all users mapped to root
Mount NFS share from Raspberry Pi
sudo mount -t nfs -o rw 192.168.100.150:/mnt/VolumeZ/HomeZ/sandbox /home/pi/nas-sandbox/