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 From: "Dave Korn" To: Subject: RE: strange problem Date: Thu, 28 Apr 2005 16:25:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <20050428151551.83482.qmail@web30003.mail.mud.yahoo.com> Message-ID: X-OriginalArrivalTime: 28 Apr 2005 15:25:51.0383 (UTC) FILETIME=[8FAB9A70:01C54C06] ----Original Message---- >From: community help >Sent: 28 April 2005 16:16 > Hi everybody, > > I installed my cygwin in c:\cygwin. > After i extracted a zip file of a software (ns-2) to > c:\cygwin. You obviously think this might matter, but you haven't told us why. > Now the problem is that the content of the directory > c:\cygwin\usr\bin from windows explorer is not the > same as the result of the ls command in /usr/bin from > cygwin. > Is this normal or not? Yes, it's normal. The directory path /usr/bin is actually a cygwin mount point that just points straight back into /bin, so /usr/bin and /bin are the same. > If yes, please tell me how can i access the directory > "c:\cygwin\usr\bin" from cygwin. You don't want to. It's just a dummy empty dir for the mountpoint. You don't want to have any files in there. So it sounds like (but I'm guessing here, because you gave so few details) the unzipping has gone wrong and some of the files have ended up in c:\cygwin\usr\bin. And you can't get at them from within cygwin, because that directory is overridden by the mountpoint. Well, if you unzipped it using Winzip or some other windoze program that doesn't understand cygwin mount points, it will have just put everything into C:\cygwin\usr\bin, which isn't accessible under cygwin, so it's broken. If you used a windows unzip utility, please try again using the cygwin unzip command; that way anything it tries to put into /usr/bin will end up in /bin and still be accessible, instead of ending up in the dummy /usr/bin directory and being hidden by the mountpoint. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/