Am Wednesday 30 June 2004 22:39 schrieb Dr. Juergen Pfennig: > On Wednesday 30 June 2004 10:56, David Faure wrote: > > And that doesn't include monitoring for changes. The app > > does that. :-) > > Ok, anyhow - a Windows programmer like me will learn new Linux tricks from > having a lock at the code. Maybe I will learn how Linux monitors > directories for changes (FAM isn't used any more?) - under Windows FAM is only used if the system doesn't support DNOTIFY (this is a linux kernel feature). I think for both methods you need to keep a file descriptor open. So you can find out quite easily which process is the one keeping the mount point busy - in using fuser or lsof. Greetings, Stephan