delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/09/11/09:51:02

X-Recipient: archive-cygwin AT delorie DOT 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:from:to:date:subject:message-id:references
:in-reply-to:content-type:content-transfer-encoding
:mime-version; q=dns; s=default; b=ejVOskAHZ8S30u6n3BvKMQaAdvkKx
4i4Dz1Br7OP4SW9uzGhfnu9GNpJd9RnAl/CwgZjjpLLr+xRIOtJqL/kGA42K3K0s
G3qsMoPJ5YYwDdrpQpWvl6z4dJr+2epnZnw/25GeRVnnC9RJjwCkTsXlhOjWXRpI
/VG4duzucTbkrQ=
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:from:to:date:subject:message-id:references
:in-reply-to:content-type:content-transfer-encoding
:mime-version; s=default; bh=RTj6B3a6kKP1oPbDVNl55bJj+zQ=; b=MFz
xR7DvRsG/1SyP3K2cRRL8Ri8J6p2un9ITfzhKj6Mii8D6CzOTIlUc89P6g7lsacP
rml0+Z8wVcXAAeCa8vKmpYDsBE7AuE+neTNKQ1BMEQP6wNXfqCUazzThqDJNWwIt
GOyHIaEw0QW6dwKjBxI7QkxLePUI0EOpLgr1+nmw=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2
X-HELO: magma10.ups.com
X-NAI-Header: Modified by McAfee Email Gateway (E5200)
From: <scotttinsley AT ups DOT com>
To: <cygwin AT cygwin DOT com>
Date: Thu, 11 Sep 2014 09:49:22 -0400
Subject: RE: Windows 2008 access to inetsrv directory
Message-ID: <BFFB6AACD0DE794FBD396958F1D3803626C915AF13@SVRP00010A3F.us.ups.com>
References: <BFFB6AACD0DE794FBD396958F1D3803626C915AB0B AT SVRP00010A3F DOT us DOT ups DOT com> <5410E7C0 DOT 6050004 AT cygwin DOT com> <BFFB6AACD0DE794FBD396958F1D3803626C915AE5E AT SVRP00010A3F DOT us DOT ups DOT com> <305372553 DOT 20140911162908 AT yandex DOT ru> <10910236730 DOT 20140911170035 AT yandex DOT ru> <BFFB6AACD0DE794FBD396958F1D3803626C915AEE5 AT SVRP00010A3F DOT us DOT ups DOT com> <5411A63E DOT 80307 AT cygwin DOT com>
In-Reply-To: <5411A63E.80307@cygwin.com>
MIME-Version: 1.0
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s8BDowVc022638

Using the bash shell from a 32-bit Cygwin install on the server, I still see no "sysnative" directory

$ pwd
/cygdrive/c/windows

nrgo947 AT wdiisn03 /cygdrive/c/windows
$ ls -lad Sy* sy*
drwx------+ 1 SYSTEM           SYSTEM             0 Jul 14  2009 SysMsiCache
drwxrwx---+ 1 TrustedInstaller TrustedInstaller   0 Jul 13  2009 system
-rwx------+ 1 SYSTEM           SYSTEM           219 Jun 10  2009 system.ini
drwxrwx---+ 1 TrustedInstaller TrustedInstaller   0 Aug 18 13:26 System32
drwxrwx---+ 1 TrustedInstaller TrustedInstaller   0 Aug 18 13:26 SysWOW64

nrgo947 AT wdiisn03 /cygdrive/c/windows

-----Original Message-----
From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of Larry Hall (Cygwin)
Sent: Thursday, September 11, 2014 9:40 AM
To: cygwin AT cygwin DOT com
Subject: Re: Windows 2008 access to inetsrv directory

On 09/11/2014 09:20 AM, scotttinsley AT ups DOT com wrote:
> On this server, there is no sysnative under Windows. From a Windows 
> CMD shell,

'sysnative' is only visible from 32-bit apps.  See <http://msdn.microsoft.com/en-us/library/windows/desktop/aa384187%28v=vs.85%29.aspx>

Specifically:

   32-bit applications can access the native system directory by
   substituting %windir%\Sysnative for %windir%\System32. WOW64 recognizes
   Sysnative as a special alias used to indicate that the file system should
   not redirect the access. This mechanism is flexible and easy to use,
   therefore, it is the recommended mechanism to bypass file system
   redirection. Note that 64-bit applications cannot use the Sysnative alias
   as it is a virtual directory not a real one.

Unless you made sure that the CMD shell you're running is the 32-bit version, it won't see sysnative.  As I mentioned before, this is not a Cygwin-specific issue.

If your goal is to be able to see and work seamlessly with other 64-bit apps and Cygwin, you may find less difficulty if you install the 64-bit version of Cygwin.

--
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

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


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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019