Problem with deployment : error checking mounting file system
-
-
@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 ?