Unable to mount NFS
-
Hello,
Ubuntu 13.10_64b
fog 1.2.0 (SVN 2402)
When I’m trying upload image from host to server I receive error message[IMG]http://www.piwet.pulawy.pl/files/rzaczek/IMG_20141007_143441.jpg[/IMG]
My storage on fog server is located localy in images directory, configuration below:
[IMG]http://www.piwet.pulawy.pl/files/rzaczek/storage.png[/IMG]
Anybody knows how to figured out this issues?
Regards. -
When /images was created, did you create it using an old /images archive, or did you just set the “defaults”?
-
Hello Tom,
I think /images was created during fog installation. I did not change defaults settings.
After that I copy images from old fog server. And images are visible via gui.
Regards -
Then can you ensure the .mntcheck files and permissions are set properly?
[code]sudo touch /images/.mntcheck
sudo touch /images/dev/.mntcheck
sudo chmod -R 777 /images
[/code] -
[IMG]http://www.piwet.pulawy.pl/files/rzaczek/storage1.png[/IMG]
Still not working. -
Ensure nfs-kernel-service is actually working.
First make sure firewall is turned off:
[code]sudo ufw disable
sudo service nfs-kernel-server restart[/code] -
Still the same error ;(
root@v1fog:/images# service nfs-kernel-server status
nfsd running
root@v1fog:/images# ufw status
Status: inactive
root@v1fog:/images#