Post by zorbaI am using TCP but no kerberos.
Can you explain( if you have time ) the other 2-relations that you
mentioned w.r.t. consistency (i.e.consistency between what the server
receives and what's in the file system, or what the server receives
and what appears on disk ) ?
The data typically travels through this path:
user program --> client VFS/NFS --> network --> server NFS/VFS -->
server underlying FS (ext3, reiser, xfs, etc.) --> disk
If you're using a stable OS, the NFS/VFS layers are unlikely to
corrupt your data. If you're using an experimental file system, or
have a faulty disk, then you should check there first. What kind of
data inconsistency have you observed?
Cheers,
bc