I am running a bash script on a Linux server. At the time it finished running, I got this message

../scripts/makepbs.sh: error reading input file: Stale NFS file handle

What does it mean?

Thanks and regards!

link|improve this question

73% accept rate
feedback

1 Answer

up vote 1 down vote accepted

It means that your NFS server has been disconnected.

pwd

should reveal the full directory structure, One of those folders has been disconnected and can no longer communicate with your NFS server.

link|improve this answer
pwd says I still in the same directory as before. Looks like nothing happen? – Tim Mar 8 '10 at 23:04
i'd check the messages log on both servers, and remount any NFS mounts you have. (Rebooting might work as well, if the NFS mounts are setup on boot) – GruffTech Mar 11 '10 at 16:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.