Native Symlink Windows 2008 r2 with cygwin
        Posted  
        
            by 
                mickdelaney
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by mickdelaney
        
        
        
        Published on 2010-09-24T12:53:23Z
        Indexed on 
            2012/06/23
            9:19 UTC
        
        
        Read the original article
        Hit count: 206
        
Is it possible for me to create an ssh session on windows which then does some folder/file manipulation and then creates a NATIVE windows symlink.
i.e. a symlink that will be recognised by IIS and other app/services.
i've tried to create a symlink to a folder but all i get is a 1kb system file (with the same name) where the symlinked folder should be.
using ln -s SOURCE TARGET
i end up with target (system file, 1kb).
BUT in cygwin i can see the symlinked folder as normal.
Spent too much time on this :-)
© Server Fault or respective owner