public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* re: More floppy drive accesses information
@ 2004-12-21  7:02 Kazuyuki Hagiwara
  2004-12-21 15:02 ` Christopher Faylor
  0 siblings, 1 reply; 3+ messages in thread
From: Kazuyuki Hagiwara @ 2004-12-21  7:02 UTC (permalink / raw)
  To: cygwin

Hi,  I also experiencing the floppy access problem.

I found a code change which may cause the floppy access.

===================================================================
 Revision 1.262 / (download) - annotate - [select for diffs] , Tue Aug 5
04:49:44 2003 UTC (16 months, 2 weeks ago) by cgf
Branch: MAIN
Changes since 1.261: +1 -2 lines
Diff to previous 1.261 (colored)

* path.cc (cygdrive_getmntent): Do not skip over drives of type
DRIVE_REMOVABLE.

===================================================================
RCS file: /cvs/src/src/winsup/cygwin/path.cc,v
retrieving revision 1.261
retrieving revision 1.262
diff -c -r1.261 -r1.262
*** src/winsup/cygwin/path.cc	2003/07/26 04:53:59	1.261
--- src/winsup/cygwin/path.cc	2003/08/05 04:49:44	1.262
***************
*** 2539,2546 ****
  	  break;

        __small_sprintf (native_path, "%c:\\", drive);
!       if (GetDriveType (native_path) == DRIVE_REMOVABLE ||
! 	  GetFileAttributes (native_path) == INVALID_FILE_ATTRIBUTES)
  	{
  	  available_drives &= ~mask;
  	  continue;
--- 2539,2545 ----
  	  break;

        __small_sprintf (native_path, "%c:\\", drive);
!       if (GetFileAttributes (native_path) == INVALID_FILE_ATTRIBUTES)
  	{
  	  available_drives &= ~mask;
  	  continue;

----------------------------------------
Kazuyuki Hagiwara     Zuken 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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: More floppy drive accesses information
  2004-12-21  7:02 More floppy drive accesses information Kazuyuki Hagiwara
@ 2004-12-21 15:02 ` Christopher Faylor
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Faylor @ 2004-12-21 15:02 UTC (permalink / raw)
  To: cygwin

On Tue, Dec 21, 2004 at 04:02:41PM +0900, Kazuyuki Hagiwara wrote:
>Hi,  I also experiencing the floppy access problem.
>
>I found a code change which may cause the floppy access.

This has already been mentioned and, as you can see, the change is more
than a year old.

cgf

>===================================================================
> Revision 1.262 / (download) - annotate - [select for diffs] , Tue Aug 5
>04:49:44 2003 UTC (16 months, 2 weeks ago) by cgf
>Branch: MAIN
>Changes since 1.261: +1 -2 lines
>Diff to previous 1.261 (colored)
>
>* path.cc (cygdrive_getmntent): Do not skip over drives of type
>DRIVE_REMOVABLE.
>
>===================================================================
>RCS file: /cvs/src/src/winsup/cygwin/path.cc,v
>retrieving revision 1.261
>retrieving revision 1.262
>diff -c -r1.261 -r1.262
>*** src/winsup/cygwin/path.cc	2003/07/26 04:53:59	1.261
>--- src/winsup/cygwin/path.cc	2003/08/05 04:49:44	1.262

--
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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* More floppy drive accesses information
@ 2004-12-19  8:12 cygwin
  0 siblings, 0 replies; 3+ messages in thread
From: cygwin @ 2004-12-19  8:12 UTC (permalink / raw)
  To: cygwin

FWIW, yesterday I upgraded to
findutils-4.2.10-5
man-1.5o1-1
openssl-0.9.7e-1

and also installed cvs-1.11.17-1

Before this there were no access on starting Cygwin, but since then I have
experienced the same as other people have reported. My previous upgrade was
2004/12/02 21:10:10 (local time).

As someone else here wrote, not having "-e /bin/login" when you start Cygwin
means no accesses to the floppy.

(Windows 98)

--
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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-12-21 15:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-21  7:02 More floppy drive accesses information Kazuyuki Hagiwara
2004-12-21 15:02 ` Christopher Faylor
  -- strict thread matches above, loose matches on Subject: below --
2004-12-19  8:12 cygwin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).