From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7168 invoked by alias); 16 Sep 2009 15:24:27 -0000 Received: (qmail 7152 invoked by uid 22791); 16 Sep 2009 15:24:26 -0000 X-SWARE-Spam-Status: No, hits=0.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail7.tpgi.com.au (HELO mail7.tpgi.com.au) (203.12.160.103) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Sep 2009 15:24:22 +0000 X-TPG-Junk-Checked: Yes X-TPG-Junk-Status: Message not scanned because user authenticated using SMTP AUTH X-TPG-Abuse: host=123-243-74-63.tpgi.com.au; ip=123.243.74.63; date=Thu, 17 Sep 2009 01:24:18 +1000; auth=a/dd58RmThMRQbJLhdmDwr/fcSovfa0vOzWc399V3Kc= Received: from [10.1.1.3] (123-243-74-63.tpgi.com.au [123.243.74.63]) (authenticated bits=0) by mail7.tpgi.com.au (envelope-from helium@shaddybaddah.name) (8.14.3/8.14.3) with ESMTP id n8GFOGMM021802 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 17 Sep 2009 01:24:18 +1000 Message-ID: <4AB1031D.1050802@shaddybaddah.name> Date: Wed, 16 Sep 2009 15:24:00 -0000 From: Shaddy Baddah User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: cygwin@cygwin.com Subject: [1.7] recursive /cygdrive problem Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2009-09/txt/msg00356.txt.bz2 Hi, I am having a real problem with 1.7 that I am pretty sure is a regression. Basically, I am trying to run a find over the cygwin root installation directory itself, not from cygwin path /. However I am finding that the cygdrive directory at the cygwin root installation directory also mounts my drives. So, my find is finding a hole to make its way out of the current directory. This also appears to be a regression. The following is an example for 1.7: Shaddy@x-vista ~ $ uname -a CYGWIN_NT-6.0 x-vista 1.7.0(0.212/5/3) 2009-09-11 01:25 i686 Cygwin Shaddy@x-vista ~ $ mount C:/software/cygwin/bin on /usr/bin type ntfs (binary,auto) C:/software/cygwin/lib on /usr/lib type ntfs (binary,auto) C:/software/cygwin on / type ntfs (binary,auto) C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) D: on /cygdrive/d type ntfs (binary,posix=0,user,noumount,auto) E: on /cygdrive/e type ntfs (binary,posix=0,user,noumount,auto) Shaddy@x-vista ~ $ cd /cygdrive/c/software/cygwin/ Shaddy@x-vista /cygdrive/c/software/cygwin $ ls ./cygdrive c d e Shaddy@x-vista /cygdrive/c/software/cygwin $ where as 1.5: Shaddy@x-vista ~ $ uname -a CYGWIN_NT-6.0 x-vista 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin Shaddy@x-vista ~ $ mount C:\software\cygwin-1.5\bin on /usr/bin type system (binmode) C:\software\cygwin-1.5\lib on /usr/lib type system (binmode) C:\software\cygwin-1.5 on / type system (binmode) c: on /cygdrive/c type system (binmode,noumount) d: on /cygdrive/d type system (binmode,noumount) e: on /cygdrive/e type system (binmode,noumount) Shaddy@x-vista ~ $ cd /cygdrive/c/software/cygwin-1.5 Shaddy@x-vista /cygdrive/c/software/cygwin-1.5 $ ls ./cygdrive Shaddy@x-vista /cygdrive/c/software/cygwin-1.5 $ Genuine bug? Thanks in advance, Shaddy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple