I am seeing data loss when moving files to NFS mounted directory. I use the mv command to move the files from a directory to a NFS mounted directory. Is there a better way to do this. There is a process running continously which reads files from NFS mounted directory and processes it and deletes it. Is there a possibility that when I am moving the files to NFS mounted directory the process reads the partial written files and processes it.