mounting file system failed
-
mount: mounting file system for 192.168.13.31 failed /images/ on /images : Operation Not Supported
I have gone in and set permissions on the directory.
Deleted the Storage Node and recreated it with the same settings as before. -
@Bigredcherokee does the storage node contain all the images or are they using NFS to another host?
-
Yes the storage node is local and contains all the images. Not using a NFS share.
-
@abstert Yes the storage node is local and contains all the images. Not using a NFS share.
-
Is this on a client attempting to do a tasking?
-
@Tom-Elliott Yes its when a Task is ready for a client to run. So the client gets through the pxe boot process then I get that message.
-
Does your /images folder on the FOG Server have a .mntcheck file in the /images and /images/dev folder?
ls -lhart
should show the hidden files.ls-lhRart|grep mntcheck
should report back two files -
chris@FogServer:/images$ ls -lhart
total 72K
drwxrwxrwx 2 fog foguser 4.0K Aug 26 2014 windows7basic
drwxrwxrwx 2 fog foguser 4.0K Aug 26 2014 Win7x86
drwxrwxrwx 2 fog foguser 4.0K Aug 26 2014 StarterWin64
drwxrwxrwx 2 fog foguser 4.0K Aug 26 2014 StarterWin32
drwxrwxrwx 2 fog foguser 4.0K Aug 26 2014 PathW7x64
drwxrwxrwx 2 fog foguser 4.0K Aug 27 2014 BasePRNImage
drwxrwxrwx 2 fog foguser 4.0K Aug 27 2014 BillingBasicPostPrep
drwxrwxrwx 2 fog foguser 4.0K Aug 27 2014 BillingEast
drwxrwxrwx 2 fog root 4.0K Sep 30 2014 7010Nash
drwxrwxrwx 2 fog root 4.0K Oct 23 2014 FOBImage
drwxrwxrwx 2 fog root 4.0K Oct 30 2014 HP
drwxrwxrwx 2 fog root 4.0K Apr 22 09:34 Win7x64Bare
drwxrwxrwx 2 fog root 4.0K Jul 28 13:05 Optiplex380Win7x32
drwxrwxrwx 2 fog root 4.0K Aug 20 09:42 postdownloadscripts
drwxrwxrwx 2 fog root 4.0K Aug 20 09:42 dev
drwxrwxrwx 4 fog root 4.0K Aug 20 10:37 images
drwxr-xr-x 18 fog root 4.0K Aug 20 10:37 .
drwxr-xr-x 27 root root 4.0K Aug 20 16:14 …chris@FogServer:/images$ ls -lhRart | grep mntcheck
-rwxrwxrwx 1 fog root 0 Aug 20 09:42 .mntcheck
-rwxrwxrwx 1 fog root 0 Aug 26 2014 .mntcheck
-rwxrwxrwx 1 fog root 0 Aug 26 2014 .mntcheck -
@Tom-Elliott Tom I deleted the one in the dev dir and touch .mntcheck and it created new one ,but still the same error.
-
ran through these steps[undefined]https://wiki.fogproject.org/wiki//index.php?title=Image_Upload:_Error_Checking_Mount (undefined) the exports file was missing the /images so I put those in. Still same error
-
@Bigredcherokee
What operating system are you running FOG on? What version?Can you provide the contents of your exports file?
On pretty much every distribution it’s here: /etc/exportsAlso, if you feel like troubleshooting at your own pace you might look at this:
https://wiki.fogproject.org/wiki/index.php/Troubleshoot_NFS -
@Wayne-Workman
the Nfs service wasn’t running. also had to change the owner on the image directory. -
Sorry, I totally meant to respond here. Completely missed it.
-
@Tom-Elliott Thanks Tom for all your help. Tom fixed quickly note to self check services…