Possible Duplicate:
NFS - Files on client are not appearing on server

Here my set up: One NFS Server machine, two NFS client machines.

The client machines write files to the NFS mount, but occasionally, the files don't appear on the NFS Server machine or other client machines.....

I'm absolutely stumped on this one...any help would be greatly appreciated!

link|improve this question
feedback

migrated from stackoverflow.com Feb 20 '10 at 10:49

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by splattne Mar 30 '10 at 9:21

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

File doesnt appear even after waiting for some time? As far as i remember newly created file may not appear immediately but after some time, it should be. NFS client does some caching. Check the mount option to prevent the caching (i dont remember).

link|improve this answer
feedback