On 11:43 23 Nov 2002, Rick Johnson <[EMAIL PROTECTED]> wrote:
| christopher j bottaro wrote:
| > in a project dir which has a CVS dir, there are like tons of those
| .nfsXXXXXXX
| > files.  why is that?  does it have something to do with CVS on an NFS
| share?
| > does it have to do with running an MPI program out of that dir?

.nfs* files are unlinked files kept around by the NFS service for
still-accessed unlinked files (because NFS is stateless - the kernel "open
count" stuff won't do this, because there's no "open" on the server end).

| I used to get these in the Red Hat updates trees for RH 7.0 and 7.1 as well.
| Very annoying when you have to sync the whole tree.

If you're using rsync, just ignore the .nfs* files:

        --exclude=.nfs\*

Very easy and effective.

Cheers,
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

Not at all tricky.  We do this sort of stuff every day before breakfast.
Then I fly to work on my winged pig, Swilma.
        - David Chase, [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to