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=P5r5QFcBAhpxgCXjDOxt76bWJYw6/ L7coK8thogZ6vGyLDEtzn14o1CN6TbnV3unRe+45zE2kstdY/xWrPXz0MmoNXeo4 AJXx+ljhZZZWqlyVIpO9vf2xKWURIPZo/CZiEaCu3qqIhO1UCCaIckcymxQP4xgi upL3MODl50Wczo= 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=ghCNl/0I15xLc+TTkgUKDDvNCKM=; b=jon 1+ebAqm/rYM3jSlgLKfZamHXZ80Jem2NhKG7e+aB/KnqvvJEadOoko6igkMe8+Sn Uru8QxpzlUXDIk4AUIQ4IqEA1LAEqGXUzEGE6UWXtVRXuwXwe0HOT9Zl176sg3MY HN6IwJ3t0xPrAsvnyRWJBFKCrKh7p/PpgLqPEABs= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: magma11.ups.com X-NAI-Header: Modified by McAfee Email Gateway (E5200) From: To: Date: Thu, 11 Sep 2014 09:20:11 -0400 Subject: RE: Windows 2008 access to inetsrv directory Message-ID: References: <5410E7C0 DOT 6050004 AT cygwin DOT com> <305372553 DOT 20140911162908 AT yandex DOT ru> <10910236730 DOT 20140911170035 AT yandex DOT ru> In-Reply-To: <10910236730.20140911170035@yandex.ru> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s8BDLORG021081 On this server, there is no sysnative under Windows. From a Windows CMD shell, c:\Windows>dir sy* Volume in drive C is Windows Volume Serial Number is 14F6-5475 Directory of c:\Windows 07/14/2009 01:37 AM SysMsiCache 07/13/2009 10:36 PM system 06/10/2009 05:08 PM 219 system.ini 09/09/2014 09:32 AM System32 08/18/2014 01:26 PM SysWOW64 1 File(s) 219 bytes 4 Dir(s) 16,350,015,488 bytes free inetsrv/backup only exists under System32. backup is the standard location for IIS backups taken with the IIS appcmd command. c:\Windows>dir system32/inetsrv/b* Invalid switch - "inetsrv". c:\Windows>dir system32\inetsrv\b* Volume in drive C is Windows Volume Serial Number is 14F6-5475 Directory of c:\Windows\system32\inetsrv 09/05/2014 01:06 PM backup 0 File(s) 0 bytes 1 Dir(s) 16,350,015,488 bytes free c:\Windows>dir syswow64\inetsrv\b* Volume in drive C is Windows Volume Serial Number is 14F6-5475 Directory of c:\Windows\syswow64\inetsrv File Not Found c:\Windows>dir syswow64\inetsrv Volume in drive C is Windows Volume Serial Number is 14F6-5475 Directory of c:\Windows\syswow64\inetsrv 12/18/2013 09:58 AM . 12/18/2013 09:58 AM .. 11/20/2010 08:18 AM 200,704 abocomp.dll 07/13/2009 09:14 PM 289,792 adsiis.dll 06/01/2012 12:34 AM 155,648 appcmd.exe 06/10/2009 05:17 PM 3,654 appcmd.xml 07/13/2009 09:14 PM 138,752 AppHostNavigators.dll 11/20/2010 08:18 AM 61,440 apphostsvc.dll 06/01/2012 12:35 AM 314,368 appobj.dll 06/01/2012 12:34 AM 195,584 aspnetca.exe 11/20/2010 08:18 AM 32,768 authanon.dll 07/13/2009 09:15 PM 17,408 cachfile.dll 07/13/2009 09:15 PM 44,544 cachhttp.dll 07/13/2009 09:15 PM 10,240 cachtokn.dll 07/13/2009 09:15 PM 9,728 cachuri.dll 07/13/2009 09:15 PM 75,264 coadmin.dll 11/20/2010 08:18 AM 43,520 compstat.dll 11/13/2013 03:33 PM Config -----Original Message----- From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of Andrey Repin Sent: Thursday, September 11, 2014 9:01 AM To: Andrey Repin; cygwin AT cygwin DOT com Subject: Re: Windows 2008 access to inetsrv directory Greetings, Andrey Repin! > Greetings, scotttinsley AT ups DOT com! >> C:\Windows\sysnative?? Are you referring to c:\Windows\SysWOW64? > Sysnative is a 32-bit redirection point to a C:\windows\syswow64 directory. Actually, that's in reverse. %SystemRoot%\Sysnative is a redirection to a REAL %SystemRoot%\System32, when %SystemRoot%\System32 is redirected to %SystemRoot%\SysWOW64 for a running 32-bit application. -- WBR, Andrey Repin (anrdaemon AT yandex DOT ru) 11.09.2014, <16:59> Sorry for my terrible english... -- 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