Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 21 Sep 2002 11:40:25 -0700 (Pacific Daylight Time) From: Michael A Chase Subject: Re: df --local To: cygwin AT cygwin DOT com, Igor Pechtchanski Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-Disposition: INLINE References: In-Reply-To: On Sat, 21 Sep 2002 12:46:13 -0400 (EDT) Igor Pechtchanski wrote: > On Sat, 21 Sep 2002, egor duda wrote: > > > Friday, 20 September, 2002 Rob Brown rob AT mp3 DOT 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... It sounds like a good idea to me. I found the current values being used in a few places. newlib/libc/sys/linux/fstab.c Just passing the value through. newlib/libc/sys/linux/mntent_r.c Extracting the value from a string. I'm not sure where the string is created, possibly path.cc. winsup/cygwin/path.cc Converts bits in flags to string ("user" or "system"). winsup/utils/cygcheck.cc Prints whatever it finds in mnt->mnt_type. winsup/utils/mount.cc Uses current values of mnt_type several places. winsup/utils/path.cc Converts m->issys to string ("user" or "system"). winsup/utils/umount.cc Tests p->mnt_type for current values. It looks like the main confusion would come from people parsing the output from cygcheck or mount and expecting the current values of "user" or "system". -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html Give a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he eats fish for an age. -- 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/