This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Windows 2008 access to inetsrv directory


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    <DIR>          SysMsiCache
07/13/2009  10:36 PM    <DIR>          system
06/10/2009  05:08 PM               219 system.ini
09/09/2014  09:32 AM    <DIR>          System32
08/18/2014  01:26 PM    <DIR>          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    <DIR>          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    <DIR>          .
12/18/2013  09:58 AM    <DIR>          ..
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    <DIR>          Config 


-----Original Message-----
From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf Of Andrey Repin
Sent: Thursday, September 11, 2014 9:01 AM
To: Andrey Repin; cygwin@cygwin.com
Subject: Re: Windows 2008 access to inetsrv directory

Greetings, Andrey Repin!

> Greetings, scotttinsley@ups.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@yandex.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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]