2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] .nfs files
FromSent OnAttachments
Manuel PiconeJul 4, 2001 6:56 am 
Andrew McNamaraJul 4, 2001 10:09 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] .nfs files Actions...
From:Andrew McNamara (andr@connect.com.au)
Date:Jul 4, 2001 10:09:39 pm
List:net.sourceforge.lists.courier-users

We currently have many users with .nfsXXXX files inside their cur directory. What does that files mean?

They represent files that have been deleted, but are still being held open by some process. When the process closes the file, they _should_ disappear.

Unix semantics are that you can open a file, then unlink it, and still keep using the open file descriptor. When the file descriptor is closed, the storage is finally freed. This is convenient for temporary files (as well as being a sensible semantic for a multi-user system).

NFS, for reasons that escape me for the moment, doesn't work this way, so the .nfsNNNNN files are a work-around (rename instead of delete).

connect.com.au Pty Ltd Lvl 3, 213 Miller St, North Sydney, NSW 2060, Australia Phone: +61 2 9409 2117, Fax: +61 2 9409 2111