2.4.19-ac4 ncpmount

Peter (cogwepeter@cogweb.net)
Sun, 22 Sep 2002 10:46:31 -0700 (PDT)


When I mount a Novell Netware file server on 2.4.19-ac4, I can access it
with a file browser (konqueror, lynx), but ls gives "Stale NFS file
handle" and other bash commands such as find fail. 2.4.16 works fine.

Cheers,
Peter

#strace ls
open(".", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ESTALE (Stale
NFS file handle)
write(2, "ls: ", 4ls: ) = 4
write(2, ".", 1.) = 1
write(2, ": Stale NFS file handle", 23: Stale NFS file handle) = 23
write(2, "\n", 1
) = 1
_exit(1) = ?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/