Tim Asked: 2010-03-09 13:10:52 +0800 CST2010-03-09 13:10:52 +0800 CST 2010-03-09 13:10:52 +0800 CST error reading input file: Stale NFS file handle 772 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! linux nfs 1 Answers Voted Best Answer grufftech 2010-03-09T13:28:25+08:002010-03-09T13:28:25+08:00 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.
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.