This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Update: df . accessing A: filemon info


On Fri, Nov 07, 2003 at 06:44:29PM -0800, Bill Priest wrote:
> All,
>   As requested I downloaded FileMon & set it up to
> just
> catch accesses to A:.
> 
> df.exe:1892 OPEN A:\ SUCCESS Options: Open Access: All
> df.exe:1892 QUERY INFORMATION A:\ SUCCESS Attributes:D
> df.exe:1892 CLOSE A:\ SUCCESS 
> 
> So I take this to mean that it is the df program
> performing the access and not some side effect.

df(1) calls getmntent(3).  getmntent in turn checks the drives available
on the system.  That's the drive access you see.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]