Error deploying image
-
Hi!
I’ve uploaded an image (Win8.1) to Fog-server(1.2.0). This went ok.Now i try to deploy image, but i only get error about mounting NFS (See attaced pic).
I really don’t know how to troubleshoot this.
[url=“/_imported_xf_attachments/1/1296_Error in Fog.jpg?:”]Error in Fog.jpg[/url]
-
Hi Ronny,
Try these commands in your fog server:
[CODE]
touch /images/dev/.mntcheck
touch /images/.mntcheck
chown -R fog:root /images
[/CODE] -
Thanks!
This did the trick! First i got error about it couldn’t access the image-file during deployment. So i delete all images and upload new images. Now it works. I see now that during uploading images, it stores under /dev-folder. When its finished the files is moved to the root-folder. This move-task wasn’t done, probably because wrong file/folder-rights.
Thanks for helping!
-
To simplify the commands, you can run:
[code]touch /images/{,dev/}.mntcheck
chmod -R 777 /images[/code]