X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=dnmfPy9
	PniweBiRT34dkmxBQ8WQsKdSIBDa/zZ8WYgZUXVJvKWb/uyhJap5Wh8j9F75OVKt
	eMZMmcN9yeDF7nK+xDzUhXPTSdtz001LCcx5bE02UPGnAjcywo//V3LYln/1D12u
	CuhFIg4fscAyBsxuVy+Omc/p+dZniwGKl0w0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; s=default; bh=d7jgX/kt9Mkqm
	TbzoUslNbsP3jE=; b=a3CMq0X5B/nqIUq54Z2WcyoeAnQ6020k45Ox+SGDvfkRD
	yYj/GHtvTBHZRulwlt/CwhfdIC4LiLbfn+nb+9gI4mI5mO7R6GMfSqrokyeOVnVZ
	WA8/kJavFsm0Q92PFil9HrbVXmnGqt6jNadc1kh4GJOZ2ofaKMOs5n95YYBs0A=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-qe0-f48.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:sender:in-reply-to:references:from         :date:message-id:subject:to:content-type;        bh=EptTOyzYIJYKqtbKGB4tONoDOQ57rzCndyvjdrB+Jgw=;        b=RVGn444zTuDWzYv7ojhYOenKPG4LL8/uZNIL0ozmjRHG9k6REH5/W92/xzWmS/laRK         VUl3g1/Mh4BeoSjP3/VK/PQMJR4BFdiON2FVrzBw0hNpUz8rV9a9Vt6NcFqhUP8yVkEs         vVPQ0mv5wTjnRuEPshGtgdJU2SyrCcFC87RAZWNE8xNitTX/HmkvrBC3KxztmlHRKReA         Usm9owMPEqySuJjdWWZTjJqpKFb+ax4FgTK0/JCt5oKgp9gzU9cP6l9E1jYDMV2zA9jI         z3eWpGllFHG7Er5NLEa8e4on85FegfvQE7pHya2URhEcD6CAF9ZgU03nuWLiJeBwZJOG         /Nxg==
X-Gm-Message-State: ALoCoQkXnY3WfPIsk8F2wPbuGFLOs+r/PmvUVKWzxlv/km3CT0DwQa8d8foCI8SPrPWrnbYARSsc
X-Received: by 10.49.15.202 with SMTP id z10mr86939731qec.46.1388193682277; Fri, 27 Dec 2013 17:21:22 -0800 (PST)
MIME-Version: 1.0
In-Reply-To: <6CF2FC1279D0844C9357664DC5A08BA2212299@MLBXV06.nih.gov>
References: <6CF2FC1279D0844C9357664DC5A08BA2212299@MLBXV06.nih.gov>
From: Robert Pendell <shinji+cygwin@elite-systems.org>
Date: Fri, 27 Dec 2013 20:20:52 -0500
Message-ID: <CAAeCd-P-a_ikTttOLi=q=STR-K1bX8B210qy=wrmoJAwoykbfQ@mail.gmail.com>
Subject: Re: C:\Windows\System32\drivers oddness
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

On Fri, Dec 27, 2013 at 6:46 PM, Buchbinder, Barry (NIH/NIAID) [E] <...> wrote:
> Corinna Vinschen sent the following at Thursday, December 26, 2013 1:32 PM
>>On Dec 26 11:11, Max Polk wrote:
>>> From the bash shell, sitting in the C:\Windows\System32\drivers
>>> directory, when I run "ls" I can see about 6 files/dirs total. The
>>> "etc" directory is mysteriously missing from the output of "ls", but
>>> present in the output of "ld -ld etc".  Strange that I can't list it
>>> with "ls", but I can list it with "ls -ld".
>>
>>You're running 32 bit Cygwin on 64 bit Windows. See
>>http://msdn.microsoft.com/en-us/library/windows/desktop/aa384187%28v=vs.85%29.aspx
>
> Might it be possible and worth the programming effort for System32 and
> SysWOW64, as appropriate, to automatically mounted via Sysnative by
> cygwin1.dll?  (Not a request - and I cannot contribute a patch.)
>
> I tried using mount (32 bit cygwin on 64 bit Windows 7 enterprise, v.
> 6.1) and couldn't get System32 and SysWOW64 to contain different files.
> Could anyone suggest a mount command line or an /etc/fstab entry that
> will do this?  Does it make a difference if /cygdrive has been mapped
> to /?
>
> http://cygwin.com/ml/cygwin/2010-07/msg00375.html has a work-around,
> but I don't have admin privileges so cannot use it.
>
> Thanks,
>
> - Barry
>   Disclaimer: Statements made herein are not made on behalf of NIAID.
>

If you are using 32-bit Cygwin on 64-bit Windows it only ever sees the
contents of the SysWOW64 folder.  You would need to run a 64-bit
version of Cygwin to see both contents at which point a mount wouldn't
be necessary.

Robert Pendell
A perfect world is one of chaos.

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

