@juelson The output of the commands I asked you to run look normal except the directory listing of /images. There is a missing hidden file that FOG uses to know its connected to the correct image store.
There should be a file called .mntcheck in both /images and /images/dev This file is created by the fog installer so it should be there unless someone adjusted the contents of the /images directory.
So we can fix it with the following command. We will fix /images/dev so uploads work correctly while we are at it.
Key in these commands at the FOG Server’s linux console. You may need to use sudo if you are using a debian variant or do this as the root user.
touch /images/.mntcheck
touch /images/dev/.mntcheck
This is a non destructive command so its OK to run them even if the file exists. Once the .mntcheck file is created you download should work better.