Stale NFS file
-
Fog v. 1.2.0
Ubuntu 14.04 server x86Strange situation, maybe you fine people here at fogproject can help…
I decided to add some more disk space to my fog machine using the tutorial [URL=‘http://www.fogproject.org/wiki/index.php?title=Adding_Storage_to_a_FOG_Server’]here[/URL] although I kept the original images separate (I only wanted this one large image on this disk). I’ve since unmounted to disk with my large image and renamed the old folder back to “/images”… fine, everything’s working great.Now I want to remount the device with my large image to download onto another machine, but am getting “unable to mount ip.ip.ip.ip:/images on /images stale nfs file”
Here’s what I did…
[CODE]mv /images /images.tmp
mkdir /images
mount /dev/sdb1 /images
chown -R fog /images
chmod -R 777 /images[/CODE]Any ideas? Let me know if you need more info, sorry for the noobishness. Thanks for the help!
-
[code]sudo service nfs-kernel-server restart[/code]
-
You brilliant bastard!
Hah, thanks for the help.
Again… sorry for the noobishness