Linux – error reading input file: Stale NFS file handle

linuxnfs

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!

Best Answer

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.