Hi. Attached is a patch to modify the NFS server code to support 64 bit ino's, as appropriate for the system and the NFS protocol version. The gist of the changes is to query the underlying file system for attributes and not just to use the cached attributes in the inode. For this specific purpose, the inode only contains an ino field which unsigned long, which is large enough on 64 bit platforms, but is not large enough on 32 bit platforms. Thanx... ps ps. Sorry about the retransmit. I got tangled up with the mailer and the trigger got pulled before I was ready... Signed-off-by: Peter Staubach