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: df --local


Egor,

On Sat, 21 Sep 2002, egor duda wrote:

> Hi!
>
> Friday, 20 September, 2002 Rob Brown rob@mp3.com wrote:
>
> RB> OK, that will *mostly* work except for the cdrom drive issue.
>
> The proper way is to convert path to win32 form and then use
> GetDriveType() and GetVolumeInformation() APIs.

This is related to the question I asked on the cygwin-developers list (
http://www.cygwin.com/ml/cygwin-developers/2002-09/msg00078.html ).  Maybe
people can discuss it here...

Basically, Cygwin's getmntent() returns either "user" or "system" as the
fstype, whereas on other systems (Linux, etc) the fstype is the type of
the filesystem (cdrom, nfs, local, etc).  I was proposing a change to make
the user/system distinction part of mnt_opts, and set the type field to
whatever's returned by GetVolumeInformation().  This method is called in
path.cc anyway, to distinguish Samba filesystems...
	Igor

> RB> -----Original Message-----
> RB> From: Igor Pechtchanski [mailto:pechtcha@cs.nyu.edu]
> RB> Sent: Friday, September 20, 2002 10:29 AM
> RB> To: Rob Brown
> RB> Cc: cygwin@cygwin.com
> RB> Subject: RE: df --local
>
> RB> Well, as I said before, unless you have invalid local mounts (i.e.,
> RB> without the drive name), all your local mounts will have a ":" as part of
> RB> the name.
> RB>         Igor
>
> RB> On Fri, 20 Sep 2002, Rob Brown wrote:
>
> >> Yea, except that I wanted this script to run on a bunch of machines, all
> >> with different drive letters and configurations.
> >> Is there no other way for cygwin to know whether a drive is local or not?
>
> Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Water molecules expand as they grow warmer" (C) Popular Science, Oct'02, p.51


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.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]