That's an inode hash collision in the NFS server. It happens. Use knfsd,
or simply do this
$ mv badfile /fsroot/lost+found
$ cp -a /fsroot/lost+found/badfile .
thereby giving badfile a new inode number and thus solving the immediate
problem.
[ Now if only knfsd would traverse mountpoints like the user-level nfsd... ]
-- Matthias Urlichs | noris network GmbH | smurf@noris.de | ICQ: 20193661 The quote was selected randomly. Really. | http://www.noris.de/~smurf/-- Fear and dull disposition, lukewarmness and sloth, are not seldom wont to cloak themselves under the affected name of Moderation. -- John Milton (1608-1674)- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/