erro to deploy Image
-
Can your help me please
-
@juelson Oh this is an old version of FOG 1.4.4 to be exact.
How do you have the /images directory configured?
Are you trying to cross mount another server like a nas for more storage on your fog server?
From the fog server’s console please run these commands and post the results here.
lsblk df -h ls -la /images
Lets see what the results are so we can plan the next steps.
-
OP created new thread in response to my question. I’m importing the response on the OPs behalf in this thread and terminating the other thread. Replies to questions should remain in thread and not by creating new threads.
-
@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.