Be aware that you need the files in /opt/fog too. There are the snapins that need to be moved.
But with your current error it sounds like you don’t have the correct files exported for NFS.
from your new server linux console you want to run the following command
showmount -e <ip_address_fog_server>
That should give you something like this:
Export list for <ip_address_fog_server>:
/images/dev *
/images *
If it does not then you need to update your exports file.
vi /etc/exports
and add in:
/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,fsid=1,)
/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure,fsid=2,)