Problem with deployment : error checking mounting file system
-
Server
- FOG Version: 1.3.5
- OS: CentOs 7
Client
- Service Version:
- OS:
Description
Hello,
when I want to deploy an image on a new computer I have this error message
I don’t know what it means, never seen that before with 1.3 or 1.2
Did I forgot something during install of fog ? -
@Tom-Elliott said in Problem with deployment : error checking mounting file system:
sudo touch /meti/images/.mntcheck /meti/images/dev/.mntcheck
sudo chmod -R 777 /meti/images
sudo chown -R fog:root /meti/imagessudo mkdir -p /meti/images/dev/ sudo touch /meti/images/.mntcheck /meti/images/dev/.mntcheck sudo chmod -R 777 /meti/images sudo chown -R fog:root /meti/images
-
Please check the /images location (which appears to be looking at /meti/images has proper permissions and the .mntcheck file.
sudo touch /meti/images/.mntcheck /meti/images/dev/.mntcheck sudo chmod -R 777 /meti/images sudo chown -R fog:root /meti/images
Then try.
-
hum…
I don’t have /dev in /meti/images
Do I have to create it ?For info : I copied my images files from my old Fog server (1.3 rc23) to the new with an export of the DB
-
@Seydoo so follow Tom’s instructions but create the …/images/dev folder first.
But it is strange why the dev folder is missing?
Maybe you need to update the settings in /opt/fog/.fogsettings to make sure the paths are correct and rerun the installer to fix your configuration.
-
@Tom-Elliott said in Problem with deployment : error checking mounting file system:
sudo touch /meti/images/.mntcheck /meti/images/dev/.mntcheck
sudo chmod -R 777 /meti/images
sudo chown -R fog:root /meti/imagessudo mkdir -p /meti/images/dev/ sudo touch /meti/images/.mntcheck /meti/images/dev/.mntcheck sudo chmod -R 777 /meti/images sudo chown -R fog:root /meti/images
-
It works,
Thank you so much
Do you think my snapin problem (post from 5hours ago) is link to this one ?