On Thu, 2006-08-10 at 12:23 -0400, Xin Zhao wrote: > That makes sense. > > Can we make the following two conclusions? > 1. In a single machine, inode+dev ID+i_generation can uniquely identify a file Not really. The device id is frequently subject to change on server reboot or device disconnect/reconnect. > 2. Given a stored file handle and an inode object received from the > server, an NFS client can safely determine whether this inode > corresponds to the file handle by checking the inode+dev+i_generation. No! The file handle is an opaque bag of bytes as far as clients are concerned. If you change the server, then the filehandle format can and will change. On linux, even changing the setting of the subtree_checking export option will suffice to change the filehandle. Cheers, Trond - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html