X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Shankar Unni <shankarunni@netscape.net>
Subject:  Re: setup - duplicating cygwin
Date:  Wed, 21 Jun 2006 12:00:41 -0700
Lines: 16
Message-ID: <e7c50s$li5$1@sea.gmane.org>
References:  <20060620101424.GA26049@calimero.vinschen.de> <S559203AbWFUGbI/20060621063118Z+19@sunkay.cs.ualberta.ca>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:  7bit
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.3.0
In-Reply-To: <S559203AbWFUGbI/20060621063118Z+19@sunkay.cs.ualberta.ca>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Jim Easton wrote:

> cd /cygdrive/c/cygwin
> cd proc
> For which I received the message:
> "bash: cd: proc: No such file or directory"

Of course. As you surmised, these two are *NOT* the same. The literal 
path "/proc" (and "/dev") are treated specially.

Unlike on linux, "mount" is not modifying the kernel layer below to 
create a file system linkage - it's all in the emulation layer for 
open() in cygwin1.dll..

You can't cd to "/" using a native win32 shell, for instance, and see 
any of these mount points..


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

