Ok that tells me you only have /Data exported from your FOG server, I understand why the client can’t connect to the /images folder.
For full disclosure this is what I get when I run the following commands.
showmount -e localhost
Export list for localhost:
/images/dev *
/images *
cat /etc/exports
/images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
/images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
I’m going to recommend that you add the above two lines to your /etc/exports file.
Then run:
exportfs -r
Then run the showmount -e localhost command. This should then show you the exported /images directory.