NFS bug in 2.1.48

Systemkennung Linux (linux@mailhost.uni-koblenz.de)
Mon, 11 Aug 1997 00:06:32 +0200 (MET DST)


Hi,

the following program fails on a diskless Linux 2.1.48 machine with the
error message "stale NFS file handle". The shell in use is bash 2.0
with glibc 2.0.4.

#!/bin/bash
cat >/tmp/xxx <<BUGGY
asdf
BUGGY

Ralf